定制 laravel-frontend-presets/zurb-foundation 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

laravel-frontend-presets/zurb-foundation

最新稳定版本:v2.1.2

Composer 安装命令:

composer require laravel-frontend-presets/zurb-foundation

包简介

Laravel 6.0+ front-end preset for Zurb Foundation

README 文档

README

A Laravel front-end scaffolding preset for Zurb Foundation - The most advanced responsive front-end framework in the world.

Installation

  1. Install fresh Laravel >=5.5 <7.0 project and cd to your app,
  2. Install this preset via composer require laravel-frontend-presets/zurb-foundation --dev (package will be discovered automatically, no need to register the service provider),
  3. Apply one of the following preset configurations:
    1. Use php artisan preset foundation for basic preset without Authentication including core functions and only welcome page view,
    2. Use php artisan preset foundation-auth for full preset with Authentication including basic preset, authentication controllers, views and route entries, all in one go (NOTE: If you run this command several times, be sure to clean up the duplicated entries from routes/web.php file),
  4. Run npm install && npm run dev to compile your fresh scaffolding,
  5. If you decided to use full preset with Authentication, you also need to:
    1. Configure your favorite database (mysql, sqlite, etc.),
    2. Run php artisan migrate to create basic user tables in the database,
  6. Run php artisan serve (or equivalent) to run server and test preset.

Dependencies

Those front-end dependencies will be added to the NPM project during preset installation:

Screenshots

Foundation login screen

统计信息

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

GitHub 信息

  • Stars: 52
  • Watchers: 5
  • Forks: 14
  • 开发语言: SCSS

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-07-22