Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 496 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 496 Bytes

Expense Manager

A simple Laravel application that tracks expenses.

Installation

  1. Download the zip file
  2. Extract it to your http server (xampp,wapp,etc.)
  3. Run composer install
  4. Create a database
  5. Rename .env.example to .env then update the database config
  6. Goto this folders' directory then run this command in your terminal
php artisan migrate:fresh --seed

then

php artisan serve
Admin email: [email protected]
Admin password: qweasd

Enjoy!!!