Không có mô tả

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

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