nksoft/laravel-products

The Laravel Framework.

1.0.0 2020-04-30 16:18 UTC

This package is auto-updated.

Last update: 2024-05-05 16:36:20 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.