LaravelPackages.net
Acme Inc.
Toggle sidebar
aqamarine/alphacruds

Helps to automatically create CRUDS in AlphaDev style

36
1
v12.0
About aqamarine/alphacruds

aqamarine/alphacruds is a Laravel package for helps to automatically create cruds in alphadev style. It currently has 1 GitHub stars and 36 downloads on Packagist (latest version v12.0). Install it with composer require aqamarine/alphacruds. Discover more Laravel packages by aqamarine or browse all Laravel packages to compare alternatives.

Last updated

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"

Star History Chart