0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

LaravelでAPIサーバーを立てるまでの過程

Last updated at Posted at 2021-11-11

Laravel8でAPIサーバーを立てていく過程を記録していきます

##作成してみよう!LaravelでAPIを扱う方法【初心者向け】
https://techacademy.jp/magazine/18786

##【JWT】 入門
https://qiita.com/Naoto9282/items/8427918564400968bd2b

##JWTを使って認証周りを作る&jsonで認証データの受け渡しをしてみる
https://www.avyatech.com/rest-api-with-laravel-8-using-jwt-token/

##Laravel8を試したら即効でエラー「Target class [〇〇〇Controller] does not exist.」が表示された

下記で解決
https://qiita.com/tamakiiii/items/e71040173fa0a1fcad83#routeserviceproviderphp%E3%81%A7%E5%90%8D%E5%89%8D%E7%A9%BA%E9%96%93%E3%82%92%E6%89%8B%E5%8B%95%E3%81%A7%E8%BF%BD%E5%8A%A0%E3%81%99%E3%82%8B

##JWTのメール認証(MailHog使用)
https://inokawablog.org/code/laravel-vue-jwt-email-auth-3/

##midleware作成
https://qiita.com/shizen-shin/items/5e050bf07b2257a6a1d7

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?