Download the PHP package naingminkhant/simple-crud without Composer
On this page you can find all versions of the php package naingminkhant/simple-crud. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package simple-crud
๐ ๏ธ Laravel Simple CRUD Generator
A developer-friendly package to quickly scaffold CRUD operations in Laravel โ including models, migrations, controllers, repositories, routes, and views โ using a single Artisan command. It use my another package, (naingminkhant/myrepo) which handle CRUD operations, error handling, and logging,
๐ Features
- โ Generate Eloquent Model and Migration
- โ Generate Repository class
- โ Generate API or MVC-style Controller
- โ
Append route to
api.phporweb.php - โ
Generate empty Blade view files (
index,create,edit,show) - โ
Automatically add
$guarded = []to your model
๐ฆ Installation
Require the package via Composer:
๐งช Usage
For MVC
It will create model, migration, MVC style controller, repository, append routes in web.php, and generate basic view files.
For API
It will generate all CRUD endpoints for provided model.
Developers only need to provide columns for migration file and run
You can now try testing by calling endpoints.
All versions of simple-crud with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
illuminate/support Version ^9.0|^10.0|^11.0|^12.0
naingminkhant/myrepo Version ^1.0.2
illuminate/support Version ^9.0|^10.0|^11.0|^12.0
naingminkhant/myrepo Version ^1.0.2
The package naingminkhant/simple-crud contains the following files
Loading the files please wait ...