Skip to content

bhargavjoshi/timesheet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 

Repository files navigation

timesheet

time tracking app

Installation

  • create a .env file from .env.sample, update .env variables with your own and:
$ php artisan migrate:install
$ php artisan migrate
$ composer update --dev
$ php artisan serve

and you are good to go. http://localhost:8000

This was written in Laravel Framework version 5

Credits

Sirbu Nicolae-Cezar

Contributing

Feel free to fork it.

About

time tracking app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.2%
  • Other 0.8%