PHP code example of kusikusi / website

1. Go to this page and download the library: Download kusikusi/website 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/ */

    

kusikusi / website example snippets


[
Kusikusi\WebsiteServiceProvider::class,
];
shell
  php artisan vendor:publish --provider="Kusikusi\WebsiteServiceProvider"
  
shell
  php artisan vendor:publish --provider="Kusikusi\WebsiteServiceProvider" --tag="config"
  
shell
  php artisan vendor:publish --provider="Kusikusi\WebsiteServiceProvider" --tag="controller"
  
shell
php artisan migrate
shell
php artisan db:seed --class=AdminSeeder
shell
php artisan db:seed --class=EmptyWebsiteSeeder
shell
php artisan db:seed --class=BlogSeeder