# api-boilerplate **Repository Path**: cet46/api-boilerplate ## Basic Information - **Project Name**: api-boilerplate - **Description**: No description available - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-08-17 - **Last Updated**: 2024-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Lumen Boilerplate 对官方源码作了适量修改,使之更符合国情、更适合作为新项目基石,但不建议初学者使用。 主要特性: 1. 基于 Lumen 5.1 2. BAE 分支完美支持 BAE 环境 3. BAE 分支支持 BAE 日志服务 4. 集成 Laravel 路径辅助函数 5. 支持 `vendor:publish` 命令 6. 修复了项目位于子目录时的 NotFoundHttpException 错误 7. 时区默认为中国上海 8. 支持 IDE 代码提示 9. 默认启用 ENV 文件 10. .gitignore 忽略 IDE 相关文件 ## Lumen PHP Framework [![Build Status](https://travis-ci.org/laravel/lumen-framework.svg)](https://travis-ci.org/laravel/lumen-framework) [![Total Downloads](https://poser.pugx.org/laravel/lumen-framework/d/total.svg)](https://packagist.org/packages/laravel/lumen-framework) [![Latest Stable Version](https://poser.pugx.org/laravel/lumen-framework/v/stable.svg)](https://packagist.org/packages/laravel/lumen-framework) [![Latest Unstable Version](https://poser.pugx.org/laravel/lumen-framework/v/unstable.svg)](https://packagist.org/packages/laravel/lumen-framework) [![License](https://poser.pugx.org/laravel/lumen-framework/license.svg)](https://packagist.org/packages/laravel/lumen-framework) Laravel Lumen is a stunningly fast PHP micro-framework for building web applications with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Lumen attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as routing, database abstraction, queueing, and caching. ## Official Documentation Documentation for the framework can be found on the [Lumen website](http://lumen.laravel.com/docs). ## Security Vulnerabilities If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at taylor@laravel.com. All security vulnerabilities will be promptly addressed. ### License The Lumen framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)