Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/evryn/laravel-toman-example
- Owner: evryn
- Created: 2019-10-15T16:39:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T17:25:52.000Z (over 2 years ago)
- Last Synced: 2023-03-02T21:12:11.855Z (almost 2 years ago)
- Language: PHP
- Size: 276 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
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)