Nenhuma descrição

axkuhta 28dd5a5ec3 Put comments that have http: or https: into the mod queue 1 ano atrás
app 28dd5a5ec3 Put comments that have http: or https: into the mod queue 1 ano atrás
bootstrap 8f02c2602b Add fresh laravel 1 ano atrás
config b315715f9d Set locale and timezone 1 ano atrás
database 3035296eb0 Use database for events 1 ano atrás
public 8f02c2602b Add fresh laravel 1 ano atrás
resources 9be890081a Comment moderation 1 ano atrás
routes 9be890081a Comment moderation 1 ano atrás
storage 8f02c2602b Add fresh laravel 1 ano atrás
tests 8f02c2602b Add fresh laravel 1 ano atrás
.editorconfig 8f02c2602b Add fresh laravel 1 ano atrás
.env.example 8f02c2602b Add fresh laravel 1 ano atrás
.gitattributes 8f02c2602b Add fresh laravel 1 ano atrás
.gitignore 8f02c2602b Add fresh laravel 1 ano atrás
README.md bc1b83cdbb Update instructions 1 ano atrás
artisan 8f02c2602b Add fresh laravel 1 ano atrás
composer.json 8f02c2602b Add fresh laravel 1 ano atrás
composer.lock 8f02c2602b Add fresh laravel 1 ano atrás
package.json 8f02c2602b Add fresh laravel 1 ano atrás
phpunit.xml 8f02c2602b Add fresh laravel 1 ano atrás
vite.config.js 8f02c2602b Add fresh laravel 1 ano atrás

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