Нет описания

axkuhta 4664693d85 Update README.md 2 лет назад
app c565f03b52 Remove old 2 лет назад
bootstrap 8f02c2602b Add fresh laravel 2 лет назад
config b315715f9d Set locale and timezone 2 лет назад
database 3035296eb0 Use database for events 2 лет назад
public 8f02c2602b Add fresh laravel 2 лет назад
resources c565f03b52 Remove old 2 лет назад
routes c565f03b52 Remove old 2 лет назад
storage 8f02c2602b Add fresh laravel 2 лет назад
tests 8f02c2602b Add fresh laravel 2 лет назад
.editorconfig 8f02c2602b Add fresh laravel 2 лет назад
.env.example 8f02c2602b Add fresh laravel 2 лет назад
.gitattributes 8f02c2602b Add fresh laravel 2 лет назад
.gitignore 8f02c2602b Add fresh laravel 2 лет назад
README.md 4664693d85 Update README.md 2 лет назад
artisan 8f02c2602b Add fresh laravel 2 лет назад
composer.json 8f02c2602b Add fresh laravel 2 лет назад
composer.lock 8f02c2602b Add fresh laravel 2 лет назад
package.json 8f02c2602b Add fresh laravel 2 лет назад
phpunit.xml 8f02c2602b Add fresh laravel 2 лет назад
vite.config.js 8f02c2602b Add fresh laravel 2 лет назад

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