PHP code example of medcenter24 / mc-core
1. Go to this page and download the library: Download medcenter24/mc-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/ */
medcenter24 / mc-core example snippets
php artisan setup:environment \
--API_DEBUG=true \
--APP_DEBUG=true \
--APP_ENV=local \
--APP_LOG_LEVEL=debug \
--DB_CONNECTION=sqlite \
--DB_DATABASE=/private/var/www/sandbox/projects/medcenter24/develop/mcCore/database/db.sqlite \
--DEBUGBAR_ENABLED=true