faridlab / salt-laravel-product
Installs: 66
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/faridlab/salt-laravel-product
Requires
- php: ^8.0.2
 - doctrine/dbal: ^3.3
 - faridlab/salt-laravel: ^10
 - faridlab/salt-laravel-countries: ^10
 - faridlab/salt-laravel-file: ^10
 - laravel/framework: ^10.0
 - spatie/laravel-permission: ^5.5
 - zircote/swagger-php: ^4.4
 
Requires (Dev)
- phpstan/phpstan: ^0.12
 - phpunit/phpunit: ^9.0
 - spatie/laravel-ignition: ^2.0
 
- dev-main
 - v10.0.98
 - v10.0.97
 - v10.0.96
 - v10.0.95
 - v10.0.94
 - v10.0.93
 - v10.0.91
 - v10.0.90
 - v10.0.89
 - v10.0.87
 - v10.0.86
 - v10.0.84
 - v10.0.83
 - v10.0.77
 - v10.0.72
 - v10.0.71
 - v10.0.69
 - v10.0.65
 - v10.0.64
 - v10.0.63
 - v10.0.61
 - v10.0.60
 - v10.0.59
 - v10.0.58
 - v10.0.57
 - v10.0.55
 - v10.0.54
 - v10.0.53
 - v10.0.52
 - v10.0.50
 - v10.0.46
 - v10.0.45
 - v10.0.39
 - v10.0.38
 - v10.0.37
 - v10.0.35
 - v10.0.33
 - v10.0.31
 - v10.0.30
 - v10.0.29
 - v10.0.25
 - v10.0.19
 - v10.0.18
 - v10.0.16
 - v10.0.13
 - v10.0.11
 - v10.0.3
 - v10.0.2
 - v10.0.1
 - v10.0.0
 
This package is auto-updated.
Last update: 2025-10-26 13:28:21 UTC
README
General information about this package.
Installation
To install this package, please run this command below:
$ composer require faridlab/salt-laravel-product
Using this package
Information about using this package
Publishing Configurations
To publish the config file of our package, run the following command:
$ php artisan vendor:publish --tag=product-config
This will add a new product.php file in the config directory.
Publishing Migrations and Seeds
To publish the migration file, run the following command:
$ php artisan vendor:publish --tag=product-migrations
To publish the seeder file, run the following command:
$ php artisan vendor:publish --tag=product-seeds
Next, edit the .env file with your database credentials and run the following command to execute the migrations:
$ php artisan migrate
Run the command to seed the database with some random data:
$ php artisan db:seed --class=ProductProductSeeder
Contributing
Information about contributing to this package.