Skip to content

fredyhenaodev/laravel-api-tdd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Building a Laravel API with TDD

Getting Started

Prerequisites

Docker

Installing

git clone [email protected]:fredyhenaodev/laravel-api-tdd.git

cd /laravel-api-tdd/docker

docker-compose build

docker-compose up -d

docker-compose exec php-fpm bash

cd /var/www

composer install

# Create field .env and copy .env.example and paste in .env

php artisan key:generate

Running the tests

cd /laravel-api-tdd/docker

docker-compose exec php-fpm bash

cd /var/www

php artisan test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages