All Projects → mehradsadeghi → laravel-crud-generator

mehradsadeghi / laravel-crud-generator

Licence: MIT license
Generate a CRUD scaffold with validation rules like a breeze.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to laravel-crud-generator

Crudbooster
Laravel CRUD Generator, Make an Advanced Web Application Quickly
Stars: ✭ 1,580 (+1053.28%)
Mutual labels:  crud, crud-generator, laravel-crud-generator
laravel-crud-generator
Laravel CRUD Generator
Stars: ✭ 181 (+32.12%)
Mutual labels:  crud-generator, laravel-crud-generator
express-crud-router
Simply expose resource CRUD (Create Read Update Delete) routes for Express & Sequelize. Compatible with React Admin Simple Rest Data Provider
Stars: ✭ 109 (-20.44%)
Mutual labels:  crud, crud-generator
crudcast
Create and deploy a RESTful API with a few lines of YAML
Stars: ✭ 32 (-76.64%)
Mutual labels:  crud, crud-generator
ncg-crud-ngx-md
Angular 4+ Material Design CRUD/Admin app by NinjaCodeGen http://DNAfor.NET
Stars: ✭ 36 (-73.72%)
Mutual labels:  crud, crud-generator
Dancer-Plugin-SimpleCRUD
Quick and effortless CRUD (create/read/update/delete) operations based on database tables
Stars: ✭ 25 (-81.75%)
Mutual labels:  crud, crud-generator
lara-crud
This package will give an opportunity to get a very flexible admin panel that will satisfy you most of the time.
Stars: ✭ 33 (-75.91%)
Mutual labels:  crud, crud-generator
Crud
CRUD PORTO Containers for apiato and Angular2 modules generator, based on Laravel 5.4 and Angular 2.4+
Stars: ✭ 23 (-83.21%)
Mutual labels:  crud, crud-generator
Crud
NestJs CRUD for RESTful APIs
Stars: ✭ 2,709 (+1877.37%)
Mutual labels:  crud, crud-generator
Codeigniter-4-CRUD-generator
ADEL CCG is an easy open-source intuitive web app to create AdminLTE4 -Bootstrap 5- dashboards with CRUD operations in php.
Stars: ✭ 87 (-36.5%)
Mutual labels:  crud
node-restafary
REST for CRUD file operations
Stars: ✭ 13 (-90.51%)
Mutual labels:  crud
Attendance-1
A simple attendance list with a delete button, that can delete from the inputs you submitted to the database
Stars: ✭ 15 (-89.05%)
Mutual labels:  crud
Ffast-Java
Ffast 基于Srping boot + Mybatis Plus后台管理系统前后分离快速开发解决方案
Stars: ✭ 104 (-24.09%)
Mutual labels:  crud
damas-core
JSON storage service. RESTful, CRUD, multi-user.
Stars: ✭ 50 (-63.5%)
Mutual labels:  crud
velox
The minimal PHP micro-framework.
Stars: ✭ 55 (-59.85%)
Mutual labels:  crud
generator
A Laravel Module Generator Package for Laravel AdminPanel <https://github.com/viralsolani/laravel-adminpanel>
Stars: ✭ 19 (-86.13%)
Mutual labels:  crud-generator
repository
[PHP 7] Implementation and definition of a base Repository in Domain land.
Stars: ✭ 26 (-81.02%)
Mutual labels:  crud
mesan-nodejs-auth-crud-api
NodeJS Authentication and CRUD operations API -: Email Verification, Image Upload, Password Reset
Stars: ✭ 72 (-47.45%)
Mutual labels:  crud
PetkoparaCrudGeneratorBundle
Symfony3 CRUD generator bundle with pagination, filter, bulk actions and Twitter bootstrap 3.3.6 features.
Stars: ✭ 69 (-49.64%)
Mutual labels:  crud-generator
titan-starter-website
A Laravel Website and Admin starter project that helps you with the setup.
Stars: ✭ 51 (-62.77%)
Mutual labels:  crud

Laravel CRUD Generator

Generate a CRUD scaffold like a breeze.

Compatible with Laravel 5.x 6.x 7.x 8.x 9.x.

Installation

$ composer require mehradsadeghi/laravel-crud-generator

Usage

It works based on your $fillable property of the target model.

If you would like to use $guarded instead of $fillable, It is supported too. In that case you'll need to have an existing Schema (table), Then the crud generator will automatically figures out your fillables.

As an example when $fillable is available:

$ php artisan make:crud UserController --model=User --validation

laravel-crud-generator

Customizing Stubs

You can modify default stubs by publishing them:

$ php artisan crud:publish

The published stubs will be located within stubs/crud directory in the root of your application. Any changes you make to these stubs will be reflected when you generate crud.


Your Stars Matter

If you find this package useful and you want to encourage me to maintain and work on it, Just press the star button to declare your willing.


Reward me with a cup of tea 🍵

Send me as much as a cup of tea worth in your country, so I'll have the energy to maintain this package.

  • Ethereum: 0x2D5BFdEc132F9F0E9498Fb0B58C800db4007D154
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].