hirenmangukiya/autocrud

Generate CRUD code for given database

dev-master 2018-04-15 05:48 UTC

This package is not auto-updated.

Last update: 2024-04-14 02:41:37 UTC


README

687474703a2f2f7a757a6f6f746563682e636f6d2f6c6f676f2e706e67

License

Laravel AutoCRUD, Make a Web Application Just In Minutes, With having a basic knowledge of Laravel.

INTRODUCTION

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.

REQUIREMENTS

  • PHP >=5.4
  • Laravel >=5.3.*

INSTALLATION

  1. Go to the root directory of your project and run below command in your console.
composer require hirenmangukiya/autocrud:dev-master
  1. Add the below line in your main composer.json file under the autoload -> psr4
"Hiren\\Autocrud\\": "vendor/hirenmangukiya/autocrud/src"
  1. Autoload the composer
composer dump-autoload
  1. Add the providers in your project under the config -> app.php -> providers
Hiren\Autocrud\AutocrudServiceProvider::class,
  1. Copy all the assets into public directory of your project
php artisan vendor:publish --tag=public --force
  1. Final step, make sure that your project has connected with the database
php artisan migrate

Here you setup all the things and it's ready to build your webapp.

FULL DOCUMENTATION

Get full documentation

LICENCE

This project is register under the MIT

LOOKING FOR GOOD OPPORTUNITY

Hire me hirenmangukiya86@gmail.com