ascodelab / contact
Laravel package starter stub
Requires
- illuminate/support: ~7|~8
Requires (Dev)
- orchestra/testbench: ~5|~6
- phpunit/phpunit: ~9.0
This package is auto-updated.
Last update: 2024-11-20 13:52:54 UTC
README
Installation
Via Composer
$ composer require ascodelab/contact
Publishing assets & config
$ php artisan vendor:publish --provider="Ascodelab\Contact\ContactServiceProvider"
Roure for contact(test) page
$ /contact
Extending the Package
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
Testing the project locally
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.
Note
Drop an email to anela.kumar@gmail.com for any quick technical support.
Change log
Please see the changelog for more information on what has changed recently.
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
Credits
License
license. Please see the license file for more information.