Sin descripción

axkuhta bc1b83cdbb Update instructions hace 1 año
app c1f81b4a94 Add a sample comment in LoadSampleData.php hace 1 año
bootstrap 8f02c2602b Add fresh laravel hace 1 año
config b315715f9d Set locale and timezone hace 1 año
database 8ceb64d644 Add soft deletes to everything hace 1 año
public 8f02c2602b Add fresh laravel hace 1 año
resources ed967b304c Update the index page hace 1 año
routes 1311a94a86 Add basic API hace 1 año
storage 8f02c2602b Add fresh laravel hace 1 año
tests 8f02c2602b Add fresh laravel hace 1 año
.editorconfig 8f02c2602b Add fresh laravel hace 1 año
.env.example 8f02c2602b Add fresh laravel hace 1 año
.gitattributes 8f02c2602b Add fresh laravel hace 1 año
.gitignore 8f02c2602b Add fresh laravel hace 1 año
README.md bc1b83cdbb Update instructions hace 1 año
artisan 8f02c2602b Add fresh laravel hace 1 año
composer.json 8f02c2602b Add fresh laravel hace 1 año
composer.lock 8f02c2602b Add fresh laravel hace 1 año
package.json 8f02c2602b Add fresh laravel hace 1 año
phpunit.xml 8f02c2602b Add fresh laravel hace 1 año
vite.config.js 8f02c2602b Add fresh laravel hace 1 año

README.md

Как запустить?

git clone https://git.hostfl.ru/axkuhta/laravel_demo
cd laravel_demo
php ../../composer.phar install
cp .env.example .env
# Нужно будет настроить подключение к БД!
# nano .env
php artisan key:generate
php artisan migrate:fresh
php artisan app:load-sample-data
php artisan serve