nksoft / laravel-products
The Laravel Framework.
Installs: 26
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/nksoft/laravel-products
Requires
- nksoft/laravel-master: >=1.0
This package is auto-updated.
Last update: 2025-12-05 19:58:38 UTC
README
Run the command below to install via Composer
composer require nksoft/laravel-products
Getting Started
Add config file config/app.php
<?php 'providers' => [ ... Nksoft\Products\NkSoftProductsServiceProvider::class ]
Migrate package
php artisan migrate
DB seeder package
php artisan db:seed --class="\Nksoft\Products\database\seeds\NksoftProductsSeeder"
Publishes file
php artisan vendor:publish --tag=nksoft --force
Syslink storage file
php artisan storage:link
License
Released under the MIT License attached with this code.