# 安装包管理
composer update --no-dev
# 创建软连接
php artisan storage:link
# 创建配置文件并配置好数据库以及APP_URL
cp .\.env.example .env
# 生成APP_KEY
php artisan key:generate
# 执行迁移
php artisan migrate
# 生成超级管理员账号
php artisan make:filament-user
# 代码每次更新,需要执行如下代码加速项目
sudo -u www composer update --no-dev
sudo -u www php artisan optimize
sudo -u www php artisan icons:cache
sudo -u www php artisan filament:clear-cached-components
sudo -u www php artisan config:clear
-
Notifications
You must be signed in to change notification settings - Fork 1
xujinhui2015/ip-proxy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
IP代理中转 青龙面板 代理分配 php Laravel Filament
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published