Skip to content

Aqamarine228/AlphaCruds

Repository files navigation

AlphaCruds (Laravel Package)

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"