webbytroopstechnologies / advanced-order-number
Installs: 43
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/webbytroopstechnologies/advanced-order-number
This package is auto-updated.
Last update: 2025-10-09 16:18:12 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