amranich/slim-elegant
Composer 安装命令:
composer create-project amranich/slim-elegant
包简介
README 文档
README
💠 Simple Slim skeleton that supports Blade templating, Eloquent Models, and other features.
Features
- Flexible and Simple (Built with KIS Concept in Mind).
- Blade Templating.
- Eloquent Models.
- Whoops Error Handler.
- CRSF Protection.
- Supporting environment variables.
- Configurable PHP Sessions.
- Ships with ready-to-use HTTP response objects.
Installation
Create the project using this composer command:
composer create-project amranich/slim-elegant app-name --stability dev
Configure git (if you use a VCS):
git remote add origin URL
git add .
git commit -m "First commit"
git push -u origin master
TODO
- Support Flash Messages.
- Support backend validation of requests parameters (may be integrate the
illuminate\Validationcomponent). - Adding more helper functions (
redirect,redirectToRoute,assets...). - Support per request crsf tokens (Non persistence mode).
- Adding user authentication layer.
- Support console requests.
- Provide a simple CLI interface and .
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-11-22