Žiadny popis

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

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