anisaronno/multipurpose-admin-panel-boilerplate 问题修复 & 功能扩展

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

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

anisaronno/multipurpose-admin-panel-boilerplate

最新稳定版本:0.2.0

Composer 安装命令:

composer create-project anisaronno/multipurpose-admin-panel-boilerplate

包简介

Application with laravel-10, vue-3, vite -4 , inertia 1, typescript, tailwind-3

README 文档

README

Application with laravel, vue js, vite, inertia js, tailwind css, typescript

Getting started

Installation

Install project with composer command

composer create-project anisaronno/multipurpose-admin-panel-boilerplate admin-panel

Switch to the repo folder

cd admin-panel

Run the database migrations (Set the database connection in .env before migrating)

php artisan migrate

Run the database seeder (Do it after migrating your table)

php artisan db:seed

Run Job

php artisan queue:work

Or

php artisan schedule:run

Run command for development

npm run dev

for frontend build

npm run build

for ssr

node bootstrap/ssr/ssr.mjs

Start the local development server

php artisan serve

You can now access the server at http://localhost:8000

Contribution Guide

Follow the Link.

License

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

统计信息

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

GitHub 信息

  • Stars: 30
  • Watchers: 1
  • Forks: 5
  • 开发语言: PHP

其他信息

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