当前位置:网站首页>一款你不容错过的Laravel后台管理扩展包 —— Voyager
一款你不容错过的Laravel后台管理扩展包 —— Voyager
2022-07-07 12:37:00 【全栈程序员站长】
1、简介
Voyager是一个你不容错过的Laravel后台管理扩展包,提供了CRUD操作、媒体管理、菜单构建、数据管理等操作。
官网:https://the-control-group.github.io/voyager/
Github:https://github.com/the-control-group/voyager
视频演示:https://devdojo.com/episode/laravel-admin-package-voyager
2、安装使用
创建完新的Laravel应用后就可以在根目录下通过以下命令引入Voyager扩展包:
composer require tcg/voyager
接下来创建一个新的数据库并将数据库认证信息添加到.env
文件:
DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
然后注册Voyager服务提供者以及图片处理服务到配置文件config/app.php
的providers
数组:
TCG\Voyager\VoyagerServiceProvider::class,
Intervention\Image\ImageServiceProvider::class,
最后,我们可以通过以下命令安装Voyager:
php artisan voyager:install
安装完成后,就可以进入后台查看效果了。最简单的方式是在项目根目录下运行php artisan serve
,然后在浏览器中访问http://localhost:8000/admin
,这样就可以进入登录认证页面,我们可以使用如下演示账户:
email: [email protected]
password: password
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/113263.html原文链接:https://javaforall.cn
边栏推荐
- 一文读懂数仓中的pg_stat
- The difference between memory overflow and memory leak
- Simple use of websocket
- Verilog implementation of a simple legv8 processor [4] [explanation of basic knowledge and module design of single cycle implementation]
- WPF DataGrid realizes the UI interface to respond to a data change in a single line
- Csma/cd carrier monitoring multipoint access / collision detection protocol
- STM32CubeMX,68套组件,遵循10条开源协议
- Regular expression integer positive integer some basic expressions
- Selenium Library
- Mrs offline data analysis: process OBS data through Flink job
猜你喜欢
UML 状态图
2022PAGC 金帆奖 | 融云荣膺「年度杰出产品技术服务商」
SAKT方法部分介绍
Assign a dynamic value to the background color of DataGrid through ivalueconverter
Navigation — 这么好用的导航框架你确定不来看看?
Pert diagram (engineering network diagram)
Mrs offline data analysis: process OBS data through Flink job
GVIM [III] [u vimrc configuration]
多商戶商城系統功能拆解01講-產品架構
小米的芯片自研之路
随机推荐
请问,我kafka 3个分区,flinksql 任务中 写了 join操作,,我怎么单独给join
Mmkv use and principle
今日睡眠质量记录78分
Assign a dynamic value to the background color of DataGrid through ivalueconverter
How to check the ram and ROM usage of MCU through Keil
Docker deploy Oracle
The longest ascending subsequence model acwing 1014 Mountaineering
小米的芯片自研之路
Oracle Linux 9.0 正式发布
The reason why data truncated for column 'xxx' at row 1 appears in the MySQL import file
Analysis of arouter
用例图
Reverse non return to zero code, Manchester code and differential Manchester code of common digital signal coding
oracle 触发器实现级联更新
Reading and understanding of eventbus source code
docker部署oracle
IP address home location query
PERT图(工程网络图)
MLGO:Google AI发布工业级编译器优化机器学习框架
OAuth 2.0 + JWT 保护API安全