Helps to automatically create CRUDS in AlphaDev style
aqamarine/alphacruds is a Laravel package for helps to automatically create cruds in alphadev style.
It currently has 1 GitHub stars and 36 downloads on Packagist (latest version v12.0).
Install it with composer require aqamarine/alphacruds.
Discover more Laravel packages by aqamarine
or browse all Laravel packages to compare alternatives.
Last updated
Package used to automate Admin panel CRUDS creation process in AlphaDev style
Using the package manager composer.
composer require aqamarine/alphacruds
For package to work publishing assets and migrations is needed
php artisan vendor:publish --tag="alphacruds-assets"
php artisan vendor:publish --tag="alphacruds-config"