Skip to content
View xyluz's full-sized avatar
🙃
🙃
Block or Report

Block or report xyluz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
xyluz/README.md

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. PHPUnit + CakePHP Error PHPUnit + CakePHP Error
    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.
    2
    
    
    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).
    4
    
    
    5
    Anyway, this was the error:
  2. Deploying Laravel to a Shared Hostin... Deploying Laravel to a Shared Hosting with SSH
    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.
    2
    
    
    3
    The first thing you need to check is; if your host server gives you access to SSH.
    4
    
    
    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