Like for share this blog post:
4 comments
I had this bug where when I attempted to make a blog post, it wouldn't post. For those who know how Laravel works, basically I made an error in the web router where I wanted a POST request on creating the post. Well, instead of referencing the method that SHOULD have been called upon that post request, I was calling the one that should be called upon the same URL's GET request.
So if you think about it, instead of making the post, it would just reload the page But, I fixed it, and made sure the Laravel 5.5 code base was up-to-date. I'll be updating this DAILY until 5.5 is officially released. Then I'll blog about how easy it's become to build a website in Laravel, and keeping it up-to-date.
Emoticons you can use