2017 © Pedro Peláez
 

library autocrud

Generate CRUD code for given database

image

hirenmangukiya/autocrud

Generate CRUD code for given database

  • Sunday, April 15, 2018
  • by HirenMangukiya
  • Repository
  • 6 Watchers
  • 24 Stars
  • 59 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 10 Forks
  • 1 Open issues
  • 1 Versions
  • 5 % Grown

The README.md

, (*1)

License , (*2)

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., (*3)

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., (*4)

FULL DOCUMENTATION

Get full documentation, (*5)

LICENCE

This project is register under the MIT, (*6)

#

LOOKING FOR GOOD OPPORTUNITY

Hire me hirenmangukiya86@gmail.com, (*7)

The Versions

15/04 2018

dev-master

9999999-dev

Generate CRUD code for given database

  Sources   Download

MIT

by Hiren Mangukiya

laravel repository test read framework update crud generator migration model request delete crud generator laravel crud generator view retrieve create