Nav apraksta

axkuhta 5505905b4a Add empty app:publish-scheduled-articles command 2 gadi atpakaļ
app 5505905b4a Add empty app:publish-scheduled-articles command 2 gadi atpakaļ
bootstrap 8f02c2602b Add fresh laravel 2 gadi atpakaļ
config b315715f9d Set locale and timezone 2 gadi atpakaļ
database 362ddfccf9 Article index 2 gadi atpakaļ
public 8f02c2602b Add fresh laravel 2 gadi atpakaļ
resources c6b8a8cdae Show that there are no comments if there are indeed no comments 2 gadi atpakaļ
routes e62ab17006 Implement article comments 2 gadi atpakaļ
storage 8f02c2602b Add fresh laravel 2 gadi atpakaļ
tests 8f02c2602b Add fresh laravel 2 gadi atpakaļ
.editorconfig 8f02c2602b Add fresh laravel 2 gadi atpakaļ
.env.example 8f02c2602b Add fresh laravel 2 gadi atpakaļ
.gitattributes 8f02c2602b Add fresh laravel 2 gadi atpakaļ
.gitignore 8f02c2602b Add fresh laravel 2 gadi atpakaļ
README.md bc1b83cdbb Update instructions 2 gadi atpakaļ
artisan 8f02c2602b Add fresh laravel 2 gadi atpakaļ
composer.json 8f02c2602b Add fresh laravel 2 gadi atpakaļ
composer.lock 8f02c2602b Add fresh laravel 2 gadi atpakaļ
package.json 8f02c2602b Add fresh laravel 2 gadi atpakaļ
phpunit.xml 8f02c2602b Add fresh laravel 2 gadi atpakaļ
vite.config.js 8f02c2602b Add fresh laravel 2 gadi 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