Skip to content

Commit 4b48642

Browse files
committed
update for laravel 10
1 parent 2a68460 commit 4b48642

File tree

4 files changed

+3431
-2676
lines changed

4 files changed

+3431
-2676
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,4 @@ typings/
108108
# FuseBox cache
109109
.fusebox/
110110

111+
.ide/*

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ An Starter Kit For Laravel Projects.
1111
1-Install the package via composer:
1212

1313
```bash
14-
composer require xmen/starter-kit
14+
composer require xmen/starter-kit --with-all-dependencies
1515
```
1616

1717
2-Publish and run the migrations with:
1818

1919
```bash
2020
php artisan vendor:publish --provider="Xmen\StarterKit\StarterKitServiceProvider" --tag="migrations"
2121
php artisan vendor:publish --provider="Spatie\MediaLibrary\MediaLibraryServiceProvider" --tag="migrations"
22-
php artisan vendor:publish --provider="Spatie\Permission\PermissionServiceProvider" --tag="migrations"
22+
php artisan vendor:publish --provider="Spatie\Permission\PermissionServiceProvider"
2323
php artisan migrate
2424
```
2525

composer.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,20 @@
1717
],
1818
"require": {
1919
"php": "^7.4|^8",
20-
"fx3costa/laravelchartjs": "^2.8",
21-
"rtconner/laravel-tagging": "~4.0",
22-
"spatie/laravel-medialibrary": "^9",
20+
"fx3costa/laravelchartjs": "^3",
21+
"rtconner/laravel-tagging": "~4.1",
22+
"spatie/laravel-medialibrary": "^10",
2323
"spatie/laravel-permission": "^5",
2424
"spatie/laravel-sluggable": "^3",
25-
"te7a-houdini/laravel-trix": "^2.0.8",
26-
"teamtnt/laravel-scout-tntsearch-driver": "^11.0",
27-
"thiagocordeiro/laravel-translator": "^1.1"
25+
"te7a-houdini/laravel-trix": "^2.0.9",
26+
"teamtnt/laravel-scout-tntsearch-driver": "^12.0",
27+
"thiagocordeiro/laravel-translator": "^1.2"
2828
},
2929
"require-dev": {
30-
"friendsofphp/php-cs-fixer": "^2.16",
31-
"orchestra/testbench": "^5.0",
32-
"phpunit/phpunit": "^9.3",
33-
"psalm/plugin-laravel": "^1.2",
34-
"vimeo/psalm": "^3.11"
30+
"friendsofphp/php-cs-fixer": "^v3",
31+
"orchestra/testbench": "^8.0",
32+
"psalm/plugin-laravel": "^v2.8",
33+
"vimeo/psalm": "5.*"
3534
},
3635
"autoload": {
3736
"files": [

0 commit comments

Comments
 (0)