Download the PHP package xt/laravel-inertia-element-ui-crud without Composer
On this page you can find all versions of the php package xt/laravel-inertia-element-ui-crud. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download xt/laravel-inertia-element-ui-crud
More information about xt/laravel-inertia-element-ui-crud
Files in xt/laravel-inertia-element-ui-crud
Package laravel-inertia-element-ui-crud
Short Description Generate CRUD files for element ui + inertia js + Vue3
License MIT
Homepage https://github.com/xt/element-ui-crud
Informations about the package laravel-inertia-element-ui-crud
element-ui crud generator
Generate CRUD for Element-UI (Vue 3) and Inertia Js.
This package will generate files to perform CRUD, based on the database table schema. It will generate all the fields in list, create and update form pages.
Features
- Generate list, create and update view pages
- Generate controller which perform insert, update and delete
- Generate form for all the fillable fields defined in model file
- Server side validation (required and maximum length)
Installation
You can install the package via composer:
Install npm package:
Add code
add following function to the app/Http/Controllers/Controller.php
Usage
Add following code to the boot method of the app/Providers/AppServiceProvider.php
Command to generate CRUD
Prepare model before generate crud
make sure controller name without including controller for example User
which generates UserController
Example:
or
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Hiren Reshamwala
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-inertia-element-ui-crud with dependencies
illuminate/support Version ^8.0|^9.0|^10.0|^11.0
doctrine/dbal Version ^3.3