摘要: 1,查看artisan命令php artisanphp artisan list 2,查看某个帮助命令php artisan help make:model 3,查看laravel版本php artisan --version 4,使用 PHP 内置的开发服务器启动应用php artisan ser 阅读全文
posted @ 2019-07-17 09:21 飞翔的贺兰猪 阅读(2650) 评论(0) 推荐(0) 编辑
摘要: $ vagrant init # 初始化 $ vagrant up # 启动虚拟机 $ vagrant halt # 关闭虚拟机 $ vagrant reload # 重启虚拟机 $ vagrant ssh # SSH 至虚拟机 $ vagrant suspend # 挂起虚拟机 $ vagrant resume # 唤醒虚拟机 ... 阅读全文
posted @ 2019-07-17 09:15 飞翔的贺兰猪 阅读(237) 评论(0) 推荐(0) 编辑