acidstudios/laravel
Composer 安装命令:
composer create-project acidstudios/laravel
包简介
Acid Studios laravel Template to Create APIs.
README 文档
README
This repository contains a template used in Acid Studios to create Rest API's for our php projects.
To start using this template, clone the repository;
git clone https://github.com/acidstudios/laravel.git composer install
Or create a new project using composer:
composer create-project --prefer-dist acidstudios/laravel
It will install all dependencies used in the template.
Then, run this command: To start using this template;
php artisan api:install
This command will run all existing migrations and seeders.
You can start your project from now, don't forget to setup your .env file and your Sentry.io API Key.
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-01-03