acidstudios/laravel
Acid Studios laravel Template to Create APIs.
1.0.1
2019-01-26 17:03 UTC
Requires
- php: ^7.1.3
- barryvdh/laravel-cors: ^0.11.2
- fideloper/proxy: ^4.0
- laravel/framework: 5.7.*
- laravel/passport: ^7.0
- laravel/tinker: ^1.0
- sentry/sentry-laravel: ^0.11.0
Requires (Dev)
- beyondcode/laravel-dump-server: ^1.0
- filp/whoops: ^2.0
- fzaninotto/faker: ^1.4
- mockery/mockery: ^1.0
- nunomaduro/collision: ^2.0
- phpunit/phpunit: ^7.0
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: To start using this template, clone the repository;
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, clone the repository;
php artisan api:install
This command will run all existing migrations and seeders.
You can start develop your project from now, don't forget to setup your .env file and your Sentry.io API Key.