Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/randomecho/trackalog

WIP - Laravel based logging of your hacks and notes on a project. Ever in flux.
https://github.com/randomecho/trackalog

Last synced: 19 days ago
JSON representation

WIP - Laravel based logging of your hacks and notes on a project. Ever in flux.

Awesome Lists containing this project

README

        

# Trackalog

A way to track the notes and snippets for a project.

Uses Laravel Framework version 4.1 for now.

## Setup

Create a database with the name of `trackalog` or whatever you want to set
under the relevant database.php config file.

Then, run the migration to set up the tables:

php artisan migrate

Then fire up a browser and it should be good to start with at:

http://localhost/

## License

[BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause)