PHP code example of ricadesign / laravel-contact
1. Go to this page and download the library: Download ricadesign/laravel-contact 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/ */
ricadesign / laravel-contact example snippets
'providers' => [
Ricadesign\Contact\ContactServiceProvider::class,
];
return [
'email' => env('CONTACT_MAIL', 'john.doe@example.com'),
'use_default_get_route' => true,
];
bash
php artisan vendor:publish --tag=ricadesign/laravel-contact