Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 399 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 399 Bytes

Expence-Tracker

Installation:-

i. git clone https://github.com/krutika-bhalla/Expence-Tracker Expense-Tracker
ii. cd Expense-Tracker
iii. composer install
iv. Copy from .env.example to .env
v. Configure your database connection.
vi. php artisan key:generate
vii. composer dump-autoload
viii. php artisan config:cache
ix. php artisan migrate