guysolamour / laravel-administrable-shop
Shop extension for administrable package. This package can not be used alone.
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Language:Blade
Requires
- illuminate/support: ^9.0|^10.0
- laraveldaily/laravel-invoices: ^3.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
README
This package is a shop management extension for the manageable package.
This package is an extension of the package - laravel-administrable and cannot be used outside of it. For the complete documentation it's here.
Installation
Install via composer
composer require guysolamour/laravel-administrable-shop
Publish package assets
php artisan vendor:publish --provider="Guysolamour\Administrable\Shop\ServiceProvider"
Security
If you discover any security related issues, please email rolandassale@gmail.com instead of using the issue tracker.
Credits
This package is bootstrapped with the help of melihovv/laravel-package-generator.