承接 creative-syntax/page-loader 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

creative-syntax/page-loader

最新稳定版本:v2.0.0

Composer 安装命令:

composer require creative-syntax/page-loader

包简介

A laravel package for auto page loading system

README 文档

README

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.

统计信息

  • 总下载量: 37
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-05-07