Sin descripción

axkuhta 051a3226d6 Update queue connection in .env.example hace 1 año
app c565f03b52 Remove old hace 1 año
bootstrap 8f02c2602b Add fresh laravel hace 1 año
config b315715f9d Set locale and timezone hace 1 año
database 3035296eb0 Use database for events hace 1 año
public 8f02c2602b Add fresh laravel hace 1 año
resources bb2f8c8412 Update the front page hace 1 año
routes c565f03b52 Remove old 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 051a3226d6 Update queue connection in .env.example hace 1 año
.gitattributes 8f02c2602b Add fresh laravel hace 1 año
.gitignore 8f02c2602b Add fresh laravel hace 1 año
README.md 4664693d85 Update README.md 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

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

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