anysite / contact
A contact package that can be used on any laravel instance
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/anysite/contact
Requires
- php: >=5.3.0
- laravel/framework: 5.*
This package is not auto-updated.
Last update: 2025-10-11 23:06:24 UTC
README
Contact package does this, that, and other stuff.
Installation
Install via composer in the root directory of a Laravel 5 application
composer require anysite/contact:dev-master
Add the following line to config/app.php
inside the 'providers' array to use the service provider
'Anysite\Contact\ContactServiceProvider',
Update composer
composer update
Run the package install command
php artisan contact:install
Publish package assets
php artisan vendor:publish
Usage
This package has several pages with many features
Give them a try (URLs):
/contact
/contact/manage
Overview
General gist
Tools
List of tools, everything needed to develop.
Credits
All thanks to me and the community