# laravel-response **Repository Path**: slowlyo/laravel-response ## Basic Information - **Project Name**: laravel-response - **Description**: laravel json response 封装 - **Primary Language**: PHP - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-22 - **Last Updated**: 2023-06-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 安装 ```shell composer require slowlyo/laravel-response ``` ### 使用 ```php public function index() { return responseJson()->{$fun}(); } ``` > 更多.请自行阅读源码