1. Go to this page and download the library: Download mukadi/settings-bundle 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/ */
php
// src/Entity/Param.php
namespace App\Entity;
use Doctrine\ORM\Mapping as ORM;
use Mukadi\SettingsBundle\Entity\Param as Base;
/**
* Param
*
* @ORM\Table(name="param")
*/
class Param extends Base
{
}