Build Status Total Downloads Latest Stable Version License

About Laravel

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:

Laravel is accessible, powerful, and provides tools required for large, robust applications.

This Project

This project is example app using framework Laravel and implemented ORM techniq for transaction data to database. Database in project using postgresql for save data using Eloquent ORM and using API. Connect API using plugin GuzzleHttp for handling request from app to API.

For running this project on device need composer for install/update dependencies, include update version. And don't forget to migrate using php artisan for create table on database and dummy data using syntax 'php artisan migrate:refresh --seed'. after migrate, you can start running project on local development using 'php artisan serve'

This project not includes API directory! API on this project, I saved to more repository (check repository me)

Thank you...