Skip to content
Branch: master
Go to file
Clone

Latest commit

javiereguiluz committed 66e53cf Jun 29, 2020
minor #3414 [Doc] Fix 'generate CRUD urls' 404 link (Yondz)
This PR was merged into the 3.0.x-dev branch.

Discussion
----------

[Doc] Fix 'generate CRUD urls' 404 link

Hi there,

I've noticed that this reference is broken on the official doc (https://symfony.com/doc/master/bundles/EasyAdminBundle/dashboards.html), it links to https://symfony.com/doc/master/bundles/EasyAdminBundle/crud-generate-urls.html :(

Commits
-------

9cb0b0d [Doc] Fix 'generate CRUD urls' 404 link

Files

Permalink
Failed to load latest commit information.

README.md

EasyAdmin

EasyAdmin creates administration backends for your Symfony applications with unprecedented simplicity.

EasyAdmin Backend Screenshot

Installation

EasyAdmin 3 requires PHP 7.2 or higher and Symfony 4.4 or higher. Run the following command to install it in your application:

$ composer require easycorp/easyadmin-bundle

Documentation

Read EasyAdmin Docs at the official Symfony website.

Versions

  • 1.x version: no longer maintained. Recommended only for legacy projects using a Symfony version prior to 4.1;
  • 2.x version: the legacy version, which still fixes bugs but adds no new features. No longer recommended for new Symfony projects;
  • 3.x version: the stable version recommended for all projects.

Demo Application

easy-admin-demo is a complete Symfony application created to showcase EasyAdmin features.

License

This software is published under the MIT License

You can’t perform that action at this time.