aqamarine / alphacruds
Helps to automatically create CRUDS in AlphaDev style
Installs: 26
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 1
Language:CSS
Requires
- php: >=8.2
- laravel/framework: ^11.0
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: 2025-02-19 09:47:40 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"