当前位置:网站首页>A laravel background management expansion package you can't miss - Voyager
A laravel background management expansion package you can't miss - Voyager
2022-07-07 14:33:00 【Full stack programmer webmaster】
1、 brief introduction
Voyager It's one you can't miss Laravel Background management expansion pack , Provides CRUD operation 、 Media management 、 Menu construction 、 Data management and other operations .
Official website :https://the-control-group.github.io/voyager/
Github:https://github.com/the-control-group/voyager
Video demo :https://devdojo.com/episode/laravel-admin-package-voyager
2、 Install and use
Finished creating new Laravel After application, you can use the following command to import Voyager Expansion pack, :
composer require tcg/voyager Next, create a new database and add the database authentication information to .env file :
DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret Then register Voyager Service provider and image processing service to configuration file config/app.php Of providers Array :
TCG\Voyager\VoyagerServiceProvider::class,
Intervention\Image\ImageServiceProvider::class,Last , We can install it with the following command Voyager:
php artisan voyager:install After installation , You can enter the background to check the effect . The simplest way is to run in the root directory of the project php artisan serve, It is then accessed in a browser http://localhost:8000/admin, In this way, you can enter the login authentication page , We can use the following demo account :
email: [email protected]
password: passwordPublisher : Full stack programmer stack length , Reprint please indicate the source :https://javaforall.cn/113263.html Link to the original text :https://javaforall.cn
边栏推荐
- Simple use of websocket
- 解析PHP跳出循环的方法以及continue、break、exit的区别介绍
- VSCode 配置使用 PyLint 语法检查器
- NDK beginner's study (1)
- Notes de l'imprimante substance: paramètres pour les affichages Multi - écrans et multi - Résolutions
- SAKT方法部分介绍
- 《微信小程序-进阶篇》组件封装-Icon组件的实现(一)
- Ascend 910实现Tensorflow1.15实现LeNet网络的minist手写数字识别
- Demis Hassabis谈AlphaFold未来目标
- Leetcode——344. 反转字符串/541. 反转字符串 II/151. 颠倒字符串中的单词/剑指 Offer 58 - II. 左旋转字符串
猜你喜欢
随机推荐
CSMA/CD 载波监听多点接入/碰撞检测协议
VSCode 配置使用 PyLint 语法检查器
C# 6.0 语言规范获批
Reverse non return to zero code, Manchester code and differential Manchester code of common digital signal coding
Csma/cd carrier monitoring multipoint access / collision detection protocol
数据湖(九):Iceberg特点详述和数据类型
6、Electron无边框窗口和透明窗口 锁定模式 设置窗口图标
内部排序——插入排序
UML sequence diagram (sequence diagram)
AWS learning notes (III)
杭电oj2092 整数解
The longest ascending subsequence model acwing 482 Chorus formation
数据流图,数据字典
Oracle Linux 9.0 正式发布
Demis hassabis talks about alphafold's future goals
一文读懂数仓中的pg_stat
解析PHP跳出循环的方法以及continue、break、exit的区别介绍
大厂做开源的五大痛点
JS get the current time, month, day, year, and the uniapp location applet opens the map to select the location
AWS学习笔记(三)

![[Reading stereo matching papers] [III] ints](/img/d3/4238432492ac3dc4ec14a971b8848d.png)







