acanto/laravel-frontend 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

acanto/laravel-frontend

最新稳定版本:1.1.7

Composer 安装命令:

composer require acanto/laravel-frontend

包简介

Laravel package to build frontend applications in tandem with `laravel-scripts`

README 文档

README

composer

For all the documentation refer to the Acanto Framework Docs.

This package is automatically mirrored as a standalone repository to GitLab through a postpublish npm script that lerna run after its publish work. Composer installs acanto/laravel-frontend through the packagist.org's package which points to this public GitLab repo.

Migration

0.x to 1.x

In your project using LaravelFrontend update:

  • ./composer.json: bump "barryvdh/laravel-debugbar" to "^3.6"

How to

Develop this package locally

Simply symlink your development version inside the project's vendor folder.

Use a forked package

Add to your project's composer.json:

  "repositories": [
      {
          "type": "vcs",
          "url": "git@git.acanto.net:acanto-forks/laravel-page-speed.git"
      }
  ],
  "require": {
      "renatomarinho/laravel-page-speed": "dev-master"
  }

One liners

One liner to clear local cache:

php artisan config:clear && php artisan route:clear && php artisan view:clear && php artisan cache:clear && composer dump-autoload

One liner to optimize laravel:

php artisan config:cache && php artisan route:cache && php artisan view:cache && composer dump-autoload

Development

Notes

Flood prevention

Caching

Sitemap

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: ISC
  • 更新时间: 2020-09-16