Aucune description

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

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