temahom/laravel-ui-stisla-fr

基于 Stisla 的前端仪表盘模板

资助包维护!
Opencollective

安装: 3

依赖者: 0

建议者: 0

安全性: 0

星星: 0

关注者: 2

分支: 1

公开问题: 0

语言:Blade

dev-master 2021-05-27 16:08 UTC

This package is not auto-updated.

Last update: 2024-09-27 07:39:25 UTC


README

Laravel UI Stisla

安装

运行以下命令:

composer require Temahom/laravel-ui-stisla-fr

对于 Laravel 7:

composer require Temahom/laravel-ui-stisla-fr

对于 Laravel 6:

composer require Temahom/laravel-ui-stisla-fr

用法

运行以下命令:

要生成完整的认证 UI:

php artisan ui stisla --auth

仅安装 Stisla 主题资源:

php artisan ui stisla

然后运行:

npm install && npm run dev

或者对于生产环境:

npm install && npm run prod

与 Laravel Fortify 一起使用(仅限 Laravel 8.x)

此包还提供了对 Laravel Fortify 认证脚手架的支持。

注意:不要忘记安装并运行 Laravel Fortify 并执行其所需的安装步骤。

运行以下命令:

php artisan ui stisla-fortify --auth

然后运行:

npm install && npm run dev

或者对于生产环境:

npm install && npm run prod