PHP code example of clevyr / laravel-simple-feedback-form
1. Go to this page and download the library: Download clevyr/laravel-simple-feedback-form 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/ */
clevyr / laravel-simple-feedback-form example snippets
return [
'email' => '[email protected]',
];
bash
php artisan vendor:publish --tag="laravel-simple-feedback-form-config"
bash
php artisan vendor:publish --provider="Clevyr\FeedbackForm\FeedbackFormServiceProvider"