当前位置:网站首页>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
- Knowledge dissemination cannot replace professional learning!
- Intelligent operation and maintenance: visual management system based on BIM Technology
- This article explains the concepts of typed array, arraybuffer, typedarray, DataView, etc
- I want to ask how to open an account at China Merchants Securities? Is it safe to open a stock account through the link
- Deep understanding Net (2) kernel mode 3 Kernel mode construct mutex
- MySQL back to table query optimization
- What network security problems are exposed when a large-scale QQ number theft event occurs?
- More than 20 years after Hong Kong's return, Tupu digital twin Hong Kong Zhuhai Macao Bridge has shocked
- “即服务”,企业数字化转型的必然选择
猜你喜欢

Pytoch viewing model parameter quantity and calculation quantity
![[scientific research data processing] [basic] category variable frequency analysis chart, numerical variable distribution chart and normality test (including lognormal)](/img/70/8bf226964118efb324ca4d339df654.png)
[scientific research data processing] [basic] category variable frequency analysis chart, numerical variable distribution chart and normality test (including lognormal)

Pytorch查看模型参数量和计算量

【刷题篇】避免洪水泛滥

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

半导体动态杂谈

Go language mutex lock

香港回归20余年,图扑数字孪生港珠澳大桥,超震撼
![[redis series] redis learning 16. Redis Dictionary (map) and its core coding structure](/img/5a/5da6180db0b2b96660bcd9b4fa0633.png)
[redis series] redis learning 16. Redis Dictionary (map) and its core coding structure
![[Title brushing] avoid flooding](/img/2d/95498d54c0c3c5ca79bb72b7a977bc.png)
[Title brushing] avoid flooding
随机推荐
DNS 解析之家庭网络接入 Public DNS 实战
Lucky hash quiz system development (source code deployment) fun investment hash game play development (case requirements)
Service online governance
[Title brushing] heater
Embedded development: five C features that may no longer be prohibited
(8) JMeter component detailed once only controller
Comprehensively analyze the basic features and summary of free and paid SSH tools
Yousi College: Six Sigma is not just statistics!
Three uses of golang underscores
Meaning of while (~scanf ("%d%d", & A, & B))
Begin End use the pit encountered
用Unity实现Flat Shading
remote: Support for password authentication was removed on August 13, 2021. Please use a personal ac
Unity Animator 参数
(8)JMeter元件详解之 Once only Controller 仅一次控制器
Inexplicable error occurred in unity's frequent switching branch result model
Unity 频繁切换分支 结果模型出现莫名其妙的错误
深入理解.Net中的线程同步之构造模式(二)内核模式3.内核模式构造物Mutex
Mysql database foundation: stored procedures and functions
Golang template (text/template)