暫無描述

axkuhta 15c64e7950 Loop over books to delete comments when deleting an author 1 年之前
app 15c64e7950 Loop over books to delete comments when deleting an author 1 年之前
bootstrap 8f02c2602b Add fresh laravel 1 年之前
config b315715f9d Set locale and timezone 1 年之前
database 8ceb64d644 Add soft deletes to everything 1 年之前
public 8f02c2602b Add fresh laravel 1 年之前
resources 6db074de18 Turn comment section into a single include 1 年之前
routes 008e036489 Implement comments 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