Skip to content

Hiren86/AutoCRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Generate CRUD code for given database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages