dev-master
9999999-devA contact package that can be used on any laravel instance
MIT
The Requires
- php >=5.3.0
- laravel/framework 5.*
by Wade Penistone
A contact package that can be used on any laravel instance
Contact package does this, that, and other stuff., (*1)
Install via composer in the root directory of a Laravel 5 application, (*2)
composer require anysite/contact:dev-master
Add the following line to config/app.php
inside the 'providers' array to use the service provider, (*3)
'Anysite\Contact\ContactServiceProvider',
Update composer, (*4)
composer update
Run the package install command, (*5)
php artisan contact:install
Publish package assets, (*6)
php artisan vendor:publish
This package has several pages with many features, (*7)
Give them a try (URLs):, (*8)
/contact
/contact/manage
General gist, (*9)
List of tools, everything needed to develop., (*10)
All thanks to me and the community, (*11)
A contact package that can be used on any laravel instance
MIT