anna-stupina38/cinema-project
最新稳定版本:1.3
Composer 安装命令:
composer create-project anna-stupina38/cinema-project
包简介
Diploma project on the profession 'Web developer'.
关键字:
README 文档
README
Developed on Laravel 10 in conjunction with livewire, using the moonshine admin panel
Requirements
- php >= 8.1
- composer > 2
- mySQL >= 5.6.0
Installation
- Run the command in the terminal: composer create-project anna-stupina38/cinema-project
- Create a mySQL database on your local or remote server and edit the .env file in the project root directory, assigning values to the constants, where:
APP_URL: your domain
DB_HOST: mySQL server address
DB_PORT: connection port
DB_DATABASE: database name
DB_USERNAME: username to connect to the database
DB_PASSWORD: password to connect to the database
Create storage link
- php artisan storage:link
Run migrations
- php artisan migrate
Creating an administrator
- php artisan moonshine:user
Resources
- The admin panel resources are located in the folder: App\MoonShine\Resources
- Route to enter the admin panel: /lk
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-08-11