No Description

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

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