nksoft/laravel-articles

The Laravel Framework.

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/nksoft/laravel-articles

6.3.0 2020-04-27 04:55 UTC

This package is auto-updated.

Last update: 2025-11-29 02:58:35 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.