Download the PHP package lazyou/laravel-quick without Composer
On this page you can find all versions of the php package lazyou/laravel-quick. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-quick
安装使用
用户认证 config/auth.php
'model' => App\Models\User::class,
改成'model' => \Lazyou\Quick\Models\QuickUser::class,
【常用】 config, env 配置操作
-
php artisan key:generate
-
config/app.php
=>'locale' => 'zh'
-
CACHE_DRIVER=redis
-- 缓存放 redis,查看也方便 -
LOG_CHANNEL=daily
-- 错误日志按天记录到 log 文件 APP_TIMEZONE=Asia/Shanghai
后台开发
-
app/Providers/RouteServiceProvider.php
的boot
方法添加如下 -
touch routes/quick_admin.php
- 视图路由必须设置 name, 用作视图渲染和权限管理
All versions of laravel-quick with dependencies
PHP Build Version
Package Version
The package lazyou/laravel-quick contains the following files
Loading the files please wait ....