crud generator
1.0.0
This repository is preparation for a tutorial. The objective of this is to allow you to have a controller here in this case "GeneralController" which takes care of generalizing the CRUD of each resource ==> Rather than making X controllers and repeating the same actions, the purpose of this controller is to generalize actions around a single controller.
The most important code is in:
git clone ...
bin/console doctrine:migrations:migrate -n
: executing migrationsbin/console doctrine:fixtures:load -n
: loading test databin/console server:run
: starting the php server