Laravel 11 에서 api install 하기
Updated on
Laravel 11 버전부터는 api.php 가 기본적으로 설치해도 존재하지 않는다.
https://laravel.com/docs/11.x/releases#opt-in-routing
php artisan install:api php artisan install:broadcasting
아주 간단하게, 해당 명령어로 실행 시켜서 인스톨 할 수 있다.
Updated on
Laravel 11 버전부터는 api.php 가 기본적으로 설치해도 존재하지 않는다.
https://laravel.com/docs/11.x/releases#opt-in-routing
php artisan install:api php artisan install:broadcasting
아주 간단하게, 해당 명령어로 실행 시켜서 인스톨 할 수 있다.