PHP code example of ombimo / laravel-honeyurl

1. Go to this page and download the library: Download ombimo/laravel-honeyurl 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/ */

    

ombimo / laravel-honeyurl example snippets


return [
];

$laravelHoneyurl = new Ombimo\LaravelHoneyurl();
echo $laravelHoneyurl->echoPhrase('Hello, Ombimo!');
bash
php artisan vendor:publish --tag="laravel-honeyurl-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="laravel-honeyurl-config"
bash
php artisan vendor:publish --tag="laravel-honeyurl-views"