An open API service indexing awesome lists of open source software.

https://github.com/moodrain/ash


https://github.com/moodrain/ash

Last synced: 3 months ago
JSON representation

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