بدون توضیح

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

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