tmdh / laravel-kit

A desktop Laravel admin panel app
https://tmdh.github.io/laravel-kit/
GNU General Public License v2.0
1.26k stars 137 forks source link

Trouble getting output in Big Sur and PHP8 on XAMPP #31

Closed kidereo closed 2 years ago

kidereo commented 2 years ago

This looks a very promising and useful app! Thanks!

Unfortunately, I am unable to get output from the code in a tinkering session. All I get is >>> ... ... ... in the output window. The app recognizes PHP version fine.

tmdh commented 2 years ago

Can you please test if the issue still exists in master branch?

Build instructions

kidereo commented 2 years ago

I do not have yarn on my dev system, only npm. Tried installing yarn just now and got all kinds of errors, unfortunately. In the past I downloaded your .dmg release.

Can you update it, please? Would be happy to test. I still use your previous release for artisan commands. Love their implementation. Thanks!

tmdh commented 2 years ago

Here, https://github.com/tmdh/hello-world/releases/download/2.0.5-rc1/Laravel-Kit-2.0.5.dmg

kidereo commented 2 years ago

I am getting Output Error now. In Settings, php path is set to /Applications/XAMPP/bin/php and the app detects PHP version 8.0.10.

tmdh commented 2 years ago

Hi, Can you check if it's fixed in 2.0.5? It works on my mac.

kidereo commented 2 years ago

Still no luck on my end, I am afraid. No output error - in fact, there is nothing in the right pane at all. Must be something wrong with my setup. Interestingly, Tinkerun works.

Regardless, the functionality to list and run artisan commands in your app is very handy. Thank you!

tmdh commented 2 years ago

Thank you. Yeah. I didn't test it properly. I'll check on it soon. Will you be available to test the app later on your device?

kidereo commented 2 years ago

Certainly. I code with Laravel pretty much on a daily basis. Just give me a shout.

tmdh commented 2 years ago

Hi, Can you please test this build? https://github.com/tmdh/hello-world/releases/download/2.0.6-rc1/Laravel-Kit-2.0.6.dmg

kidereo commented 2 years ago

This seems to be working! I only had a quick look given it is weekend (and I am on PHP7.4 at the moment) but inspire quotes come up all right, which was not the case previously.

I am closing this as resolved. Thank you for fixing this!