desite-group / laravel-nova-ua-volunteers-warehouse-management
There is no license information available for the latest version (0.0.7.2) of this package.
A simple package for an online store, for managing orders and warehouse
0.0.7.2
2024-04-27 13:12 UTC
- dev-main
- 0.0.7.2
- 0.0.7.1
- 0.0.7.0
- 0.0.6.9
- 0.0.6.8
- 0.0.6.7
- 0.0.6.6
- 0.0.6.5
- 0.0.6.4
- 0.0.6.3
- 0.0.6.2
- 0.0.6.1
- 0.0.6.0
- 0.0.5.9
- 0.0.5.8
- 0.0.5.7
- 0.0.5.6
- 0.0.5.5
- 0.0.5.4
- 0.0.5.3
- 0.0.5.2
- 0.0.5.1
- 0.0.5
- 0.0.4.9
- 0.0.4.8
- 0.0.4.7
- 0.0.4.6
- 0.0.4.5
- 0.0.4.4
- 0.0.4.2
- 0.0.4.1
- 0.0.3.6
- 0.0.2
- 0.0.1
- dev-fix/dependencies
- dev-feature/customs_declaration
- dev-feature/reauest
This package is auto-updated.
Last update: 2025-03-09 11:50:20 UTC
README
A simple package for an online store, for managing orders and warehouse. Based on Laravel Nova
Installation
You can install the package via composer:
composer require desite-group/laravel-nova-ua-volunteers-warehouse-management
After that, you need to run migrations.
php artisan migrate
You need to publish database data
php artisan vendor:publish --tag=volunteers-warehouse-database
You need to seed base data
php artisan db:seed --class=VolunteersWarehouseBaseSeeder
Also, you can seed demo data
php artisan db:seed --class=VolunteersWarehouseDemoSeeder