Jiwon

Results 8 comments of Jiwon

Hello, I encountered the same problem as @rextech03. There's nothing on the page. I tried this whole tutorial in Laravel 5.8. There are no errors anywhere. Where could I find...

PHP version?? Do you mean this project needs a lower version of PHP? But composer.json file says like this. ``` "require": { "php": ">=5.6.4", ```

I am having the same issue. any luck without downgrading to 1.85 version? !_!

@imsujinpark You saved my day! Yes switched to the release version solved the problem, thank you!

Could you explain more specific? I looked for the log file and it doesn't help much. For now, I can't find any errors related to this problem. Do you mean...

Oh, I understand and checked it. Thank you for your help! :D

@yoeunes Thank you for your reply. I tried what you suggested `composer require yoeunes/toastr::^2.3` then it says ``` [UnexpectedValueException] Could not parse version constraint :^2.3: Invalid version string ":^2.3" ```...

@yoeunes oops, nevermind. it was because my composer version. I was able to update to 2.3. However, the situation that showing up twice is still exists.