book_library_rest_api 源码

cognitive3240 11 0 ZIP 2021-04-21 14:04:07

Laravel REST APi用于CRUD操作 您可以按照以下步骤创建REST API 安装 克隆此仓库 https://github.com/samironbarai/laravel-rest-api.git 安装作曲家软件包 cd laravel-rest-api $ composer install 创建并设置.env文件 make a copy of .env.example and rename to .env $ php artisan key:generate put database credentials in .env file 迁移并插入记录 $ php artisan migrate $ php artisan tinker $ factory(App\Customer::class, 100)->create();

用户评论
请输入评论内容
评分:
暂无评论