/laravel-toman-example

A simple example for evryn/laravel-toman package

Primary LanguagePHP

Laravel Toman Example

This repository contains a simple project with Laravel Toman implementation.

Setup

Clone this repo:

git clone git@github.com:evryn/laravel-toman-example.git
cd laravel-toman-example/

Copy .env.example to .env

Install packages:

docker-compose run --rm composer install --ignore-platform-reqs
# or: composer install 

Serve it:

docker-compose up
# or: php artisan serve --port=8000

Navigate to: localhost:8000/payment