PHP code example of nksoft / laravel-articles

1. Go to this page and download the library: Download nksoft/laravel-articles library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

nksoft / laravel-articles example snippets



'providers' => [
    ...
    Nksoft\Articles\NkSoftArticlesServiceProvider::class
]
shell
php artisan migrate
shell
php artisan db:seed --class="\Nksoft\Articles\database\seeds\NksoftArticlesSeeder"
shell
php artisan vendor:publish --tag=nksoft --force
shell
php artisan storage:link