説明なし

axkuhta 4664693d85 Update README.md 1 年間 前
app c565f03b52 Remove old 1 年間 前
bootstrap 8f02c2602b Add fresh laravel 1 年間 前
config b315715f9d Set locale and timezone 1 年間 前
database 3035296eb0 Use database for events 1 年間 前
public 8f02c2602b Add fresh laravel 1 年間 前
resources c565f03b52 Remove old 1 年間 前
routes c565f03b52 Remove old 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 4664693d85 Update README.md 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

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

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