orz14/orz-stack 问题修复 & 功能扩展

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

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

orz14/orz-stack

最新稳定版本:v1.1.8

Composer 安装命令:

composer create-project orz14/orz-stack

包简介

The skeleton application for the Laravel starter kit project.

README 文档

README

ORZ Stack Logo

About ORZ Stack

ORZ Stack is the skeleton application for the Laravel starter kit project. It comes equipped with a system authentication that includes both basic authentication and socialite authentication. Additionally, ORZ Stack includes several built-in packages that I frequently use, such as Tailwind CSS, Livewire, Eloquent Sluggable, and many more. It offers a feature-rich boilerplate to kickstart your project and expedite your development process. Now, you're ready to create your awesome project.

System Requirements

  • PHP >= 8.1
  • Composer
  • NodeJS & NPM/PNPM
  • MySQL

Installation

  • Create a new ORZ Stack project via Composer's create-project command:
composer create-project orz14/orz-stack app-name
  • Once the project has been created, migrate the database:
cd app-name
php artisan migrate
  • Finally, start Laravel's local development server using Laravel Artisan's serve command:
php artisan serve

License

The Laravel framework is open-sourced software licensed under the MIT license.

Created with 💜 by ORZCODE

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-01-02