Download the PHP package albadrsystems/laravel-crud-generator without Composer
On this page you can find all versions of the php package albadrsystems/laravel-crud-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download albadrsystems/laravel-crud-generator
More information about albadrsystems/laravel-crud-generator
Files in albadrsystems/laravel-crud-generator
Package laravel-crud-generator
Short Description crud packages installer for albadr systems.
License MIT
Informations about the package laravel-crud-generator
LARAVEL GENERATOR
https://packagist.org/packages/albadrsystems/laravel-crud-generator
require laravel 9
how to install
RUN
composer require albadrsystems/laravel-crud-generator
then
php artisan vendor:publish
// 0 => for all
then
php artisan ui stisla --auth
then
npm install
and
npm run dev
then
php artisan albadrsystems:publish
then
php artisan albadrsystems.publish:generator-builder
then
php artisan albadrsystems.publish:layout
// accept changes
then // publish default user crud
php artisan albadrsystems.publish:user
very important
import files from https://github.com/mahmoudarafat/helper-trait and paste it in app folder [ app/Traits/RepositoryTrait.php ]
if you got error in RouteServiceProvider.php open it and remove lines added - it may duplicated after namespace App\Providers;
All versions of laravel-crud-generator with dependencies
albadrsystems/generator-builder Version ^7.0
albadrsystems/laravel-generator-helpers Version ^2.0
albadrsystems/laravel-ui-stisla Version ^4.0
albadrsystems/stisla-templates Version ^4.0