当前位置:网站首页>Summary of use of laravel DCAT admin
Summary of use of laravel DCAT admin
2022-06-30 14:11:00 【Ebony feed feed Wayne yetun wyuwenmu Bian OSAS】
Catalog
brief introduction
Dcat admin Based on a laravel admin Split frame of The front end is mainly composed of jQuery constitute , A set of background management system without separation of front end and back end .
Official documents :《Dcat Admin Chinese document 》 | Laravel China Community
install
In the existing laravel Install on the frame .
First enter the project Use composer To install
composer require dcat/laravel-admin:"2.*" -vvvThen release
php artisan admin:publishUsing this command will generate the relevant configuration file config/admin.php A large number of subsequent operations are basically based on this file , authentication / title / Table name / Database connection ......
The last part composer install
php artisan admin:installAfter installation all dcat The static file of is stored in vendor/dcat-admin in
Quick start
After entering, the page is like this

Among the development tools are Code generator You can create user tables

After creation The controller is automatically generated Model And related databases
Of each page curd It's all one click Quite simple
After table generation It can be done in the menu Add menu bar Fill in the path in the menu bar route Inside

After generating a data table You need to add it to the route to access it
$router->resource('users', 'UserController');Then you can add it to the new path
To be continued .........
边栏推荐
- 【科学文献计量】外文文献及中文文献关键词的挖掘与可视化
- 【刷题篇】供暖器
- Directory related commands
- [the path of system analyst] Chapter V software engineering (software process improvement)
- Prometheus 2.29.0 new features
- [scientific research data processing] [practice] frequency analysis chart of category variables, distribution chart of numerical variables and normality test (including lognormal)
- Problems in QT creator (additional unknown and error lines are listed in the debug output window)
- 可觀測,才可靠:雲上自動化運維CloudOps系列沙龍 第一彈
- [redis series] redis learning 16. Redis Dictionary (map) and its core coding structure
- How to execute a query SQL
猜你喜欢

Heavyweight: the domestic ide was released, developed by Alibaba, and is completely open source!

Shell programming overview

Why does the folder appear open in another program
![[Title brushing] avoid flooding](/img/2d/95498d54c0c3c5ca79bb72b7a977bc.png)
[Title brushing] avoid flooding

"As a service", the inevitable choice of enterprise digital transformation

Step by step | help you easily submit Google play data security form

【刷题篇】供暖器

How to execute a query SQL

Notes on reverse learning in the first week of winter vacation

QQ was stolen? The reason is
随机推荐
[observation] as the intelligent industry accelerates, why should AI computing power take the lead?
exlipse同时操作多行。比如同时在多行同列输入相同的文字
Realize a simple LAN communication (similar to feiqiu)
Step by step | help you easily submit Google play data security form
golang模板(text/template)
【科研数据处理】[实践]类别变量频数分析图表、数值变量分布图表与正态性检验(包含对数正态)
LeetCode_ Stack_ Medium_ 227. basic calculator II (without brackets)
IM即时通讯应用开发中无法解决的“顽疾”
@ResponseBody的作用
Small exercise of process and signal
[redis series] redis learning 16. Redis Dictionary (map) and its core coding structure
DNS 解析之家庭网络接入 Public DNS 实战
Deep understanding Net (2) kernel mode 3 Kernel mode construct mutex
MySQL access denied, opened as Administrator
数据恢复软件EasyRecovery15下载
Lifting scanning tool
Problems in QT creator (additional unknown and error lines are listed in the debug output window)
MFQE 2.0: A New Approach for Multi-FrameQuality Enhancement on Compressed Video
Project management - common English vocabulary I
从控制层返回到js的json数据带“\”转译符,怎么去掉