Laravel Angular Time Tracker is a simple time tracking application built on Laravel 5.2, Angular 2, and Bootstrap 3.

Overview

Laravel 5.2, Angular 2, and Bootstrap 3.3.* Time Tracker License: MIT

Laravel Angular Time Tracker is a simple time tracking application built on Laravel 5.2, Angular 2, and Bootstrap 3. It uses Laravel's built in authentication, MySQL, Angular Bootstrap 1.3., Angular Resource 1.5. ngResource, jQuery 2.2.4 and Moment.js 2.13.*

Laravel Angular Time Tracker Features
Built on Angular 2
Built on Laravel 5.2
Built on Bootstrap 3.3.*
Makes use of MySQL Database
Uses Laravel Authentication
Uses Angular Bootstrap 1.3.*
Uses Angular Resource 1.5.* ngResource
Uses Moment.js 2.13.*
Uses jQuery 2.2.4

I. Quick Project Setup - Installation

1. Clone the repository using the following command in terminal:
`git clone https://github.com/jeremykenedy/laravel-time-tracker.git laravel-time-tracker`
2. Pull and Install Laravel Dependencies:
`composer update`
3. Download and Install Node Assets:
`npm install`
4. Pull resources via Bower using the following command in terminal from the projects root folder:
`bower update`
5. Setup and Compile front-end assets using the following command in terminal from the projects root folder:
`gulp`
6. Create your MySQL Database and table.
7. Copy the example file using the following command in terminal from the projects root folder:
`cp .env.example .env`
8. Configure the Database and SMTP email settings in the .env file.
9. Setup Database Schema using the following command in terminal from the projects root folder:
`php artisan migrate`

II. Libraries Used Documentation

III. License

MIT license included

You might also like...
Project of Simple Blog using: HTML, CSS, PHP, MYSQL, and BOOTSTRAP
Project of Simple Blog using: HTML, CSS, PHP, MYSQL, and BOOTSTRAP

Project-Stormwind Project of Simple Blog using: HTML, CSS, PHP, MYSQL, and BOOTSTRAP Functions : A personal blog about Blizzard and their work Main Th

Kyle is a web application built with Laravel for web developers and small companies to efficiently track and stay on top of yearly expenses related to services
Kyle is a web application built with Laravel for web developers and small companies to efficiently track and stay on top of yearly expenses related to services

Kyle Kyle is a web application built with Laravel for web developers and small companies to efficiently track and stay on top of yearly expenses relat

Online web application developed in PHP using Laravel framework for managing real-time kitchen orders in a restaurant.
Online web application developed in PHP using Laravel framework for managing real-time kitchen orders in a restaurant.

Online web application developed in PHP using Laravel framework for managing real-time kitchen orders in a restaurant. It allows, through a web panel, real-time communication between chefs and waiters about the status of orders.

A web application for a school, facilitating the registration of students. Built using HTML/CSS, PHP and Oracle.

Student Registration System A web application for a school, facilitating the registration of students. Built using HTML/CSS, PHP and Oracle. Included

Complete Login and Registration system using HTML, CSS, JAVASCRIPT, BOOTSTRAP, PHP and MYSQL

Complete Login and Registration system using HTML, CSS, JAVASCRIPT, BOOTSTRAP, PHP and MYSQL

Complete Login and Registration System with HTML CSS Bootstrap PHP and MYSQL

Complete-Login-and-Registration-System Complete Login and Registration System with HTML CSS Bootstrap PHP and MYSQL for .sql file run xampp server ope

An RSS reader application built with Laravel

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

A web application built with PHP incorporating DBMS concepts. - Version 2.0
A web application built with PHP incorporating DBMS concepts. - Version 2.0

ShopOnline - WebApp (Celebrating open-source 🎉 ) We're hosted at ShopOnline (We are currently facing some issues with registration/login, this will b

This application is a simple application to watch movies like Netflix or DisneyPlus.

Movie Streaming React Web Apps This application is a simple application to watch streaming movies like Netflix or DisneyPlus. The application is built

Comments
  • Wrong time inserted on database

    Wrong time inserted on database

    I'm brasilian, and here the time is in 24hrs. When i put for example, in 10:00 and end 12:00, in database the end time change, and I can´t understand why, here timezone is +3, and that's the time added always, I can´t figured out where is the problem img3 .

    In time.saveTime, the values are correct, but laravel receive always +3 hours. I installed barryvdh/laravel-debugbar, put in TimeEntriesController@store a debug message:

    `public function store() { $data = Request::all();

        Debugbar::debug($data);
    
        $timeentry = new TimeEntry();
        $timeentry->fill($data);
        $timeentry->save();
    

    }`

    this images show my problem img1 img2 img3

    opened by kleytonroan 1
Owner
Jeremy Kenedy
Love programming everyday. Practice compassion and kindness to all. Striving to be a better person and father. Love giving back and helping others.
Jeremy Kenedy
A simple registration attribution tracking solution for Laravel (UTM Parameters and Referrers)

?? Footprints for (UTM and Referrer Tracking) Footprints is a simple registration attribution tracking solution for Laravel 7+ “I know I waste half of

Kyran 168 Dec 10, 2022
Simple and fast issue tracking system

Treenga — Simple and fast issue tracking system Treenga is simple. Team functions as the main umbrella under which all issues sit. It shares everythin

null 38 Dec 24, 2022
A simple todo app, built with bootstrap, php native, mysql

A simple todo app, built with bootstrap, php native, mysql

Muhammad Fatkurozi 1 Apr 3, 2022
A powerful open source Laravel Blog with WYSWYG and CRUD (Create Read Update Delete) built on Laravel 5.8 and Bootstrap 4

Larablog A powerful open source Laravel Blog with WYSWYG and CRUD (Create Read Update Delete) built on Laravel 5.8 and Bootstrap 4 Table of contents F

Jeremy Kenedy 144 Oct 11, 2022
Open source ERP software. Built on modern PHP and bootstrap 4. Easy and powerful.

FacturaScripts Open source ERP software. Built on modern PHP and bootstrap 4. Easy and powerful. Install Clone and deploy with composer and npm (compo

Carlos Garcia 313 Jan 4, 2023
Multilingual PHP CMS built with Laravel and bootstrap

Lavalite This is an open source of Content Management System developed with Laravel framework. Documentation Visit Documentation section in the websit

LavaLite 2.6k Dec 26, 2022
This is a web application for management of employees. This was done with the stack - HTML, CSS, BOOTSTRAP, VUEJS AND LARAVEL

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

igudy 2 Dec 24, 2021
A Blogging Platform with a built-in Feed Aggregator. Built with AngularJS and Laravel.

ReMark ReMark is an open source publishing platform built with the informed content creator in mind. It works as: A blogging platform A feed aggregato

Ren 4 Nov 1, 2019
Modern, simple and fresh looking glass based on Bootstrap 5 and PHP 7

Modern, simple and fresh looking glass based on Bootstrap 5 and PHP 7. A looking glass is a network utility which is made user-friendly for everyone to use. It allows you to execute network related commands within a remote network, usually that of an ISP.

Hybula 77 Jan 1, 2023
A simple web application for seeing a store's books. Built with Laravel 8 (a PHP Framework).

HappyBookStore Happy Book Store is a simple web application for seeing a store's books. As a user, you can look what book is available in the store by

Ananda Bilal 0 Jan 31, 2022