rapidez / quick-order
Adds a form that allows you to quickly order items based on SKU
1.1.0
2026-03-13 07:39 UTC
Requires
- php: ^8.3
- rapidez/core: ^4.0
This package is auto-updated.
Last update: 2026-03-13 12:39:54 UTC
README
Adds a form that allows you to quickly order items based on SKU
Installation
composer require rapidez/quick-order
Configuration
You can publish the config with:
php artisan vendor:publish --tag=rapidez-quick-order-config
You can disable the default /quick-order route by changing the routes config option to false.
Views
You can publish the views with:
php artisan vendor:publish --tag=rapidez-quick-order-views
License
GNU General Public License v3. Please see License File for more information.