nksoft/laravel-articles

The Laravel Framework.

6.3.0 2020-04-27 04:55 UTC

This package is auto-updated.

Last update: 2024-05-29 04:49:24 UTC


README

Run the command below to install via Composer

composer require nksoft/laravel-articles

Getting Started

Add config file config/app.php

<?php
'providers' => [
    ...
    Nksoft\Articles\NkSoftArticlesServiceProvider::class
]

Migrate package

php artisan migrate

DB seeder package

php artisan db:seed --class="\Nksoft\Articles\database\seeds\NksoftArticlesSeeder"

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.