Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 294 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 294 Bytes

Local Development

git clone this repo

git clone https://github.com/kharhys/revenue.git && cd revenue/

run these commands:

composer install
php artisan serve

In your Web browser, go to this URL: http://localhost:8000/users

Hack away