Skip to content

canronglan/hellokefu

 
 

Repository files navigation

Hello chat

效果图

中文文档 体验地址

Usage

git clone https://github.com/dbing/hellokefu.git <project-name>
cd <project-name>
composer install
cp .env.example .env
php artisan key:generate
php artisan jwt:secret
php artisan migrate --seed
php artisan serve (if not using laravel valet)
yarn OR npm install
yarn watch OR npm run watch

Visit http://localhost:8000, It works!

If using laravel valet, visit http://<project-name>.test

Now you're ready to start coding!

More

About

hellokefu,哈啰客服

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 61.0%
  • Vue 28.9%
  • JavaScript 9.4%
  • HTML 0.7%