설명 없음

axkuhta 37eb9abb2b Make /data return messages as JSON 1 년 전
app 37eb9abb2b Make /data return messages as JSON 1 년 전
bootstrap 8f02c2602b Add fresh laravel 1 년 전
config b315715f9d Set locale and timezone 1 년 전
database 8f02c2602b Add fresh laravel 1 년 전
public 8f02c2602b Add fresh laravel 1 년 전
resources 11f6e99b2b Require a message 1 년 전
routes 37eb9abb2b Make /data return messages as JSON 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