No Description

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

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