Skip to content

Latest commit

 

History

History
56 lines (44 loc) · 982 Bytes

readme.md

File metadata and controls

56 lines (44 loc) · 982 Bytes

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