PHP code example of suhaboncukcu / stories
1. Go to this page and download the library: Download suhaboncukcu/stories 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/ */
suhaboncukcu / stories example snippets
composer plugin in your bootstrap.php
Plugin::load('Stories', ['bootstrap' => true, 'routes' => true]);
Configure::load('stories', 'default', true);
bin/cake migrations migrate -p Stories