https://github.com/moodrain/ash
https://github.com/moodrain/ash
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/moodrain/ash
- Owner: moodrain
- Created: 2020-06-17T06:04:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-02T07:50:13.000Z (over 4 years ago)
- Last Synced: 2025-01-13T18:18:18.369Z (5 months ago)
- Language: PHP
- Size: 224 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Ash
starter of Laravel & Vue & ElementUI & Rium##### Modified Laravel Files:
* app/Console/Commands/test.php
* app/Helpers/helper.php
* app/Http/Controller/*
* app/Kernel.php
> remove csrf token verify
> remove require console.php
> add Admin, RequestLog, StringToBool middleware
* app/Models/Model.php
* app/Models/Builder.php
* app/Models/User.php
* app/Providers/AppServiceProvider/php
> add locale
* app/Services/OssService.php
> add model policy auto discover
* config/aliyun.php
> add aliyun oss config
* config/app.php
> set timezone PRC
>
> set lang zh
* config/auth.php
> set providers.user.model App\Models\User
* config/session.php
> set lifetime 60 * 24 * 30
> set encrypt true
* config/view.php
> add navigation bar config
* database/migrations/*
* database/seeds/DatabaseSeeder.php
> add user and post seeds
* views/*
* routes/web.php
* .env.example
> set APP_URL http://localhost:8000##### Removed Laravel Files
* routes/channels.php
* route/console.php
* resources/js
* resources/sass/app.scss
* tests
* package.json
* phpunit.xml
* webpack.mix.js
* .styleci.yml
* .gitattributes
* .editorconfig