Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/randomecho/trackalog
- Owner: randomecho
- License: bsd-3-clause
- Created: 2014-08-20T15:42:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-17T00:48:11.000Z (about 10 years ago)
- Last Synced: 2024-10-16T07:55:01.141Z (2 months ago)
- Language: PHP
- Homepage:
- Size: 219 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)