Download the PHP package galax13a/crud without Composer
On this page you can find all versions of the php package galax13a/crud. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download galax13a/crud
More information about galax13a/crud
Files in galax13a/crud
Package crud
Short Description Scaffold Livewire Components, migrations, factory and crud in one command based on database tables.
License MIT
Homepage https://github.com/galax13a/crud
Informations about the package crud
Starcho CRUD Generator Laravel / Livewire v2~
Modificado por Cristhian Ryu / DEV
A livewire CRUD Generation package to help scaffold basic site files. Package is autoloaded as per PSR-4 autoloading in any laravel version ^5.6
so no extra config required. However is has been tested on version ^7 & ^8 ~9 ~10
. It uses auth middleware thus installs laravel/ui
just incase you don't have any other auth mechanism, this does not mean you have to use laravel/ui
.
Documentation >> Starcho V1.0.2
More detailed documentation can ne found at : livewire v2
Installation StarchoCRUD
You can install the package via Composer:
Otros Paquetes Usados
cybercog/laravel-ban
laravel/folio
laravel/socialite
Usage
After running composer require galax13a/crud
command just run:
**This command will perfom below actions:
* Compile css/js based on `bootstrap and bootstrap-icons`.
* Run `npm install && run build`
* Flush *node_modules* files from your folder.
If you choose to scaffold authentication this command will run php artisan ui:auth
to generate Auth scaffolds using laravel/ui
package. You can skip this step if your app has authentication already.
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
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
- George Chitechi
- Cristhian Ryu
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of crud with dependencies
laravel/framework Version >9.19
laravel/ui Version ^4
livewire/livewire Version ^2