株式会社ココペリ SREチームの大竹です。今回は弊社において導入している、LaravelとScribeを使ったAPIドキュメントの管理方法についてご紹介いたします! APIドキュメント管理の課題 API周りの開発をしている際、こんな問題に直面したことはないでしょうか?
1.0 - Laravel 5.5 - 5.8 - Deprecated and no longer maintained. 2.0 - Laravel 6.0 - Maintained, again feel free to create pull requests. This is open source which is a 2 way street. 3.0 - Laravel 7.0 - ...
This package enables you to use API Gateway‘s Websockets as a driver for Laravel Echo, so you don’t have to use services like Pusher or Socket.io. It works by setting up a websocket API in API Gateway ...
Automatically generate your API documentation from your existing Laravel routes. Take a look at the example documentation. php artisan api:gen --routePrefix=settings/api/* To generate your API ...
Laravelには強力なテンプレート言語であるBladeが存在していますが、世の中の大きな流れでViewをサーバーサイドではなくフロントエンドで行う形に移行しつつあります。 フロントエンドをJavaScriptで行い、同一画面で処理するアプリケーションのことをSPA ...