Нема описа

axkuhta 8b082ec83d Do not show book annotations on the author page either пре 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 8b082ec83d Do not show book annotations on the author page either пре 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