ascodelab/contact
Composer 安装命令:
composer require ascodelab/contact
包简介
Laravel package starter stub
README 文档
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.
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-11-02
