Category: PHP
PHP vs Python vs Ruby on Rails Comparison
What is the best choice for website / server side web development?
PHP: How to convert stdclass to array
Let’s see how to convert single-dimension and Multi-dimension Object to Array.
Traits in PHP and Laravel?
This is a fact that in PHP you can only have single inheritance. That means a class can inherit from only one other class.
Shorthand comparisons in PHP
If you are a programmer then you may already know about comparison operators or shorthand comparisons.
What is the difference between a model and a repository
Repository actually allows you to separate your business logic from database layer (Model). Repository/Entity are…
Solved: local.ERROR: RuntimeException: The only supported ciphers are AES-128-CBC and AES-256-CBC with the correct key lengths
I got this issue while setting up LumenPassport in Laravel/Lumen micro framework. Error local.ERROR: RuntimeException:…
Solved: Call to undefined method Laravel\Lumen\Application::group()
You might have come across this issue while setting up LumenPassport When you are listing…
Upgrade Laravel 5.6 to 5.7 – Failed to clear cache
I upgraded my app from Laravel 5.6 to 5.7 by following official upgrade guideline. After…