luanardev/lumis
最新稳定版本:v1.0.2
Composer 安装命令:
composer create-project luanardev/lumis
包简介
LUANAR IMIS.
README 文档
README
Requirements
The current package requirements are:
- Laravel >= 9.x
- PHP >= 8.1
Installation
Run the command
composer create-project luanardev/lumis
Configuration
Open livewire.php in the config directory.
Set asset_url to the path of Livewire JavaScript assets, for cases where
your app's domain root is not the correct path.
By default, LUMIS will load its JavaScript assets from the app's "relative root".
asset_url = '/lumis/public'
Database Migration
Open .env file at the root of the directory
Add database connection details
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=lumis
DB_USERNAME=root
DB_PASSWORD=
Run Migrations
php artisan migrate
php artisan db:seed
Creating Users
Create Super User
php artisan create-superuser
Create Any User
php artisan create-user
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-04-15