설명 없음

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