Download the PHP package morganrowse/laravelcrud without Composer
On this page you can find all versions of the php package morganrowse/laravelcrud. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download morganrowse/laravelcrud
More information about morganrowse/laravelcrud
Files in morganrowse/laravelcrud
Download morganrowse/laravelcrud
More information about morganrowse/laravelcrud
Files in morganrowse/laravelcrud
Vendor morganrowse
Package laravelcrud
Short Description Artisan command to generate routing, views and controllers from a database table
License MIT
Homepage https://github.com/morganrowse/laravelcrud
Package laravelcrud
Short Description Artisan command to generate routing, views and controllers from a database table
License MIT
Homepage https://github.com/morganrowse/laravelcrud
Please rate this library. Is it a good library?
Informations about the package laravelcrud
Laravel CRUD
This composer package adds artisan commands which create Models, Views, Controllers and Request Validation for crud operation based off of a database table schema.
Installation
First add the package via composer
Use dev-master as I currently don't push tags
Usage
First have your database setup as desired following laravel naming convention (such as a table called posts).
Next run the command via artisan
This will create:
Now add the view routes to your web.php
Finally add the api routes to your api.php
All versions of laravelcrud with dependencies
PHP Build Version
Package Version
The package morganrowse/laravelcrud contains the following files
Loading the files please wait ....