PHP code example of creative-syntax / page-loader
1. Go to this page and download the library: Download creative-syntax/page-loader 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/ */
creative-syntax / page-loader example snippets
CreativeSyntax\PageLoader\CSPageLoader::class,
php artisan vendor:publish --provider="CreativeSyntax\PageLoader\CSPageLoader" --force
-OR-
php artisan vendor:publish --tag="page-loader:config"
return [
'is-active' => true, // if false then disable the loader
'color' => '#0277BD' // you can change the color of the loader
];