despark/laravel-project-starter
最新稳定版本:v1.5
Composer 安装命令:
composer create-project despark/laravel-project-starter
包简介
How we bootstrap Laravel's core at Despark.
关键字:
README 文档
README
The project starter is a seed for Laravel web applications. The project contains a sample application and it is pre-configured to install bunch of front-end and back-end tools that helps to setup new projects. We suggest to use Homestead vagrant box for your local environment, because the project starter contains environment specific configurations and scripts. Also homestead helps when working in a team and you have to use the same local environments. For more information on how to install Homestead check out this tutorial from laracasts.
Default Dependencies
Backend
laravel/framework": 4.2.*- Can't be Laravel project starter without Laravelwatson/validating: 0.10.*- Validation packagecartalyst/sentry: 2.1.*- Authorization and authentication packagesleeping-owl/admin: 1.",- Customizable Administration Panelfzaninotto/faker: v1.3.0- PHP library that generates fake databarryvdh/laravel-debugbar": ~1.8- Debugbar for Laravelway/generators: ~2.0- Variety of generators for models, scaffolds, controllers etc.
Frontend (Bower Dependencies)
modernizr: 2.8.x- Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user’s browser.jquery: 2.x.x- jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajaxfastclick: ~1.0.6- FastClick is a simple, easy-to-use library for eliminating the 300ms delay between a physical tap and the firing of a click event on mobile browsers.
Features
- Different environments setup
- Automatic DB settings based on project name
- Custom error pages
- Default behaviour for model validation exceptions
- Custom model validation
- Debug bar
- Authentication and Users/Roles handled with Sentry
- Creation of DB, running migrations and seeding data for default users and roles
Installation
To install the project you should run the following command in the Homestead:
$ composer create-project despark/laravel-project-starter <project_name>
Where project_name is the name of the project that you want to start.
What command does?
- Create database with the entered
project_name, setup the migrations - Setup the migration table
- Migrate and seed the users table
- Publish configurations
- Change placeholders that contains name of the project in configuration files
Frontend installation and running
To complete the next step you should have installed Bower & Npm manager. If no:
- Download and install
Node.js
Than:
- $ npm install -g bower
Run the following commands to install the dependecies
bower installnpm install
For building and watching sass, js, image and fonts files run the following command
gulp
Frontend dev folder is static_html. The result is delivered in public folder.
despark/laravel-project-starter 适用场景与选型建议
despark/laravel-project-starter 是一款 基于 JavaScript 开发的 Composer 扩展包,目前已累计 122 次下载、GitHub Stars 达 4, 最近一次更新时间为 2014 年 11 月 20 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「framework」 「laravel」 「despark」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 despark/laravel-project-starter 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 despark/laravel-project-starter 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 despark/laravel-project-starter 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
PHP Framework HLEB2 is the foundation of the web application. Provides ease of development and application performance.
Administrative interface builder for Laravel 5.1
Igni CMS SEO Package
Apply/rollback actions after a deployment
Database localization package for laravel framework
Database localization package for laravel framework
统计信息
- 总下载量: 122
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 15
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-20