aqamarine/alphacruds

Helps to automatically create CRUDS in AlphaDev style

v0.2 2023-03-08 15:01 UTC

README

Tests GitHub Latest Stable Version Latest Unstable Version

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"