PHP code example of mateffy / laravel-codebase-mcp

1. Go to this page and download the library: Download mateffy/laravel-codebase-mcp library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

mateffy / laravel-codebase-mcp example snippets

json composer.json
> {
>   "repositories": [
>     {
>       "type": "vcs",
>       "url": "https://github.com/leantime/php-mcp-server.git"
>     },
>     {
>       "type": "vcs",
>       "url": "https://github.com/Leantime/reactphp-http.git"
>     }
>   ]
> }
>