webbytroopstechnologies / advanced-order-number
dev-main
2023-05-09 11:01 UTC
This package is auto-updated.
Last update: 2025-04-09 15:16:11 UTC
README
Requirements
- PHP >= 8.1
- Bagisto >= 1.4
Quick Installation
composer require webbytroopstechnologies/advanced-order-number
Service Provider & Facade
Register provider and facade on your config/app.php
file.
'providers' => [ ..., WebbyTroops\AdvancedOrderNumber\Providers\AdvancedOrderNumberServiceProvider::class ]
Composer
composer dump-autoload
For Migration table in database
php artisan migrate
Run this command to make the database changes!
For Route & Config cache
php artisan optimize
Run this command to clear the route and config cache!
Documentations
Support and Discussion:
If you have any query/concern/issues you can contact us anytime at contact@webbytroops.com
License
The MIT License (MIT). Please see License File