|
4 년 전 | |
---|---|---|
app | 4 년 전 | |
bootstrap | 4 년 전 | |
config | 4 년 전 | |
database | 4 년 전 | |
public | 4 년 전 | |
resources | 4 년 전 | |
routes | 4 년 전 | |
storage | 4 년 전 | |
tests | 4 년 전 | |
vendor | 4 년 전 | |
.editorconfig | 4 년 전 | |
.env | 4 년 전 | |
.env.example | 4 년 전 | |
.gitattributes | 4 년 전 | |
.gitignore | 4 년 전 | |
.styleci.yml | 4 년 전 | |
README.md | 4 년 전 | |
artisan | 4 년 전 | |
composer.json | 4 년 전 | |
composer.lock | 4 년 전 | |
package-lock.json | 4 년 전 | |
package.json | 4 년 전 | |
phpunit.xml | 4 년 전 | |
server.php | 4 년 전 | |
webpack.mix.js | 4 년 전 |
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