Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/evryn/laravel-toman-example

A simple example for evryn/laravel-toman package
https://github.com/evryn/laravel-toman-example

Last synced: about 2 months ago
JSON representation

A simple example for evryn/laravel-toman package

Awesome Lists containing this project

README

        

# Laravel Toman Example
This repository contains a simple project with [Laravel Toman](https://github.com/evryn/laravel-toman) implementation.

## Setup
Clone this repo:
```bash
git clone [email protected]:evryn/laravel-toman-example.git
cd laravel-toman-example/
```

Copy `.env.example` to `.env`

Install packages:
```bash
docker-compose run --rm composer install --ignore-platform-reqs
# or: composer install
```

Serve it:
```bash
docker-compose up
# or: php artisan serve --port=8000
```

Navigate to:
[localhost:8000/payment](localhost:8000/payment)