Package Data | |
---|---|
Maintainer Username: | marwenhlaoui |
Maintainer Contact: | marwenhlaoui@gmail.com (marwenhlaoui) |
Package Create Date: | 2017-06-25 |
Package Last Update: | 2017-11-01 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-23 03:03:01 |
Package Statistics | |
---|---|
Total Downloads: | 30 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Quickly build crud system , controller , models and views using Laravel 5. This package expects that you are using Laravel 5.4 or above.
In order to install Laravel 5.* Laravision Crud :
composer require laravision/crud
config/app.php
file within the providers
key:// ...
'providers' => [
/*
* Package Service Providers...
*/
Laravision\Crud\CrudServiceProvider::class,
],
// ...
php artisan make:crud post
php artisan make:crud post --model=Post
php artisan make:crud post --view=admin/post
php artisan make:crud Admin/Post
for more details about this package :
php artisan make:crud -h
Laravision Crud is free and open-sourced software distributed under the terms of the MIT license.
Please report any issue you find in the issues page.
Pull requests are welcome.
Code By Marwen Hlaoui