diary of laravel

Posted MvloveYouForever

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了diary of laravel相关的知识,希望对你有一定的参考价值。

1、  修改数据库连接 初始化数据库:

   首先: 修改 config- database.php 中的 数据库链接  

      其次:修改   .env 中数据库链接    

      创建表:

php artisan migrate

 

2、

 

以上是关于diary of laravel的主要内容,如果未能解决你的问题,请参考以下文章

19年9月晨读笔记-Diary of a wimpy kid (下)

laravel特殊功能代码片段集合

需要一种有效的方法来避免使用 Laravel 5 重复代码片段

TP5报如下的错误 Indirect modification of overloaded element of thinkpaginatorCollection has no effect(代码片段

Laravel:如何在控制器的几种方法中重用代码片段

SpringBoot启动报错“Consider defining a bean of type ‘xxx.mapper.UserMapper‘ in your configuration.“(代码片段