Skip to content

phuongle-nksoft/laravel-products

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

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.