Nav apraksta

axkuhta c6b8a8cdae Show that there are no comments if there are indeed no comments 1 gadu atpakaļ
app ea925fa062 Add a sample comment 1 gadu atpakaļ
bootstrap 8f02c2602b Add fresh laravel 1 gadu atpakaļ
config b315715f9d Set locale and timezone 1 gadu atpakaļ
database 362ddfccf9 Article index 1 gadu atpakaļ
public 8f02c2602b Add fresh laravel 1 gadu atpakaļ
resources c6b8a8cdae Show that there are no comments if there are indeed no comments 1 gadu atpakaļ
routes e62ab17006 Implement article comments 1 gadu atpakaļ
storage 8f02c2602b Add fresh laravel 1 gadu atpakaļ
tests 8f02c2602b Add fresh laravel 1 gadu atpakaļ
.editorconfig 8f02c2602b Add fresh laravel 1 gadu atpakaļ
.env.example 8f02c2602b Add fresh laravel 1 gadu atpakaļ
.gitattributes 8f02c2602b Add fresh laravel 1 gadu atpakaļ
.gitignore 8f02c2602b Add fresh laravel 1 gadu atpakaļ
README.md bc1b83cdbb Update instructions 1 gadu atpakaļ
artisan 8f02c2602b Add fresh laravel 1 gadu atpakaļ
composer.json 8f02c2602b Add fresh laravel 1 gadu atpakaļ
composer.lock 8f02c2602b Add fresh laravel 1 gadu atpakaļ
package.json 8f02c2602b Add fresh laravel 1 gadu atpakaļ
phpunit.xml 8f02c2602b Add fresh laravel 1 gadu atpakaļ
vite.config.js 8f02c2602b Add fresh laravel 1 gadu atpakaļ

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