Download the PHP package sagor110090/livewire-crud without Composer
On this page you can find all versions of the php package sagor110090/livewire-crud. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download sagor110090/livewire-crud
More information about sagor110090/livewire-crud
Files in sagor110090/livewire-crud
Package livewire-crud
Short Description Scaffold Livewire Components, migrations, factory and crud in one command based on database tables
License MIT
Homepage https://github.com/sagor110090/livewire-crud
Informations about the package livewire-crud
Livewire Crud Generator
A livewire CRUD Generation package to help scaffold basic site files. Package is autoloaded as per PSR-4 autoloading in any laravel version ^11.0
so no extra config required. However is has been tested on version ^10.0
. It uses auth middleware thus installs breeze
just incase you don't have any other auth mechanism.
Documentation
More detailed documentation can ne found at livewire-crud
Installation
You can install the package via Composer:
Usage
After running composer require sagor110090/livewire-crud
command just run:
**This command will perfom below actions:
* Compile css/js based on `bootstrap and fontawesome/free`.
* Run `npm install && run dev`
* Flush *node_modules* files from you folder.
Then generate Crud by:
**This command will generate:
* Livewire Component.
* Model.
* Views.
* Factory.
**Remember to customise your genertaed factories and migrations if you need to use them later
License
The MIT License (MIT). Please see License File for more information.
All versions of livewire-crud with dependencies
livewire/livewire Version *
laravel/breeze Version *
jantinnerezo/livewire-alert Version ^3.0
rappasoft/laravel-livewire-tables Version *
sagor110090/livewire-modal Version ^1.0.1
wireui/wireui Version ^1.0