aqamarine / alphacruds
Helps to automatically create CRUDS in AlphaDev style
v12.0
2026-01-14 16:03 UTC
Requires
- php: >=8.2
- laravel/framework: ^11.0 | ^12.00
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.9
- nwidart/laravel-modules: ^11.0
- orchestra/testbench: ^9.0
- phpunit/phpunit: ^11.5
- roave/security-advisories: dev-latest
- squizlabs/php_codesniffer: ^3.7
This package is auto-updated.
Last update: 2026-03-14 16:31:55 UTC
README
Package used to automate Admin panel CRUDS creation process in AlphaDev style
Installation
Using the package manager composer.
composer require aqamarine/alphacruds
Package Configuration
For package to work publishing assets and migrations is needed
Publish Assets
php artisan vendor:publish --tag="alphacruds-assets"
Publish Config (Optional)
php artisan vendor:publish --tag="alphacruds-config"