美文网首页
github laravel 组件

github laravel 组件

作者: berger_w | 来源:发表于2019-04-12 10:23 被阅读0次

    1 . laravel repository https://github.com/recca0120/laravel-repository

    composer require recca0120/repository 

    {
         "require": {
             "recca0120/repository": "~2.0.0"
         }
     }

    2. laravel jwt'组件jwt-auth  https://jwt-auth.readthedocs.io/en/develop/quick-start/

    但是想在5.8以下的版本使用他 必须

     "require": {

    "nesbot/carbon": "2.16.3 as 1.34.0"

    }

    相关文章

      网友评论

          本文标题:github laravel 组件

          本文链接:https://www.haomeiwen.com/subject/riwzbqtx.html