Açıklama Yok

axkuhta 4664693d85 Update README.md 1 yıl önce
app c565f03b52 Remove old 1 yıl önce
bootstrap 8f02c2602b Add fresh laravel 1 yıl önce
config b315715f9d Set locale and timezone 1 yıl önce
database 3035296eb0 Use database for events 1 yıl önce
public 8f02c2602b Add fresh laravel 1 yıl önce
resources c565f03b52 Remove old 1 yıl önce
routes c565f03b52 Remove old 1 yıl önce
storage 8f02c2602b Add fresh laravel 1 yıl önce
tests 8f02c2602b Add fresh laravel 1 yıl önce
.editorconfig 8f02c2602b Add fresh laravel 1 yıl önce
.env.example 8f02c2602b Add fresh laravel 1 yıl önce
.gitattributes 8f02c2602b Add fresh laravel 1 yıl önce
.gitignore 8f02c2602b Add fresh laravel 1 yıl önce
README.md 4664693d85 Update README.md 1 yıl önce
artisan 8f02c2602b Add fresh laravel 1 yıl önce
composer.json 8f02c2602b Add fresh laravel 1 yıl önce
composer.lock 8f02c2602b Add fresh laravel 1 yıl önce
package.json 8f02c2602b Add fresh laravel 1 yıl önce
phpunit.xml 8f02c2602b Add fresh laravel 1 yıl önce
vite.config.js 8f02c2602b Add fresh laravel 1 yıl önce

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

# Во втором окне
php artisan schedule:work

# В третьем окне
php artisan queue:work