Aucune description

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

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