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 f5d374a commit cd63b77Copy full SHA for cd63b77
README.md
@@ -17,14 +17,10 @@ Laravel Starter Base App Kit is a boilerplate for starting new Laravel projects
17
## Installation
18
19
To create a new project using this starter kit, run the following command:
20
-### default
+### default with jetstream
21
```shell
22
composer create-project lightszentip/laravel-starter-base-app
23
```
24
-### jetstream
25
-```shell
26
-composer create-project lightszentip/laravel-starter-base-app:dev-jetstream
27
-```
28
### filamentphp
29
30
composer create-project lightszentip/laravel-starter-base-app:dev-filamentphp
0 commit comments