Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 394 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 394 Bytes

Simple demo

Laravel & TDD

Install

Clone and install composer and nmp dependencies

$ git clone https://github.com/LucasLeandro1204/simple-demo.git
$ cd simple-demo
$ composer update && npm install

Copy and edit the .env.example

$ cp .env.example .env

Run the migrations and seeds

$ php artisan migrate --seed

Tests

To run them

$ composer test