amranich/slim-elegant 问题修复 & 功能扩展

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

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

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\Validation component).
  • 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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-11-22