بدون توضیح

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