ascodelab/contact

Laravel package starter stub

v1.0.1 2020-11-04 06:49 UTC

This package is auto-updated.

Last update: 2024-05-20 12:47:07 UTC


README

Latest Version Issues

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

Screenshot

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.