File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,23 @@ If you do a lot of experimentation with Laravel, this script can save you some t
7
7
(in the top section of the script), to configure packages you want to install (both prod and dev)
8
8
as well as some post-install actions and files to create.
9
9
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
+
10
27
11
28
## Who is it for
12
29
It's for Laravel developers. If you know PHP, the script should be self explanatory, if you don't
You can’t perform that action at this time.
0 commit comments