PHP code example of soiposervices / cms
1. Go to this page and download the library: Download soiposervices/cms 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/ */
soiposervices / cms example snippets
return [
];
$cms = new SoipoServices\Cms();
echo $cms->echoPhrase('Hello, SoipoServices!');
bash
php artisan vendor:publish --tag="cms-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="cms-config"
bash
php artisan vendor:publish --tag="cms-views"