Brak opisu

axkuhta 051a3226d6 Update queue connection in .env.example 1 rok temu
app c565f03b52 Remove old 1 rok temu
bootstrap 8f02c2602b Add fresh laravel 1 rok temu
config b315715f9d Set locale and timezone 1 rok temu
database 3035296eb0 Use database for events 1 rok temu
public 8f02c2602b Add fresh laravel 1 rok temu
resources bb2f8c8412 Update the front page 1 rok temu
routes c565f03b52 Remove old 1 rok temu
storage 8f02c2602b Add fresh laravel 1 rok temu
tests 8f02c2602b Add fresh laravel 1 rok temu
.editorconfig 8f02c2602b Add fresh laravel 1 rok temu
.env.example 051a3226d6 Update queue connection in .env.example 1 rok temu
.gitattributes 8f02c2602b Add fresh laravel 1 rok temu
.gitignore 8f02c2602b Add fresh laravel 1 rok temu
README.md 4664693d85 Update README.md 1 rok temu
artisan 8f02c2602b Add fresh laravel 1 rok temu
composer.json 8f02c2602b Add fresh laravel 1 rok temu
composer.lock 8f02c2602b Add fresh laravel 1 rok temu
package.json 8f02c2602b Add fresh laravel 1 rok temu
phpunit.xml 8f02c2602b Add fresh laravel 1 rok temu
vite.config.js 8f02c2602b Add fresh laravel 1 rok temu

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