当前位置:网站首页>Out of the box high color background system
Out of the box high color background system
2022-07-03 10:25:00 【Android Guide】

Good evening , I am Lao Bei , official account 「GitHub Point north 」 Will recommend GitHub There are interesting projects on , Tap the value of open source , Welcome to your attention .
Dcat Admin It's based on laravel-admin Secondary development of the background system building tools , With very little code, we can quickly build a fully functional high beauty background system . Built in rich background common components , Open the box , Let developers say goodbye to the tedious HTML Code , Very friendly to back end developers .
Results the preview

Use
Environmental Science
- PHP >= 7.1.0
- Laravel 5.5.0 ~ 8.*
- Fileinfo PHP Extension
install
If... Occurs during installation
composerDownload is too slow or installation fails , Please run the commandcomposer config -g repo.packagist composer https://mirrors.aliyun.com/composer/holdcomposerReplace the image with Alibaba cloud image .
Installation is required first laravel frame , If installed, you can skip this step . If you are using it for the first time laravel, Please be sure to read the document first install 《Laravel Chinese document 》 !
composer create-project --prefer-dist laravel/laravel Project name 7.*
# or
composer create-project --prefer-dist laravel/laravel Project name
installed laravel After that, we need to modify .env file , Set the database connection correctly
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=dcat-admin
DB_USERNAME=root
DB_PASSWORD=
install dcat-admin
cd { Project name }
composer require dcat/laravel-admin
Then run the following command to publish the resource :
php artisan admin:publish
In this command a configuration file will be generated config/admin.php, You can change the installation address in it 、 Database connection 、 And the name of the watch , It is recommended to use the default configuration without modification .
Then run the following command to complete the installation :
Executing this command may report the following errors
Specified key was too long ... 767 bytes, If this error occurs , Please be there.app/Providers/AppServiceProvider.phpOf documentsbootAdd code to the method\Schema::defaultStringLength(191);, Then delete all data tables in the database , Run it againphp artisan admin:installCommand is enough .
php artisan admin:install
After the above steps are completed, you can configure web Yes , Pay attention to the need to web Directory pointing public Catalog ! If I use theta nginx, You also need to add pseudo static configuration to the configuration
location / {
try_files $uri $uri/ /index.php?$query_string;
}
After starting the service , Open in browser http://localhost/admin, Use the user name admin And password admin land .
Source code address
And no. GitHub Point north The background to reply High appearance background system Get the source address .
边栏推荐
- Leetcode-404: sum of left leaves
- 20220607 others: sum of two integers
- LeetCode - 508. Sum of subtree elements with the most occurrences (traversal of binary tree)
- Deep learning by Pytorch
- LeetCode - 706 设计哈希映射(设计) *
- CV learning notes - deep learning
- Synchronous vs asynchronous
- Leetcode - the k-th element in 703 data flow (design priority queue)
- Matplotlib drawing
- Leetcode-404:左叶子之和
猜你喜欢

Opencv image rotation

LeetCode - 715. Range module (TreeSet)*****

Hands on deep learning pytorch version exercise solution - 3.1 linear regression

Mise en œuvre d'OpenCV + dlib pour changer le visage de Mona Lisa

2018 Lenovo y7000 black apple external display scheme

pycharm 无法引入自定义包

重写波士顿房价预测任务(使用飞桨paddlepaddle)

Hands on deep learning pytorch version exercise solution - 2.6 probability
![[LZY learning notes -dive into deep learning] math preparation 2.1-2.4](/img/92/955df4a810adff69a1c07208cb624e.jpg)
[LZY learning notes -dive into deep learning] math preparation 2.1-2.4

Implementation of "quick start electronic" window dragging
随机推荐
20220603 Mathematics: pow (x, n)
重写波士顿房价预测任务(使用飞桨paddlepaddle)
Opencv histogram equalization
20220606数学:分数到小数
2-program logic
Leetcode - the k-th element in 703 data flow (design priority queue)
CV learning notes - feature extraction
Anaconda安装包 报错packagesNotFoundError: The following packages are not available from current channels:
Deep Reinforcement learning with PyTorch
Leetcode-112:路径总和
LeetCode - 1670 設計前中後隊列(設計 - 兩個雙端隊列)
The underlying principle of vector
Octave instructions
openCV+dlib實現給蒙娜麗莎換臉
CV learning notes - edge extraction
CV learning notes ransca & image similarity comparison hash
Opencv gray histogram, histogram specification
Hands on deep learning pytorch version exercise solution - 2.5 automatic differentiation
ECMAScript--》 ES6语法规范 ## Day1
Dictionary tree prefix tree trie