Skip to content

Пустой проект нв Laravel 11 с поддержкой API

Notifications You must be signed in to change notification settings

Chumbren/api-service

Repository files navigation

Создание пустого проекта

В папке будующего проекта выполнить команды:

composer create-project laravel/laravel .
php artisan install:api
php artisan config:publish cors
php artisan storage:link

В корне проекта создать файл .htaccess

RewriteEngine on
RewriteRule ^(.*)$ public/$1 [L]

About

Пустой проект нв Laravel 11 с поддержкой API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages