当前位置:网站首页>DCAT in laravel_ Admin preliminary use record
DCAT in laravel_ Admin preliminary use record
2022-07-29 00:18:00 【Ningmujun】
download laravel frame -> Connect to database , Start the download dcat .
1:
composer require dcat/laravel-admin:"2.*" -vvv2:
php artisan admin:publish3:
php artisan admin:installThe above three commands will be executed in app The next one is admin file , Internal route , Controller and other modules .

After the creation, enter { { domain name /admin }} Click login , The account password is initially defaulted admin.
After landing
Click development tools (laravel in env Of documents de_bug Close to close this tool ), Click code generator
Create model table , The table name is database table name , Check create migration file ,( Be careful when creating data tables ) You can check the soft delete and other options below , Do not enter a primary key when creating a data table id, You can write the primary key below id The name of , After the creation is successful, the data table can be generated by performing data migration in the framework .
Click System -》 menu , Create a new module , You Fang has the following content , Create a new menu

After the creation is successful, the controller will be generated
Write resource type in the route ,![]()
There is a set of automatically generated addition, deletion, modification and check system in the controller ,
The list shows :
Delete
Add and modify
Refer to the official website :https://learnku.com/docs/dcat-admin/2.x/install/8081#bb5ea0
边栏推荐
- Advanced area of attack and defense world web masters -baby Web
- laptop外接显示器
- Data warehouse: Doris' application practice in meituan
- PHP语言基础知识(超详细)
- Advanced area of attack and defense world web masters unserialize3
- 动态规划问题(四)
- PHP poster QR code synthesis
- SAP temporary tablespace error handling
- 【TA-霜狼_may-《百人计划》】图形3.6 纹理压缩——包体瘦身术
- Oracle create tablespaces and users
猜你喜欢

Eye of depth (18) -- partial derivative

Event extraction and documentation (2018)

SQL实现将多行记录合并成一行
![[MySQL series] MySQL database foundation](/img/50/cc75b2cdf6e52714c1d492fa1ae2c4.png)
[MySQL series] MySQL database foundation

Geth installation

Network traffic monitoring tool iftop

feign调用不通问题,JSON parse error Illegal character ((CTRL-CHAR, code 31)) only regular white space (r

Centos7 install mysql8

Build SSM project with JSP as view parser

【TA-霜狼_may-《百人计划》】图形3.6 纹理压缩——包体瘦身术
随机推荐
Sword finger offer 64. find 1+2+... +n, logical operator short circuit effect
What is in word?:^ p
Samsung asset management (Hong Kong) launched yuancosmos ETF to focus on investing in the future tuyere track
Using recursion and chain header interpolation to realize the group turnover of linked lists -- leetcode25 K group turnover linked lists
Idea error running 'application' command line is too long solution
JS four formulas for judging data types
[microservice] Nacos cluster building and loading file configuration
After SAP Oracle replicates a new instance, the remote connection of the database reports an error ora-01031
动态规划问题(五)
Opencv macro definition
Applet editor rich text editing and rich text parsing
Those "experiences and traps" in the data center
1-7 解决类中方法的this指向问题
PIP image download
【TA-霜狼_may-《百人计划》】图形3.6 纹理压缩——包体瘦身术
1-6 state与绑定事件
Linux之yum安装MySQL
Multi sensor fusion positioning (I) -- 3D laser odometer
Summary of wrong questions of software designers
基于 FPGA 实现数字时钟详细原理讲解及验证结果