Açıklama Yok

axkuhta ea925fa062 Add a sample comment 1 yıl önce
app ea925fa062 Add a sample comment 1 yıl önce
bootstrap 8f02c2602b Add fresh laravel 1 yıl önce
config b315715f9d Set locale and timezone 1 yıl önce
database 362ddfccf9 Article index 1 yıl önce
public 8f02c2602b Add fresh laravel 1 yıl önce
resources e62ab17006 Implement article comments 1 yıl önce
routes e62ab17006 Implement article comments 1 yıl önce
storage 8f02c2602b Add fresh laravel 1 yıl önce
tests 8f02c2602b Add fresh laravel 1 yıl önce
.editorconfig 8f02c2602b Add fresh laravel 1 yıl önce
.env.example 8f02c2602b Add fresh laravel 1 yıl önce
.gitattributes 8f02c2602b Add fresh laravel 1 yıl önce
.gitignore 8f02c2602b Add fresh laravel 1 yıl önce
README.md bc1b83cdbb Update instructions 1 yıl önce
artisan 8f02c2602b Add fresh laravel 1 yıl önce
composer.json 8f02c2602b Add fresh laravel 1 yıl önce
composer.lock 8f02c2602b Add fresh laravel 1 yıl önce
package.json 8f02c2602b Add fresh laravel 1 yıl önce
phpunit.xml 8f02c2602b Add fresh laravel 1 yıl önce
vite.config.js 8f02c2602b Add fresh laravel 1 yıl önce

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