ashop / admin
Ashop Admin Panel
v0.1.1
2017-09-26 08:06 UTC
Requires
This package is not auto-updated.
Last update: 2026-03-19 07:32:01 UTC
README
Quick Installation
Begin by installing the package through Composer.
composer require ashop/admin
Once this operation is complete, simply add the service provider class to your project's config/app.php file:
Service Provider
Ashop\Admin\AshopAdminServiceProvider::class,
After that run the following commands
Composer dump-autoload
php artisan vendor:publish --force