https://github.com/truemedia/anysite-contact
A contact package that will work well with any laravel based application
https://github.com/truemedia/anysite-contact
Last synced: 3 months ago
JSON representation
A contact package that will work well with any laravel based application
- Host: GitHub
- URL: https://github.com/truemedia/anysite-contact
- Owner: Truemedia
- License: mit
- Created: 2015-05-17T17:38:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-23T16:48:10.000Z (almost 10 years ago)
- Last Synced: 2025-01-12T21:42:22.693Z (4 months ago)
- Language: PHP
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Any site - Contact package ##
**Contact package** does this, that, and other stuff.
### Installation ###
Install via [composer](http://getcomposer.org) 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