Wallogit.com
2017 © Pedro Peláez
Generate CRUD code for given database
, (*1)
AutoCRUD is laravel libraby which helps you to create CRUD operation using your Database. It also gives you an options for the form design. You can create CRUD for multiple tables. Display the data from multiple table with the search and pagination optoins and you can also add dynamic fields in a table. It also manage all the routes it self, and generate code in separate directory for each controller's view., (*3)
composer require hirenmangukiya/autocrud:dev-master
composer.json file under the autoload -> psr4
"Hiren\\Autocrud\\": "vendor/hirenmangukiya/autocrud/src"
composer dump-autoload
config -> app.php -> providers Hiren\Autocrud\AutocrudServiceProvider::class,
php artisan vendor:publish --tag=public --force
php artisan migrate
Here you setup all the things and it's ready to build your webapp., (*4)
Get full documentation, (*5)
This project is register under the MIT, (*6)
Hire me hirenmangukiya86@gmail.com, (*7)