Skip to content

Commit cff3ec5

Browse files
committed
chore: update project name and add composer scripts for phpstan and pint
1 parent d80f139 commit cff3ec5

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@
8181
],
8282
"pre-package-uninstall": [
8383
"Illuminate\\Foundation\\ComposerScripts::prePackageUninstall"
84+
],
85+
"phpstan": [
86+
"vendor/bin/phpstan analyse"
87+
],
88+
"pint": [
89+
"vendor/bin/pint"
8490
]
8591
},
8692
"extra": {

config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
|
1414
*/
1515

16-
'name' => env('APP_NAME', 'Laravel'),
16+
'name' => 'Pricore',
1717

1818
/*
1919
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)