This is application is a main entry point for Marketron application. It handles user management, template management
with template editor and admin dashboard.
This service handles authentication, users, templates.
The quickest way to setup the project is using docker-compose.
docker-compose up -d --build
Once you set up the environment with Docker compose, first create .env file (cp .env.example .env
) and replace values
with your settings.
After that, run the following Artisan commands to migrate and populate your database:
php artisan migrate --seed
IMAGE_ENGINE_URL - URL of the image engine