Aucune description

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

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