当前位置:网站首页>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
边栏推荐
- 小程序目录结构
- LeetCode 648. Word replacement
- 【愚公系列】2022年7月 Go教学课程 005-变量
- Equipment failure prediction machine failure early warning mechanical equipment vibration monitoring machine failure early warning CNC vibration wireless monitoring equipment abnormal early warning
- Bashrc and profile
- Horizontal of libsgm_ path_ Interpretation of aggregation program
- 昇腾体验官第五期随手记I
- C# 6.0 语言规范获批
- 股票开户首选,炒股交易开户佣金最低网上开户安全吗
- UML 顺序图(时序图)
猜你喜欢

Substance Painter筆記:多顯示器且多分辨率顯示器時的設置

小米的芯片自研之路

【愚公系列】2022年7月 Go教学课程 005-变量

「2022年7月」WuKong编辑器更版记录

MicTR01 Tester 振弦采集模块开发套件使用说明

多商戶商城系統功能拆解01講-產品架構

常用數字信號編碼之反向不歸零碼碼、曼徹斯特編碼、差分曼徹斯特編碼

2022PAGC 金帆奖 | 融云荣膺「年度杰出产品技术服务商」

内部排序——插入排序

Ian Goodfellow, the inventor of Gan, officially joined deepmind as research scientist
随机推荐
Leetcode one question per day (636. exclusive time of functions)
Cvpr2022 | backdoor attack based on frequency injection in medical image analysis
oracle 触发器实现级联更新
Docker deploy Oracle
Ian Goodfellow, the inventor of Gan, officially joined deepmind as research scientist
Data flow diagram, data dictionary
Vscode configuration uses pylint syntax checker
Reading and understanding of eventbus source code
Cascading update with Oracle trigger
一个简单LEGv8处理器的Verilog实现【四】【单周期实现基础知识及模块设计讲解】
课设之百万数据文档存取
Es log error appreciation -maximum shards open
Data connection mode in low code platform (Part 2)
Pert diagram (engineering network diagram)
《微信小程序-进阶篇》组件封装-Icon组件的实现(一)
Mlgo: Google AI releases industrial compiler optimized machine learning framework
Differences between cookies and sessions
Substance Painter笔记:多显示器且多分辨率显示器时的设置
Data Lake (IX): Iceberg features and data types
OAuth 2.0 + JWT 保护API安全