Skip to content

Commit a56344e

Browse files
wip docs for new prompts and make command
1 parent 95a1b2f commit a56344e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ composer require --dev jasonmccallister/laravel-preset
2525
php artisan preset jasonmccallister
2626
```
2727

28+
Follow the prompts on which database to use and what packages to include in the project.
29+
2830
Now all that is left is to run the following command:
2931

3032
```bash
@@ -58,8 +60,10 @@ There are a few things of note with this file:
5860
The preset will prompt you to install some recommended first-party packages.
5961

6062
1. [Laravel Dusk](https://github.com/laravel/dusk)
61-
1. [Laravel Horizon](https://github.com/laravel/horizon)
62-
1. [Laravel Telescope](https://github.com/laravel/telescope)
63+
2. [Laravel Horizon](https://github.com/laravel/horizon)
64+
3. [Laravel Telescope](https://github.com/laravel/telescope)
65+
4. [Laravel Scout](https://github.com/laravel/scout)
66+
5. [Laravel Socialite](https://github.com/laravel/socialite)
6367

6468
> Note: if you select to install Horizon, the preset will also prompt you to use the horizon command instead of `queue:work`. Again this is optional but recommended when using Horizon.
6569
@@ -81,6 +85,7 @@ The preset will also install a `Makefile` with a lot of helpful commands. Here i
8185
- `make ssh` will "ssh" you into the app container with a bash shell
8286
- `make ssh-queue` the same as the `ssh` command but will give you a bash shell in the queue container
8387
- `make tag` will tag your docker image
88+
- `make tinker` runs `php artisan tinker` inside the app container
8489
- `make testdox` runs phpunit with the `--testdox` flag for prettier output
8590
- `make up` is used to start all of your services
8691
- `make xdebug` will install the xdebug PHP Extension inside of your app container

0 commit comments

Comments
 (0)