![240](https://cdn2.jianshu.io/assets/default_avatar/14-0651acff782e7a18653d7530d6b27661.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
IP屬地:北京
在parent標(biāo)簽中添加 <groupId>org.springframework.boot</groupId> spring-boo...
這兩天公司的服務(wù)器重啟一次后,發(fā)現(xiàn)數(shù)據(jù)庫連接不上了,因?yàn)楸旧韺?duì)于服務(wù)器的問題了解的不是很多,具體也不知道哪里出現(xiàn)的問題.所以在本地連接線上數(shù)據(jù)庫...
在app/http/middleware中添加一個(gè)類 然后在APP/http/kernel.php中注冊(cè)中間件,放在web組里面會(huì)是一個(gè)全局中間...
可以使用request的session方法調(diào)用session 通過session類獲取session: 使用use Illuminate\Sup...
首先建一個(gè)php文件,里面寫第一個(gè)方法 public function index(){ $this -> valid(); } 然后寫驗(yàn)證方法...
首先使用use Illuminate\Http\Request;引用request類 獲取數(shù)據(jù): public function test(RE...
migrate: 使用命令:php artisan make:migration create_table_tablename --create...