Sin descripción

axkuhta b11db23779 Author selector when adding a book hace 1 año
app b11db23779 Author selector when adding a book hace 1 año
bootstrap 8f02c2602b Add fresh laravel hace 1 año
config b315715f9d Set locale and timezone hace 1 año
database 7b72a3b39e Fix author pointer on books hace 1 año
public 8f02c2602b Add fresh laravel hace 1 año
resources b11db23779 Author selector when adding a book hace 1 año
routes 537f3d8ac8 Author/book deletion hace 1 año
storage 8f02c2602b Add fresh laravel hace 1 año
tests 8f02c2602b Add fresh laravel hace 1 año
.editorconfig 8f02c2602b Add fresh laravel hace 1 año
.env.example 8f02c2602b Add fresh laravel hace 1 año
.gitattributes 8f02c2602b Add fresh laravel hace 1 año
.gitignore 8f02c2602b Add fresh laravel hace 1 año
README.md 73f336bea1 Update README.md hace 1 año
artisan 8f02c2602b Add fresh laravel hace 1 año
composer.json 8f02c2602b Add fresh laravel hace 1 año
composer.lock 8f02c2602b Add fresh laravel hace 1 año
package.json 8f02c2602b Add fresh laravel hace 1 año
phpunit.xml 8f02c2602b Add fresh laravel hace 1 año
vite.config.js 8f02c2602b Add fresh laravel hace 1 año

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