ashop/admin

Ashop Admin Panel

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:HTML

pkg:composer/ashop/admin

v0.1.1 2017-09-26 08:06 UTC

This package is not auto-updated.

Last update: 2025-12-25 06:20:55 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