بدون توضیح

axkuhta 90649d0e03 Improve table css 1 سال پیش
app 6ed1b48487 Link authors from book index table, eager load authors 1 سال پیش
bootstrap 8f02c2602b Add fresh laravel 1 سال پیش
config b315715f9d Set locale and timezone 1 سال پیش
database 7b72a3b39e Fix author pointer on books 1 سال پیش
public 8f02c2602b Add fresh laravel 1 سال پیش
resources 90649d0e03 Improve table css 1 سال پیش
routes 537f3d8ac8 Author/book deletion 1 سال پیش
storage 8f02c2602b Add fresh laravel 1 سال پیش
tests 8f02c2602b Add fresh laravel 1 سال پیش
.editorconfig 8f02c2602b Add fresh laravel 1 سال پیش
.env.example 8f02c2602b Add fresh laravel 1 سال پیش
.gitattributes 8f02c2602b Add fresh laravel 1 سال پیش
.gitignore 8f02c2602b Add fresh laravel 1 سال پیش
README.md 73f336bea1 Update README.md 1 سال پیش
artisan 8f02c2602b Add fresh laravel 1 سال پیش
composer.json 8f02c2602b Add fresh laravel 1 سال پیش
composer.lock 8f02c2602b Add fresh laravel 1 سال پیش
package.json 8f02c2602b Add fresh laravel 1 سال پیش
phpunit.xml 8f02c2602b Add fresh laravel 1 سال پیش
vite.config.js 8f02c2602b Add fresh laravel 1 سال پیش

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