1. Go to this page and download the library: Download diego1araujo/titleasy 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/ */
diego1araujo / titleasy example snippets
'Diego1araujo\Titleasy\ServiceProvider',
'Title' => 'Diego1araujo\Titleasy\Facade',
put - add titles. return: void
last - retrieve last title added. return: string
get - build the title. return: string. there are 3 params:
- site name
- delimiter (default: -)
- reverse mode (default: false)