Package Data | |
---|---|
Maintainer Username: | zezont4 |
Maintainer Contact: | zezont@gmail.com (Abdulaziz Tayyar) |
Package Create Date: | 2016-03-25 |
Package Last Update: | 2024-03-20 |
Language: | JavaScript |
License: | MIT |
Last Refreshed: | 2024-11-22 03:06:59 |
Package Statistics | |
---|---|
Total Downloads: | 116 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
PHP >= 5.5.9
Laravel >=5.2
Auto Loaded : [laravelcollective/html package for form & html](https://laravelcollective.com/docs/5.2/html)
-Model. -Controller. -Request. -Forms (index "with filters and sorting",search,show,edit,create) using Materialize Css. -Auto generated Routs and language array.
-Field comment in database will be the Label , if not exists thin the field name. -If type of field is TINYINT(1) then the Input type will be Radio (Optional). -If the field does not allow Null then it will be required in the request. -if field is set to be unique in database the a unique validation will be set. -if type of field is int the a numeric validation will be set.
composer require zezont4/LaravelGenerator
'providers' => [
\\ Other Providers,
Zezont4\LaravelGenerator\LaravelGeneratorServiceProvider::class,
Collective\Html\HtmlServiceProvider::class,
],
'aliases' => [
\\ Other Aliases,
'Form' => Collective\Html\FormFacade::class,
'Html' => Collective\Html\HtmlFacade::class,
],
php artisan vendor:publish --force
The MIT License (MIT). Please see License File for more information.