PHP code example of itsmurumba / laravel-hostpinnacle
1. Go to this page and download the library: Download itsmurumba/laravel-hostpinnacle 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/ */
itsmurumba / laravel-hostpinnacle example snippets
`
php artisan hostpinnacle:install
`
php artisan vendor:publish
``
protected $hostpinnacle;
public function __construct(){
$this->hostpinnacle = new Hostpinnacle();
}