crud-admin-generator
crud-admin-generator copied to clipboard
Add security component
- Add SecurityServiceProvider to the project
- Custom security paths implemented in app.php
- Add the login page
- Add logout system in the dashboard
- Add a default user with the credentials admin/foo
Add new feature to config the parameters with the console:
Creating the "src/app.php" file
Some parameters of your database are missing. Please provide them.
database_driver (pdo_mysql):
database_host (127.0.0.1):
database_name (symfony):
database_user (root):
database_password (null):
database_charset (UTF8):
Insert your admin credentials.
admin_username (admin):
admin_password (foo):
Create a new app.php file in gen folder to generate the src/app.php dynamically
Hi,
The command fails the first time that you execute it... It is because the app.php file is generated dynamically but the script already loaded the file before (without the database parameters filled).
Thank you!
any update for this?
I'm really interested in this, I might merge it with my own fork.
Any info about merge it? Is this project alive?