Açıklama Yok

axkuhta e5089d1c1e A good looking form 1 yıl önce
app e5089d1c1e A good looking form 1 yıl önce
bootstrap 8f02c2602b Add fresh laravel 1 yıl önce
config b315715f9d Set locale and timezone 1 yıl önce
database 8f02c2602b Add fresh laravel 1 yıl önce
public 8f02c2602b Add fresh laravel 1 yıl önce
resources e5089d1c1e A good looking form 1 yıl önce
routes e5089d1c1e A good looking form 1 yıl önce
storage 8f02c2602b Add fresh laravel 1 yıl önce
tests 8f02c2602b Add fresh laravel 1 yıl önce
.editorconfig 8f02c2602b Add fresh laravel 1 yıl önce
.env.example 8f02c2602b Add fresh laravel 1 yıl önce
.gitattributes 8f02c2602b Add fresh laravel 1 yıl önce
.gitignore 8f02c2602b Add fresh laravel 1 yıl önce
README.md 73f336bea1 Update README.md 1 yıl önce
artisan 8f02c2602b Add fresh laravel 1 yıl önce
composer.json 8f02c2602b Add fresh laravel 1 yıl önce
composer.lock 8f02c2602b Add fresh laravel 1 yıl önce
package.json 8f02c2602b Add fresh laravel 1 yıl önce
phpunit.xml 8f02c2602b Add fresh laravel 1 yıl önce
vite.config.js 8f02c2602b Add fresh laravel 1 yıl önce

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