暂无描述

Alexander Rudenko cd912c9b4e Update README.md 4 年之前
app fae5b405ba fix bug where was view by asc 4 年之前
bootstrap 603f12885b upload project files 4 年之前
config 603f12885b upload project files 4 年之前
database 603f12885b upload project files 4 年之前
public b9b30e90f7 update admin page 4 年之前
resources 908357bafc delete scripts and they in views 4 年之前
routes bb65c076fc update admin controller and page, update error processing in weather plugin 4 年之前
storage bb65c076fc update admin controller and page, update error processing in weather plugin 4 年之前
tests 603f12885b upload project files 4 年之前
vendor 603f12885b upload project files 4 年之前
.editorconfig 603f12885b upload project files 4 年之前
.env 603f12885b upload project files 4 年之前
.env.example 603f12885b upload project files 4 年之前
.gitattributes 603f12885b upload project files 4 年之前
.gitignore 908357bafc delete scripts and they in views 4 年之前
.styleci.yml 603f12885b upload project files 4 年之前
README.md cd912c9b4e Update README.md 4 年之前
artisan 603f12885b upload project files 4 年之前
composer.json 603f12885b upload project files 4 年之前
composer.lock 603f12885b upload project files 4 年之前
package-lock.json 908357bafc delete scripts and they in views 4 年之前
package.json 603f12885b upload project files 4 年之前
phpunit.xml 603f12885b upload project files 4 年之前
server.php 603f12885b upload project files 4 年之前
webpack.mix.js 603f12885b upload project files 4 年之前

README.md

a1excode-source

Source code site https://a1excode.netxisp.host/

// uncomment code in file \app\Providers\AppServiceProvider.php

View::share(
    'categories',
    Category::orderBy('id', 'desc')->get()
);

cd public || rm -r storage

php artisan storage:link

php artisan migrate