Brak opisu

axkuhta ed967b304c Update the index page 1 rok temu
app 1311a94a86 Add basic API 1 rok temu
bootstrap 8f02c2602b Add fresh laravel 1 rok temu
config b315715f9d Set locale and timezone 1 rok temu
database 8ceb64d644 Add soft deletes to everything 1 rok temu
public 8f02c2602b Add fresh laravel 1 rok temu
resources ed967b304c Update the index page 1 rok temu
routes 1311a94a86 Add basic API 1 rok temu
storage 8f02c2602b Add fresh laravel 1 rok temu
tests 8f02c2602b Add fresh laravel 1 rok temu
.editorconfig 8f02c2602b Add fresh laravel 1 rok temu
.env.example 8f02c2602b Add fresh laravel 1 rok temu
.gitattributes 8f02c2602b Add fresh laravel 1 rok temu
.gitignore 8f02c2602b Add fresh laravel 1 rok temu
README.md 73f336bea1 Update README.md 1 rok temu
artisan 8f02c2602b Add fresh laravel 1 rok temu
composer.json 8f02c2602b Add fresh laravel 1 rok temu
composer.lock 8f02c2602b Add fresh laravel 1 rok temu
package.json 8f02c2602b Add fresh laravel 1 rok temu
phpunit.xml 8f02c2602b Add fresh laravel 1 rok temu
vite.config.js 8f02c2602b Add fresh laravel 1 rok temu

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