xyluz - Overview

Hi there ๐Ÿ‘‹

Nice to meet you!

I am Seyi Onifade. I write PHP, JavaScript and Python.

You can reach me on twitter

Looking Forward to meeting you!

Pinned Loading

  1. 1

    If you come across this, know that I spent hours trying to figure out what the problem was, and I am putting it out there to help others. Itโ€™s going to be short, and most likely uninteresting.

    3

    I was working on a small app, my tests were running well, except when I used assertEqualsI so I decided to use assertIdentical as an alternative for those tests that required Equal, basically, Equal is == while identical is === so, they could work interchangeably, just that you have to change the data type to get the desired result, a silly thing to do by the way (just putting it out there).

    5

    Anyway, this was the error:
  2. 1

    You need to have SSH access to your server, Its almost impossible and definitely unadvisable to deploy Laravel to a server with a file upload app like filezilla, for a lot of reasons, but mostly because of dependencies.

    3

    The first thing you need to check is; if your host server gives you access to SSH.

    5

    After checking with your host company, and ensuring you have SSH access, you can now install Laravel on your local machine, if you donโ€™t know how to do that, check this: https://medium.com/staybusyng/getting-started-with-laravel-69d288229de8