ascodelab/contact is a Laravel package for laravel package starter stub.
It currently has 0 GitHub stars and 6 downloads on Packagist (latest version v1.0.1).
Install it with composer require ascodelab/contact.
Discover more Laravel packages by ascodelab
or browse all Laravel packages to compare alternatives.
Last updated
Via Composer
$ composer require ascodelab/contact
Publishing assets & config
$ php artisan vendor:publish --provider="Ascodelab\Contact\ContactServiceProvider"
Roure for contact(test) page
$ /contact
cd into your project root
$ mkdir ascodelab && cd ascodelab
Clone the package skelton
$ git clone https://github.com/ascodelab/contact.git
Now your project structure would look something like below screenshoot

Adding package to the composer.json (require section)
$ "ascodelab/contact": "@dev",
Adding local development repository
"repositories": {
"ascodelab/contact": {
"type": "path",
"url": "/usr/local/var/www/Project/packages/contact/packages/ascodelab/contact",
"options": {
"symlink": true
}
}
}
Installing the local package
$ composer install/update
Hit /contact and check if it's working fine.
Drop an email to [email protected] for any quick technical support.
Please see the changelog for more information on what has changed recently.
Please see contributing.md for details and a todolist.
If you discover any security related issues, please email author email instead of using the issue tracker.
license. Please see the license file for more information.