Skip to content

Commit cf67485

Browse files
committed
Laravel 10 + Cachet Core
1 parent 8b565ab commit cf67485

File tree

1,271 files changed

+8488
-123751
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,271 files changed

+8488
-123751
lines changed

.editorconfig

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
# This file is for unifying the coding style for different editors and IDEs
2-
# editorconfig.org
3-
41
root = true
52

63
[*]
74
charset = utf-8
85
end_of_line = lf
9-
insert_final_newline = true
10-
indent_style = space
116
indent_size = 4
7+
indent_style = space
8+
insert_final_newline = true
129
trim_trailing_whitespace = true
1310

14-
[{*.json,*.yml}]
11+
[*.md]
12+
trim_trailing_whitespace = false
13+
14+
[*.{yml,yaml}]
1515
indent_size = 2
16+
17+
[docker-compose.yml]
18+
indent_size = 4

.gitignore

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1+
/.phpunit.cache
12
/node_modules
3+
/public/build
24
/public/hot
35
/public/storage
46
/storage/*.key
57
/vendor
6-
/.idea
7-
/.vagrant
8+
.env
9+
.env.backup
10+
.env.production
11+
.phpunit.result.cache
812
Homestead.json
913
Homestead.yaml
14+
auth.json
1015
npm-debug.log
11-
.env
12-
package-lock.json
16+
yarn-error.log
17+
/.fleet
18+
/.idea
19+
/.vscode

.travis.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

LICENSE

Lines changed: 0 additions & 12 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ Cachet, the open-source status page system.
99

1010
## Cachet 3.x Announcement
1111

12-
We are shifting our attention and resources to Cachet 3.x and will no longer be supporting the 2.x version.
13-
1412
For more information on the Cachet rebuild and our plans for 3.x, you can read the announcement [here](https://github.com/CachetHQ/Cachet/discussions/4342).
1513

1614
## Features
@@ -27,8 +25,7 @@ For more information on the Cachet rebuild and our plans for 3.x, you can read t
2725

2826
## Requirements
2927

30-
- PHP 7.1.3 – 7.3
31-
- HTTP server with PHP support (e.g.: Apache, Nginx, Caddy)
28+
- PHP 8.1 or later
3229
- [Composer](https://getcomposer.org)
3330
- A supported database: MySQL, PostgreSQL or SQLite
3431

@@ -43,9 +40,9 @@ Here are some useful quick links:
4340

4441
### Demo
4542

46-
To test out the demo, you can log in to the [Cachet dashboard](https://demo.cachethq.io/dashboard) with the following credentials:
43+
To test out the v3 demo, you can log in to the [Cachet dashboard](https://v3.cachethq.io/dashboard) with the following credentials:
4744

48-
- **Username:** `test` or `[email protected]`
45+
- **Email:** `[email protected]`
4946
- **Password:** `test123`
5047

5148
> **Note**

VERSION

Lines changed: 0 additions & 1 deletion
This file was deleted.

app/Bus/Commands/Component/CreateComponentCommand.php

Lines changed: 0 additions & 128 deletions
This file was deleted.

app/Bus/Commands/Component/RemoveComponentCommand.php

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)