Download the PHP package open-soft-app/back-end-generator without Composer
On this page you can find all versions of the php package open-soft-app/back-end-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download open-soft-app/back-end-generator
More information about open-soft-app/back-end-generator
Files in open-soft-app/back-end-generator
Package back-end-generator
Short Description Back-end generator: crud generator, Livewire components, scaffold migrations, factory, menu in one command based on database tables
License MIT
Homepage https://github.com/open-soft-app/back-end-generator
Informations about the package back-end-generator
Back End 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. 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 back-end-generator
Installation
You can install the package via Composer:
Usage
After running composer require open-soft-app/back-end-generator
command just run:
**This command will perfom below actions:
* Compile css/js based on `tailwind 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.
* Migration (soon).
* Model.
* Views.
* Menu (soon).
* Factory.
**Remember to customise your generated factories if you need to use them later
License
The MIT License (MIT). Please see License File for more information.
All versions of back-end-generator with dependencies
livewire/livewire Version *
laravel/breeze Version *
jantinnerezo/livewire-alert Version ^3.0
rappasoft/laravel-livewire-tables Version *
wire-elements/modal Version ^2.0
wireui/wireui Version ^1.0