| Package Data | |
|---|---|
| Maintainer Username: | JeroenNoten |
| Maintainer Contact: | jeroennoten@me.com (Jeroen Noten) |
| Package Create Date: | 2017-02-21 |
| Package Last Update: | 2017-02-21 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-30 03:13:14 |
| Package Statistics | |
|---|---|
| Total Downloads: | 35 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 4 |
| Total Watchers: | 1 |
| Total Forks: | 1 |
| Total Open Issues: | 0 |
Require the package using composer:
composer require jeroennoten/laravel-contact
Add the service provider to the providers in config/app.php:
JeroenNoten\LaravelContact\ServiceProvider::class,
Publish the configuration:
php artisan vendor:publish --tag=contact-config