GSabadini / lumen-crud

CRUD in Lumen Micro-Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to Laravel Auth 👋

Client repository

Getting Started

  • These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • What things you need to install the software and how to install them
Docker and docker-compose

Installing

  • Step by step
docker-compose up -d
docker-compose exec devapp bash
composer install
create .env through env.example
php artisan migrate

Running the tests

docker-compose exec devapp bash
vendor/bin/phpunit --filter Customer

About

CRUD in Lumen Micro-Framework


Languages

Language:PHP 100.0%