https://github.com/evryn/laravel-toman-example
A simple example for evryn/laravel-toman package
https://github.com/evryn/laravel-toman-example
Last synced: 4 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T17:25:52.000Z (about 3 years ago)
- Last Synced: 2025-01-22T14:12:02.501Z (6 months 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)