This is an app starter repository for the TDDD Package
git clone https://github.com/antonioribeiro/tddd-starter.git
cd tddd-starter
cp .env.example .env
composer install
php artisan key:generate
## create your database and configure your .env
php artisan migrate
## configure NGINX or Apache
open http://<app.domain>/tddd/dashboard