Download the PHP package imokhles/generate-crud-command without Composer
On this page you can find all versions of the php package imokhles/generate-crud-command. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download imokhles/generate-crud-command
More information about imokhles/generate-crud-command
Files in imokhles/generate-crud-command
Package generate-crud-command
Short Description create crud system for guards generated by iMokhles's MultiAuth package
License MIT
Informations about the package generate-crud-command
IMGenerateCrudCommand
create crud system for guards generated by iMokhles's MultiAuth package
Install
-
In your terminal via composer:
-
Add this provider to your config/app.php ( no need for Laravel 5.5 and above ) :
- copy theme files to
Available themes
- (NOT AVAILABLE YET) FREE AdminLTE 2
- (NOT AVAILABLE YET) FREE Tabler
- (NOT AVAILABLE YET) PAID StartUI
- (NOT AVAILABLE YET) PAID HighAdmin
- (AVAILABLE) PAID OneUI
- more comes later ( and you are welcome to send me a pull request for more themes )
Theme folder structure
.
├── Views ( folder )
│ └── THEME_NAME ( folder )
│ ├── create.blade.stub
│ ├── create_fields.blade.stub
│ ├── edit.blade.stub
│ ├── edit_fields.blade.stub
│ ├── fields
│ │ ├── checkbox.blade.stub
│ │ ├── datepicker.blade.stub
│ │ ├── datetimepicker.blade.stub
│ │ ├── email.blade.stub
│ │ ├── password.blade.stub
│ │ ├── select2.blade.stub
│ │ ├── summernote.blade.stub
│ │ ├── switch.blade.stub
│ │ ├── text.blade.stub
│ │ └── textarea.blade.stub
│ ├── index.blade.stub
│ ├── show.blade.stub
│ ├── show_fields.blade.stub
│ └── table.blade.stub
└── ...
Usage
Example usage:
If you already has model and migration don't pass --model --migration options
Add the following to your Model if Model created manually
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.