Açıklama Yok

axkuhta 815aa806cb Add book/{id} page 1 yıl önce
app 815aa806cb Add book/{id} page 1 yıl önce
bootstrap 8f02c2602b Add fresh laravel 1 yıl önce
config b315715f9d Set locale and timezone 1 yıl önce
database dd2dff261f Add author index, add author form 1 yıl önce
public 8f02c2602b Add fresh laravel 1 yıl önce
resources 815aa806cb Add book/{id} page 1 yıl önce
routes 815aa806cb Add book/{id} page 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 73f336bea1 Update README.md 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
php artisan key:generate
php artisan serve