Ei kuvausta

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

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