Skip to content

Commit c07def0

Browse files
authored
Update README.md
1 parent 32c96cd commit c07def0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ If you do a lot of experimentation with Laravel, this script can save you some t
77
(in the top section of the script), to configure packages you want to install (both prod and dev)
88
as well as some post-install actions and files to create.
99

10+
Out of the box, it installs the following packages for prod:
11+
- filament/filament
12+
- spatie/laravel-backup
13+
- patie/laravel-tags
14+
- spatie/laravel-ray
15+
- spatie/laravel-responsecache
16+
17+
For dev, it installs the following:
18+
- nunomaduro/larastan,
19+
- pestphp/pest-plugin-laravel
20+
- laravel/pint
21+
- rector/rector
22+
23+
It then publishes any suggested config files for the above packages and creates the following files:
24+
- rector.php
25+
- phpstan.neon
26+
1027

1128
## Who is it for
1229
It's for Laravel developers. If you know PHP, the script should be self explanatory, if you don't

0 commit comments

Comments
 (0)