Download the PHP package kamalsroor/crud-generator without Composer
On this page you can find all versions of the php package kamalsroor/crud-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kamalsroor/crud-generator
More information about kamalsroor/crud-generator
Files in kamalsroor/crud-generator
Package crud-generator
Short Description This package is a useful tool to generate simple crud for Kamalsroor/scaffoldingNew
License MIT
Informations about the package crud-generator
CRUD. Generator
Introduction
This package is a useful tool to generate simple crud for Kamalsroor/scaffoldingNew
the files that will be generated is:
- Lang Files (ar & en)
- Breadcrumb File
- View Files
- Api Resource Files
- Migration Files
- Factory File
- Policy Files
- Controller Files
- Model Files
- Request Files
- Filter Files
- Test Files
- Excel Import Export
- Soft Delete
- Swagger Api
Installation
Configuration
You should add config file using the following command to configure the supported resources.
Then add the following comment line in the routes/dashboard.php
and routes/api.php
files:
And the follwing comment line in the resources/views/layouts/sidebar.blade.php
file:
Usage
For example if you want to generate a new CRUD named category
. make sure it's arabic words was defined in arabicWords
of config file and then use the following artisan
command:
Use translatable
option if the CRUD is translatable:
Use has-media
option if the CRUD has media:
Also you can use both options together to generate translatable and has media CRUD.
All versions of crud-generator with dependencies
illuminate/support Version ^6.0|^7.0|^8.0
illuminate/console Version ^6.0|^7.0|^8.0