Nincs leírás

axkuhta 8b082ec83d Do not show book annotations on the author page either 1 éve
app 6ed1b48487 Link authors from book index table, eager load authors 1 éve
bootstrap 8f02c2602b Add fresh laravel 1 éve
config b315715f9d Set locale and timezone 1 éve
database 7b72a3b39e Fix author pointer on books 1 éve
public 8f02c2602b Add fresh laravel 1 éve
resources 8b082ec83d Do not show book annotations on the author page either 1 éve
routes 537f3d8ac8 Author/book deletion 1 éve
storage 8f02c2602b Add fresh laravel 1 éve
tests 8f02c2602b Add fresh laravel 1 éve
.editorconfig 8f02c2602b Add fresh laravel 1 éve
.env.example 8f02c2602b Add fresh laravel 1 éve
.gitattributes 8f02c2602b Add fresh laravel 1 éve
.gitignore 8f02c2602b Add fresh laravel 1 éve
README.md 73f336bea1 Update README.md 1 éve
artisan 8f02c2602b Add fresh laravel 1 éve
composer.json 8f02c2602b Add fresh laravel 1 éve
composer.lock 8f02c2602b Add fresh laravel 1 éve
package.json 8f02c2602b Add fresh laravel 1 éve
phpunit.xml 8f02c2602b Add fresh laravel 1 éve
vite.config.js 8f02c2602b Add fresh laravel 1 éve

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