Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
- folder structure
- Helpers file
- Main class
- Empty service provider
  • Loading branch information
Joren Van Hocht authored and Joren Van Hocht committed May 11, 2015
1 parent bedf4f9 commit 68ddc79
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "jorenvanhocht/tracert",
"description": "Laravel package to log the users actions in the database",
"license": "MIT",
"authors": [
{
"name": "Joren Van Hocht",
"email": "vanhochtjoren@gmail.com"
}
],
"require": {},
"autoload": {
"psr-4": {
"jorenvanhocht\\Tracert\\": "src/"
},
"files": [
"src/Helpers.php"
]
}
}
Empty file added src/Helpers.php
Empty file.
Empty file added src/Tracert.php
Empty file.
Empty file added src/TracertServiceProvider.php
Empty file.

0 comments on commit 68ddc79

Please sign in to comment.