Download the PHP package zamshed/crud-package-laravel without Composer
On this page you can find all versions of the php package zamshed/crud-package-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zamshed/crud-package-laravel
More information about zamshed/crud-package-laravel
Files in zamshed/crud-package-laravel
Download zamshed/crud-package-laravel
More information about zamshed/crud-package-laravel
Files in zamshed/crud-package-laravel
Vendor zamshed
Package crud-package-laravel
Short Description A simple Laravel library that allows you to create CRUD operations with a single command
License MIT
Package crud-package-laravel
Short Description A simple Laravel library that allows you to create CRUD operations with a single command
License MIT
Please rate this library. Is it a good library?
Informations about the package crud-package-laravel
Installation
Features
- Controller (with all the code already written)
- Model
- Migration
- Requests
- Routes
Configuration
Publish the configuration file
This step is required
Usage
After publishing the configuration file just run the below command
Just it, Now all of your Model Controller, Migration, routes
and Request
will be created automatically with all the code required for basic crud operations
Example
PostController.php
Post.php
PostRequest.php
posts table migration
Routes/api.php
All versions of crud-package-laravel with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0 || ^8.0
The package zamshed/crud-package-laravel contains the following files
Loading the files please wait ....