We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20124bb commit 573013dCopy full SHA for 573013d
README.md
@@ -14,6 +14,24 @@ Make sure to install the dependencies:
14
pnpm install
15
```
16
17
+Copy the example environment file to create your .env file:
18
+
19
+```bash
20
+cp .env.example .env
21
+```
22
23
+Generate a new application key for your Laravel application:
24
25
26
+php artisan key:generate
27
28
29
+Set up your database by running the migrations:
30
31
32
+php artisan migrate
33
34
35
## Development Server
36
37
Start the development server on `http://localhost:8000`:
0 commit comments