sharmag / contactus
为支持数据库的 laravel 5 应用提供的联系我们页面
dev-master
2019-12-29 19:29 UTC
This package is auto-updated.
Last update: 2024-09-07 15:48:33 UTC
README
为支持数据库的 laravel 5 应用提供的联系我们页面
此包允许新的 Laravel 安装具有可用的联系我们页面 @/contact-us,并支持数据库。
安装
一旦您在服务器上安装了 laravel 5 应用并连接到数据库,您就可以开始了,只需使用以下命令获取包
composer require sharmag/contactus:dev-master
处理完成后
将以下条目添加到 config/app.php 中的 provider 数组中
Sharmag\Contactus\ContactusServiceProvider::class,
然后运行以下 artisan 命令
php artisan vendor:publish php artisan migrate