Нет описания

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

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