Skip to content

Support laravel 13#101

Closed
tamang-manindra wants to merge 3 commits intoNativePHP:mainfrom
tamang-manindra:support-laravel-13
Closed

Support laravel 13#101
tamang-manindra wants to merge 3 commits intoNativePHP:mainfrom
tamang-manindra:support-laravel-13

Conversation

@tamang-manindra
Copy link
Copy Markdown

Add Laravel 13 support with Symfony 8 compatibility and CI updates

@gwleuverink
Copy link
Copy Markdown
Collaborator

Duplicate of #96

@gwleuverink gwleuverink marked this as a duplicate of #96 Mar 24, 2026
@ismaail
Copy link
Copy Markdown

ismaail commented Apr 8, 2026

I tested with dev-main branch.

composer update works with this changes.

-"laravel/framework": "^12.0",
+"laravel/framework": "^13.0",
-"laravel/tinker": "^2.8",
+"laravel/tinker": "^3.0",
-"nativephp/desktop": "^2.1",
+"nativephp/desktop": "dev-main"

php artisan native:run starts the app

* * * Running from source * * *
Starting PHP server...
PHP Server started on port:  8100
Process [queue_default] spawned!

The app window shows up and immediately disappears, the process still running in the background.

and in the browser it shows this error:
Notice: file_put_contents(): Send of 55 bytes failed with errno=32 Broken pipe in /home/username/.../app_folder/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php on line 21


OS: Arch Linux
PHP: 8.5 (I copied the vendor bin php-8.4.zip to php-8.5.zip, the app worked fine in Laravel 12)
NativePHP: 2fc06e03 from main branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants