Skip to content

Commit bd16d80

Browse files
authored
Merge pull request #1137 from tastyigniter/4.x
Release v4.0.3
2 parents c4fa12e + 0116aa5 commit bd16d80

File tree

11 files changed

+11
-99
lines changed

11 files changed

+11
-99
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<a href="https://packagist.org/packages/tastyigniter/TastyIgniter"><img src="https://poser.pugx.org/tastyigniter/flame/downloads" alt="Total Downloads"></a>
66
<a href="https://github.com/tastyigniter/TastyIgniter/blob/master/LICENSE.txt"><img src="https://img.shields.io/github/license/tastyigniter/TastyIgniter.svg?label=License&style=flat-square" alt="License"></a>
77
<a href="https://github.com/tastyigniter/TastyIgniter" title="PHP Versions Supported"><img alt="PHP Versions Supported" src="https://img.shields.io/badge/php-8.3%20to%208.4-777bb3.svg?logo=php&logoColor=white&labelColor=555555"></a>
8-
<a href="https://crowdin.com/project/tastyigniter"><img src="https://badges.crowdin.net/tastyigniter/localized.svg" alt="Crowdin"></a>
8+
<a href="https://translate.tastyigniter.com/engage/tastyigniter/"><img src="https://translate.tastyigniter.com/widget/tastyigniter/svg-badge.svg" alt="Translate"></a>
99
<a href="https://twitter.com/TastyIgniter"><img src="https://img.shields.io/twitter/follow/TastyIgniter.svg?label=Follow" alt="Twitter"></a>
1010
</p>
1111

composer.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"require": {
3737
"php": "^8.3",
38-
"laravel/framework": "^11.0",
38+
"laravel/framework": "^12.0",
3939
"laravel/tinker": "^2.10.1",
4040
"tastyigniter/core": "^4.0"
4141
},
@@ -62,7 +62,8 @@
6262
},
6363
"scripts": {
6464
"post-autoload-dump": [
65-
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
65+
"@php artisan config:clear",
66+
"@php artisan clear-compiled",
6667
"@php artisan package:discover --ansi"
6768
],
6869
"post-update-cmd": [
@@ -72,7 +73,12 @@
7273
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
7374
],
7475
"post-create-project-cmd": [
75-
"@php artisan key:generate --ansi"
76+
"@php artisan key:generate --ansi",
77+
"@php artisan migrate --graceful --ansi"
78+
],
79+
"test": [
80+
"@php artisan config:clear --ansi",
81+
"@php artisan test"
7682
]
7783
},
7884
"extra": {

config/filesystems.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
'local' => [
3434
'driver' => 'local',
35-
'root' => storage_path('app'),
35+
'root' => storage_path('app/private'),
3636
'throw' => true,
3737
],
3838

themes/demo/_layouts/default.blade.php

Lines changed: 0 additions & 30 deletions
This file was deleted.

themes/demo/_pages/error.blade.php

Lines changed: 0 additions & 11 deletions
This file was deleted.

themes/demo/_pages/home.blade.php

Lines changed: 0 additions & 26 deletions
This file was deleted.

themes/demo/_partials/footer.blade.php

Lines changed: 0 additions & 10 deletions
This file was deleted.

themes/demo/_partials/head.blade.php

Lines changed: 0 additions & 5 deletions
This file was deleted.

themes/demo/_partials/payregister/cod.blade.php

Whitespace-only changes.

themes/demo/screenshot.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)