Skip to content

Commit

Permalink
Laravel 10 + Cachet Core
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Jan 19, 2024
1 parent 8b565ab commit cf67485
Show file tree
Hide file tree
Showing 1,271 changed files with 8,488 additions and 123,751 deletions.
15 changes: 9 additions & 6 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org

root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[{*.json,*.yml}]
[*.md]
trim_trailing_whitespace = false

[*.{yml,yaml}]
indent_size = 2

[docker-compose.yml]
indent_size = 4
15 changes: 11 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
/.phpunit.cache
/node_modules
/public/build
/public/hot
/public/storage
/storage/*.key
/vendor
/.idea
/.vagrant
.env
.env.backup
.env.production
.phpunit.result.cache
Homestead.json
Homestead.yaml
auth.json
npm-debug.log
.env
package-lock.json
yarn-error.log
/.fleet
/.idea
/.vscode
38 changes: 0 additions & 38 deletions .travis.yml

This file was deleted.

12 changes: 0 additions & 12 deletions LICENSE

This file was deleted.

9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ Cachet, the open-source status page system.

## Cachet 3.x Announcement

We are shifting our attention and resources to Cachet 3.x and will no longer be supporting the 2.x version.

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).

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

## Requirements

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

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

### Demo

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

- **Username:** `test` or `[email protected]`
- **Email:** `[email protected]`
- **Password:** `test123`

> **Note**
Expand Down
1 change: 0 additions & 1 deletion VERSION

This file was deleted.

128 changes: 0 additions & 128 deletions app/Bus/Commands/Component/CreateComponentCommand.php

This file was deleted.

36 changes: 0 additions & 36 deletions app/Bus/Commands/Component/RemoveComponentCommand.php

This file was deleted.

Loading

0 comments on commit cf67485

Please sign in to comment.