creative-syntax/page-loader
Add a simple customizable page loading indicator to your Laravel app. Install via Composer, optionally register the service provider, publish the config, and toggle the loader or change its color in config/page-loader.php.
No dependency on PHP version and LARAVEL version
composer require creative-syntax/page-loader
If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
CreativeSyntax\PageLoader\CSPageLoader::class,
php artisan vendor:publish --provider="CreativeSyntax\PageLoader\CSPageLoader" --force
-OR-
php artisan vendor:publish --tag="page-loader:config"
in config folder, you will get a file -page-loader.php
return [
'is-active' => true, // if false then disable the loader
'color' => '#0277BD' // you can change the color of the loader
];
The MIT License (MIT). Please see License File for more information.
If have any issue please write me.
How can I help you explore Laravel packages today?