PHP code example of ics / mailing-bundle
1. Go to this page and download the library: Download ics/mailing-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/ */
ics / mailing-bundle example snippets
// config/bundles.php
return [
// ...
ICS\MailingBundle\MailingBundle::class => ['all' => true],
];
bash
# Installer la base de données
php bin/console doctrine:schema:create