No Description

axkuhta fca2fd97c2 Add a comment that will fail automoderation 1 year ago
app fca2fd97c2 Add a comment that will fail automoderation 1 year ago
bootstrap 8f02c2602b Add fresh laravel 1 year ago
config b315715f9d Set locale and timezone 1 year ago
database 3035296eb0 Use database for events 1 year ago
public 8f02c2602b Add fresh laravel 1 year ago
resources 9be890081a Comment moderation 1 year ago
routes 9be890081a Comment moderation 1 year ago
storage 8f02c2602b Add fresh laravel 1 year ago
tests 8f02c2602b Add fresh laravel 1 year ago
.editorconfig 8f02c2602b Add fresh laravel 1 year ago
.env.example 8f02c2602b Add fresh laravel 1 year ago
.gitattributes 8f02c2602b Add fresh laravel 1 year ago
.gitignore 8f02c2602b Add fresh laravel 1 year ago
README.md bc1b83cdbb Update instructions 1 year ago
artisan 8f02c2602b Add fresh laravel 1 year ago
composer.json 8f02c2602b Add fresh laravel 1 year ago
composer.lock 8f02c2602b Add fresh laravel 1 year ago
package.json 8f02c2602b Add fresh laravel 1 year ago
phpunit.xml 8f02c2602b Add fresh laravel 1 year ago
vite.config.js 8f02c2602b Add fresh laravel 1 year ago

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