Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Page Loader Laravel Package

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.

View on GitHub
Deep Wiki
Context7

Laravel Page Loader Package-

A package for customize page loading system in easiest way. Just install it

Installation

No dependency on PHP version and LARAVEL version

STEP 1: Run the composer command:

composer require creative-syntax/page-loader

STEP 2: Laravel without auto-discovery:

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

CreativeSyntax\PageLoader\CSPageLoader::class,

STEP 3: Publish the package config: (If you want to customize)

php artisan vendor:publish --provider="CreativeSyntax\PageLoader\CSPageLoader" --force

-OR-

php artisan vendor:publish --tag="page-loader:config"

customization like:

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
];

license:

The MIT License (MIT). Please see License File for more information.

Post Issues: if found any

If have any issue please write me.

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
headercat/phpstan-extension-ide-helper
yosymfony/parser-utils
innmind/black-box
babenkoivan/elastic-migrations
babenkoivan/elastic-adapter
sandermuller/package-boost-php
sandermuller/boost-core
depa/sulu-google-reviews-bundle
croct/plug-symfony
develia/commons
dmstr/symfony-system-resources-bundle
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
renatomarinho/laravel-page-speed
develia/geo-bundle
austinheap/laravel-database-encryption
dreamzy/livewire-charts
touchestate-sdk/php-sdk
22h/doctrine-garbage-collection-bundle
imbo/imbo-coding-standard