定制 coderscantina/laravel 二次开发

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

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

coderscantina/laravel

最新稳定版本:v1.3.1

Composer 安装命令:

composer create-project coderscantina/laravel

包简介

An opinionated boilerplate for Laravel projects.

README 文档

README

Features

  • Uses webdevops/php-nginx as a base docker image
    • Default PHP version is 8.2
    • Sets security related headers by default
  • Includes Laravel IDE Helper for better IDE support
  • Includes Laravel Debugbar for better development experience
  • Includes purifier for sanitizing user input
  • Includes Tailwind CSS
  • Uses Hashids to obfuscate model ids
  • Uses Laravel Filter to filter models through request parameters
  • Uses Laravel Transform Requests to transform form request data (e.g. to camelCase)
  • Uses Laravel Translations to manage translations in the database
  • Uses JWTAuth for API authentication
  • Predefined route scheme for API, auth and web routes
  • Has a health check endpoint
  • Allows users to one-time login via email and pin code
  • Allows superusers to impersonate other users
  • Includes password reset functionality with Notifications
  • Has handy system tables for countries, languages with seeders
  • Uses actions to handle synchronous business logic
  • Uses Jobs to handle asynchronous business logic
  • Extends the user model with frequently used fields
    • Tracks last login and number of logins
  • Uses accept-language header to set the app locale

Installation

Use composer to create a new project:

composer create-project coderscantina/laravel my-project

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-07-23