Sin descripción

axkuhta 0fc5d82649 Get some WEB DESIGN going hace 1 año
app 8f02c2602b Add fresh laravel hace 1 año
bootstrap 8f02c2602b Add fresh laravel hace 1 año
config b315715f9d Set locale and timezone hace 1 año
database 8f02c2602b Add fresh laravel hace 1 año
public 8f02c2602b Add fresh laravel hace 1 año
resources 0fc5d82649 Get some WEB DESIGN going hace 1 año
routes cbb3099ba2 Add a default view 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