PHP code example of arnaudmoncondhuy / synapse-core
1. Go to this page and download the library: Download arnaudmoncondhuy/synapse-core 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/ */
arnaudmoncondhuy / synapse-core example snippets
yaml
synapse_core:
# Le bundle charge automatiquement les providers/presets/models de la DB
bash
# Diagnostic complet
php bin/console synapse:doctor
# Réparation automatique (création config, entités, security, routes)
php bin/console synapse:doctor --fix
# Installation fraîche
php bin/console synapse:doctor --init