PHP code example of kakhura / laravel-site-bases

1. Go to this page and download the library: Download kakhura/laravel-site-bases 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/ */

    

kakhura / laravel-site-bases example snippets


'providers' => [
    /*
     * Package Service Providers...
     */
    \Kakhura\LaravelSiteBases\SiteBasesServiceProvider::class,
],
bash
php artisan vendor:publish --tag=kakhura-site-bases-config
bash
php artisan vendor:publish --tag=kakhura-site-bases-views
bash
php artisan vendor:publish --tag=kakhura-site-bases-migrations
bash
php artisan kakhura:run-commands