標籤: laravel

Laravel關閉CSRF

近日有個小小project,任務很簡單:接收對方API POST過來的Data。 很直覺的想法就是在Laravel開個project,開個Route讓對方把資料丟到我指定的URL。 開好後我自己用PostMan測試了一下,發現無法接收資料,反而出現了 “The page has expired du...

-bash: laravel: command not found

最近在玩 Laravel 在Mac OSX上安裝環境是蠻順的 但這二天試著在CentOS上安裝 發現使用laravel new projectname 時 會有以下的訊息 -bash: laravel: command not found 上網查了一下解決方式 大部份的人及官方文件都是提示你 Mak...