当前位置:网站首页>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: password
Publisher : Full stack programmer stack length , Reprint please indicate the source :https://javaforall.cn/113263.html Link to the original text :https://javaforall.cn
边栏推荐
- Instructions for mictr01 tester vibrating string acquisition module development kit
- 拼多多败诉,砍价始终差0.9%一案宣判;微信内测同一手机号可注册两个账号功能;2022年度菲尔兹奖公布|极客头条...
- Pytorch model trains practical skills and breaks through the bottleneck of speed
- gvim【三】【_vimrc配置】
- Navigation - are you sure you want to take a look at such an easy-to-use navigation framework?
- Search engine interface
- 6、Electron无边框窗口和透明窗口 锁定模式 设置窗口图标
- PAG体验:十分钟完成AE动效部署上线各平台!
- Data flow diagram, data dictionary
- Cascading update with Oracle trigger
猜你喜欢
Navigation — 这么好用的导航框架你确定不来看看?
Beginner JSP
Data flow diagram, data dictionary
The longest ascending subsequence model acwing 1014 Mountaineering
Ian Goodfellow, the inventor of Gan, officially joined deepmind as research scientist
一个程序员的水平能差到什么程度?尼玛,都是人才呀...
JS get the current time, month, day, year, and the uniapp location applet opens the map to select the location
Applet directory structure
Assign a dynamic value to the background color of DataGrid through ivalueconverter
「2022年7月」WuKong编辑器更版记录
随机推荐
Csma/cd carrier monitoring multipoint access / collision detection protocol
小程序目录结构
Base64 encoding
Instructions d'utilisation de la trousse de développement du module d'acquisition d'accord du testeur mictr01
在软件工程领域,搞科研的这十年!
UML state diagram
MRS离线数据分析:通过Flink作业处理OBS数据
NLLB-200:Meta开源新模型,可互译200种语言
GVIM [III] [u vimrc configuration]
PAG体验:十分钟完成AE动效部署上线各平台!
常用數字信號編碼之反向不歸零碼碼、曼徹斯特編碼、差分曼徹斯特編碼
一款你不容错过的Laravel后台管理扩展包 —— Voyager
Mmkv use and principle
【愚公系列】2022年7月 Go教学课程 005-变量
一个简单LEGv8处理器的Verilog实现【四】【单周期实现基础知识及模块设计讲解】
Pert diagram (engineering network diagram)
Applet directory structure
AWS学习笔记(三)
EMQX 5.0 发布:单集群支持 1 亿 MQTT 连接的开源物联网消息服务器
PyTorch模型训练实战技巧,突破速度瓶颈