Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ankera/laravel_server_mld
学习米乐多Laravel后台管理系统
https://github.com/ankera/laravel_server_mld
Last synced: about 1 month ago
JSON representation
学习米乐多Laravel后台管理系统
- Host: GitHub
- URL: https://github.com/ankera/laravel_server_mld
- Owner: Ankera
- Created: 2023-10-20T18:17:29.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-21T10:18:17.000Z (about 1 year ago)
- Last Synced: 2023-10-21T11:26:37.729Z (about 1 year ago)
- Language: PHP
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 多米乐Laravel学习
##### 学习地址
```text
16
https://learnku.com/docs/laravel/8.xhttps://www.bilibili.com/video/BV1xL411W7DE?p=1&vd_source=0b9abcde1e0c06aa453d51487fc56291
```##### php8 别名安装项目
```text
php8 -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php8 composer-setup.php
php8 -r "unlink('composer-setup.php');"
php8 composer.phar create-project --prefer-dist laravel/laravel laravel_sever_mld
```##### 源码写在别的目录
```text
目的是迁移项目不动 Laravel 基本框架, 只迁移 Modules 文件夹composer require nwidart/laravel-modules
php8 artisan vendor:publish --provider="Nwidart\Modules\LaravelModulesServiceProvider"composer dump-autoload
```
##### 模块化创建校验规则
```text
php8 artisan modul:make-request TestRequest Admin
```