Nessuna descrizione

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

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