当前位置:网站首页>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 - 460 LFU cache (Design - hash table + bidirectional linked hash table + balanced binary tree (TreeSet))*
- 20220606 Mathematics: fraction to decimal
- CV learning notes convolutional neural network
- Advantageous distinctive domain adaptation reading notes (detailed)
- 2.2 DP: Value Iteration & Gambler‘s Problem
- Leetcode-404:左叶子之和
- Window maximum and minimum settings
- Basic use and actual combat sharing of crash tool
- 20220602 Mathematics: Excel table column serial number
- 4.1 Temporal Differential of one step
猜你喜欢

3.1 Monte Carlo Methods & case study: Blackjack of on-Policy Evaluation

ECMAScript -- "ES6 syntax specification # Day1

Policy gradient Method of Deep Reinforcement learning (Part One)

Opencv feature extraction - hog

Neural Network Fundamentals (1)

Dictionary tree prefix tree trie

Connect Alibaba cloud servers in the form of key pairs

Hands on deep learning pytorch version exercise solution - 2.3 linear algebra

LeetCode - 1670 設計前中後隊列(設計 - 兩個雙端隊列)

Simple real-time gesture recognition based on OpenCV (including code)
随机推荐
Advantageous distinctive domain adaptation reading notes (detailed)
Leetcode-112:路径总和
Leetcode-513:找树的左下角值
CV learning notes convolutional neural network
CV learning notes - edge extraction
20220607其他:两整数之和
Leetcode-100: same tree
Leetcode-112: path sum
Deep Reinforcement learning with PyTorch
Powshell's set location: unable to find a solution to the problem of accepting actual parameters
20220604数学:x的平方根
Opencv Harris corner detection
Opencv histogram equalization
Leetcode-100:相同的树
3.3 Monte Carlo Methods: case study: Blackjack of Policy Improvement of on- & off-policy Evaluation
Vgg16 migration learning source code
Leetcode-513: find the lower left corner value of the tree
Pycharm cannot import custom package
Opencv+dlib to change the face of Mona Lisa
LeetCode - 933 最近的请求次数