LaravelPackages.net
Acme Inc.
Toggle sidebar
ascodelab/contact

Laravel package starter stub

6
0
v1.0.1
About ascodelab/contact

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

Contact

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 [email protected] 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.

Comments