Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.27 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.27 KB

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"