Write the Code. Change the World.

11月 24

官网

Homestead 安装的是 LTS 版本

sudo apt update

sudo apt install nodejs
11月 11

laravel 使用 npm

使用 yarn 来管理

npm config set registry=https://registry.npm.taobao.org

yarn config set registry https://registry.npm.taobao.org

yarn install

npm run watch-poll

假如使用 bootstrap

composer require laravel/ui --dev

php artisan ui bootstrap