Added support for developers, available in development to help improve efficiency, currently providing scaffolding, database command line and artisan command line three tools, if there are better other utilities The idea of welcome to provide advice.
Installation:
composer require laravel-admin-ext/helpers
php artisan admin:import helpers
Extension Helpers Scaffold :- https://laravel-admin.org/docs/en/ext...
Package Url :- https://github.com/laravel-admin-exte...
Scaffold:-
This Tool can help you build controller, model, migrate files, and run migration files. access by visit http://localhost/admin/helpers/scaffold.
Which set the migration table structure, the primary key field is automatically generated do not need to fill out.
Database command line:-
Database command line tool for web integration, Currently supports mysql, mongodb and redis, access by visit http://127.0.0.1:8000/admin/helpers/terminal/database
Change the database connection in the upper right corner, and then in the bottom of the input box to enter the corresponding database query and then enter, you can get the query results:
The use of the database and the operation of the database is consistent, you can run the selected database support query.
Artisan command line:-
Web version of Laravel's artisan command line, you can run artisan commands in it, access it by visit http://127.0.0.1:8000/admin/helpers/terminal/artisan
Route list:-
This tool can use more intuitive to show all the routes, including uri, http methods and middleware, and also you can query routes. access it by visit http://127.0.0.1:8000/admin/helpers/routes
Github: https://github.com/laravel-admin-exte...
Documentation: https://laravel-admin.org/docs/zh/1.x/
Official Website: https://laravel-admin.org
#crud
#scaffolding
#laravel
#laraveladmin
#laraveladminpanel
#laravel-admin.org