Нет описания

axkuhta 5505905b4a Add empty app:publish-scheduled-articles command 2 лет назад
app 5505905b4a Add empty app:publish-scheduled-articles command 2 лет назад
bootstrap 8f02c2602b Add fresh laravel 2 лет назад
config b315715f9d Set locale and timezone 2 лет назад
database 362ddfccf9 Article index 2 лет назад
public 8f02c2602b Add fresh laravel 2 лет назад
resources c6b8a8cdae Show that there are no comments if there are indeed no comments 2 лет назад
routes e62ab17006 Implement article comments 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 bc1b83cdbb Update instructions 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