LooVia是基于Boostrap 4.5.0,Laravel 8 ,PUSHER构建的一套响应式IM即时聊天系统源码,支持亮暗双模式。您可以通过进行一些更改来非常快速地更改模式。我们在实时聊天应用程序中使用了PUSHER第三方服务。它具有许多功能,例如一对一聊天、联系人、发送文件、在线用户、已读和未读用户的新消息、身份验证页面等等。

你可以到这里申请PUSHER第三方服务API,有免费的和付费的,根据你需要申请,免费的有额度限制,每天不超过20万条消息,并发数不超过100。

演示系统

演示地址

安装条件

请按照以下步骤安装和设置所有必备组件:

  • Composer:Make sure to have the Composer installed & running in your computer.
  • Git:Make sure to have the Git installed globally & running on your computer. If you already have installed git on your computer, you can skip this step.

安装说明

要设置聊天应用程序,请执行以下步骤:

  • 安装前提,确保在您的计算机上安装并运行以上所有必备组件。
  • 完成上述步骤后,可以运行以下命令在本地运行项目或生成以供生产环境使用:
Command Description
composer install command to install all of the framework’s dependencies.
Please run the below command to generate the new APP_KEY.

php artisan key:generate

Please fill your DB credentials in the .env file.

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=loowp
DB_USERNAME=root
DB_PASSWORD=

Please fill your PUSHER APP credentials in the .env file.

PUSHER_APP_ID={ADD_YOUR_APP_ID}
PUSHER_APP_KEY={ADD_YOUR_APP_KEY}
PUSHER_APP_SECRET={ADD_YOUR_APP_SECRET}
PUSHER_APP_CLUSTER={ADD_YOUR_APP_CLUSTER}

Please fill your PUSHER APP KEY in the public/js/custom.js file. You can create PUSHER APP KEY from this link https://pusher.com.

var pusher = new Pusher(‘{ADD_YOUR_PUSHER_APP_KEY}’, { cluster: ‘ap2’, forceTLS: true });

Please run the following commands to clear all cache from the project.

php artisan optimize

php artisan migrate:fresh This will migrate the database tables. For more details visit https://laravel.com/docs/8.x/migrations
php artisan db:seed This will insert the database tables data. For more details visit https://laravel.com/docs/8.x/seeding
php artisan serve The development server is accessible at http://localhost:8000.
To run on other port just run command : php artisan serve –port=8001

注意事项

如果您使用的是Linux服务器,请确保为存储文件夹提供www-data用户权限。

Make sure to provide www-data user permissions to storage folder if you are using Linux server.

本站所有资源版权均属于原作者所有,这里所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。更多说明请参考 VIP介绍。

最常见的情况是下载不完整: 可对比下载完压缩包的与网盘上的容量,若小于网盘提示的容量则是这个原因。这是浏览器下载的bug,建议用百度网盘软件或迅雷下载。 若排除这种情况,可在对应资源底部留言,或联络我们。

对于会员专享、整站源码、程序插件、网站模板、网页模版等类型的素材,文章内用于介绍的图片通常并不包含在对应可供下载素材包内。这些相关商业图片需另外购买,且本站不负责(也没有办法)找到出处。 同样地一些字体文件也是这种情况,但部分素材会在素材包内有一份字体下载链接清单。

如果您已经成功付款但是网站没有弹出成功提示,请联系站长提供付款信息为您处理

源码素材属于虚拟商品,具有可复制性,可传播性,一旦授予,不接受任何形式的退款、换货要求。请您在购买获取之前确认好 是您所需要的资源