LaravelPackages.net
Acme Inc.
Toggle sidebar
nksoft/laravel-products

The Laravel Framework.

26
0
1.0.0
About nksoft/laravel-products

nksoft/laravel-products is a Laravel package for the laravel framework.. It currently has 0 GitHub stars and 26 downloads on Packagist (latest version 1.0.0). Install it with composer require nksoft/laravel-products. Discover more Laravel packages by nksoft or browse all Laravel packages to compare alternatives.

Last updated

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
php artisan storage:link

License

Released under the MIT License attached with this code.

Star History Chart