Skip to content
This repository was archived by the owner on Jan 5, 2019. It is now read-only.

Commit bd7d390

Browse files
author
Mario Basic
committed
Updated readme. Added license. Updated composer.json file.
1 parent 32e7ef6 commit bd7d390

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "laravel/laravel",
3-
"description": "The Laravel Framework.",
2+
"name": "laravelista/kyle",
3+
"description": "Monitor when to bill clients based on the services they use.",
44
"keywords": ["framework", "laravel"],
55
"license": "MIT",
66
"type": "project",

readme.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
**Monitor when to bill clients based on the services they use.**
44

5+
- Never forget to bill a client for the services he uses
6+
- Built on Laravel 5.2
7+
8+
## Installation
9+
10+
Install by issuing the Composer `create-project` command in your terminal:
11+
12+
```
13+
composer create-project --prefer-dist laravelista/kyle
14+
```
15+
516
## Create new user
617

718
To create a new user use this command:
@@ -14,4 +25,16 @@ You will be asked for the password.
1425

1526
## Info
1627

17-
At the start of every year 1st of January a command `occurrences:spawn` is executed using the task scheduler. **Be sure to add Cron entry `* * * * * php /path/to/artisan schedule:run >> /dev/null 2>&1` to your server.** This command creates new occurrences for services that will occur in the new year.
28+
At the start of every year 1st of January a command `occurrences:spawn` is executed using the task scheduler.
29+
30+
Be sure to add Cron entry to your server:
31+
32+
```
33+
* * * * * php /path/to/artisan schedule:run >> /dev/null 2>&1
34+
```
35+
36+
This command creates new occurrences for services that will occur in the new year.
37+
38+
## License
39+
40+
Kyle is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)