PHP code example of sylius / admin-mcp-server-plugin

1. Go to this page and download the library: Download sylius/admin-mcp-server-plugin 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/ */

    

sylius / admin-mcp-server-plugin example snippets

bash
> patch vendor/symfony/type-info/TypeContext/TypeContextFactory.php \
>   vendor/sylius/admin-mcp-server-plugin/patches/symfony-type-info-union-fix.patch
> 
bash
php bin/console doctrine:migrations:migrate -n
bash
yarn install
yarn build
php bin/console assets:install