You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Report a bug or error, providing details about the issue, steps to reproduce, and your environment setup.
3
-
title: "[Bug]: "
4
-
labels: ['Triage', 'Bug']
3
+
labels: ['Triage']
4
+
type: 'Bug'
5
5
body:
6
6
- type: input
7
7
attributes:
8
-
label: Tempest Version
8
+
label: Tempest version
9
9
description: Provide the Tempest version that you are using.
10
-
value: 1.0-alpha1
10
+
value: 1.0-alpha.4
11
11
validations:
12
12
required: true
13
13
- type: dropdown
14
14
attributes:
15
-
label: PHP Version
15
+
label: PHP version
16
16
description: Provide the PHP version that you are using.
17
17
options: ['8.4']
18
18
multiple: true
19
19
validations:
20
20
required: true
21
21
- type: dropdown
22
22
attributes:
23
-
label: Operating System
23
+
label: Operating system
24
24
description: Provide the operating system that you are using.
25
-
options: ['Linux', 'MacOS', 'Windows', 'Other']
25
+
options: ['Linux', 'macOS', 'Windows', 'Other']
26
26
multiple: true
27
27
validations:
28
28
required: true
@@ -34,7 +34,7 @@ body:
34
34
required: true
35
35
- type: textarea
36
36
attributes:
37
-
label: Steps to Reproduce
38
-
description: Please provide detailed steps on how we can reproduce the issue you are reporting. For a shot at getting our "Perfect Storm" label, submit a PR with a failing test!
37
+
label: Steps to reproduce
38
+
description: Please provide detailed steps on how we can reproduce the issue you are reporting. For a shot at getting our "Perfect storm" label, submit a PR with a failing test!
Tempest is a PHP framework that gets out of your way. Its design philosophy is that developers should write as little framework-related code as possible, so that they can focus on application code instead. Zero config, zero overhead. This is Tempest:
7
+
<h1align="center">Tempest</h1>
8
+
<divalign="center">
9
+
The PHP framework that lets you focus on your application code instead of framework quirks.
10
+
<br />
11
+
Read the <ahref="https://tempestphp.com">documentation</a> to get started.
12
+
</div>
13
+
14
+
<br />
15
+
<br />
16
+
17
+
## Introduction
18
+
19
+
Tempest is a PHP framework that _gets out of your way_.
20
+
21
+
Its design philosophy is that developers should write as little framework-related code as possible, so that they can focus on application code instead.
22
+
23
+
Zero config, zero overhead. This is Tempest:
4
24
5
25
```php
6
26
final class BookController
@@ -18,7 +38,7 @@ final class BookController
18
38
19
39
return new Redirect([self::class, 'show'], book: $book->id);
20
40
}
21
-
41
+
22
42
// …
23
43
}
24
44
```
@@ -53,24 +73,40 @@ final class MigrateUpCommand
53
73
54
74
Read how to get started with Tempest [here](https://tempestphp.com).
55
75
76
+
77
+
56
78
## Installation
57
79
58
-
Install Tempest in any project, including existing projects:
Continue to read how Tempest works in [the docs](https://tempestphp.com).
71
93
72
-
## Contributing
94
+
73
95
74
-
We welcome contributing to the Tempest framework! We only ask that you take a quick look at our [guidelines](https://tempestphp.com/docs/internals/contributing/) and then head on over to the issues page to see some ways you might help out!
96
+
## Contributing
75
97
76
-
For more information, [join the Tempest Discord](https://tempestphp.com/discord)
98
+
We welcome contributing to Tempest! We only ask that you take a quick look at our [guidelines](https://tempestphp.com/docs/internals/contributing/).
99
+
100
+
An easy way to get started is to head on over to the issues page to see some ways you might help out.
101
+
102
+
<palign="center">
103
+
<br />
104
+
<br />
105
+
<sub>
106
+
Check out the <a href="https://tempestphp.com">documentation</a>
107
+
108
+
·
109
+
110
+
Join the <a href="https://tempestphp.com/discord">Discord</a> server
0 commit comments