Sem descrição

axkuhta be951034d4 Also delete the books when deleting an author há 1 ano atrás
app be951034d4 Also delete the books when deleting an author há 1 ano atrás
bootstrap 8f02c2602b Add fresh laravel há 1 ano atrás
config b315715f9d Set locale and timezone há 1 ano atrás
database 8ceb64d644 Add soft deletes to everything há 1 ano atrás
public 8f02c2602b Add fresh laravel há 1 ano atrás
resources 6db074de18 Turn comment section into a single include há 1 ano atrás
routes 008e036489 Implement comments há 1 ano atrás
storage 8f02c2602b Add fresh laravel há 1 ano atrás
tests 8f02c2602b Add fresh laravel há 1 ano atrás
.editorconfig 8f02c2602b Add fresh laravel há 1 ano atrás
.env.example 8f02c2602b Add fresh laravel há 1 ano atrás
.gitattributes 8f02c2602b Add fresh laravel há 1 ano atrás
.gitignore 8f02c2602b Add fresh laravel há 1 ano atrás
README.md 73f336bea1 Update README.md há 1 ano atrás
artisan 8f02c2602b Add fresh laravel há 1 ano atrás
composer.json 8f02c2602b Add fresh laravel há 1 ano atrás
composer.lock 8f02c2602b Add fresh laravel há 1 ano atrás
package.json 8f02c2602b Add fresh laravel há 1 ano atrás
phpunit.xml 8f02c2602b Add fresh laravel há 1 ano atrás
vite.config.js 8f02c2602b Add fresh laravel há 1 ano atrás

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