PHP code example of masterix21 / laravel-contacts

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

    

masterix21 / laravel-contacts example snippets


return [
];

$laravelContacts = new LucaLongo\LaravelContacts();
echo $laravelContacts->echoPhrase('Hello, LucaLongo!');
bash
php artisan vendor:publish --tag="laravel-contacts-migrations"
php artisan migrate
bash
php artisan vendor:publish --tag="laravel-contacts-config"
bash
php artisan vendor:publish --tag="laravel-contacts-views"