Tag: php
PHP vs Python #2: Variables
What is variables? Variables are used to store information to be referenced and manipulated in a…
PHP vs Python #1: Syntax
Let’s take a look at the syntax of both languages PHP & Python.
PHP vs Python: Intro
PHP and Python both are really strong backend languages, in this article series we will compare PHP vs Python from scratch.
PHP vs Python vs Ruby on Rails Comparison
What is the best choice for website / server side web development?
Laravel: update vs fill
Let’s take a look at the difference between update and fill of Eloquent methods.
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.
Laravel: Usage of old() in form when editing
Best practice to show old value when editing a form in Laravel?
Laravel 5.8: what is new?
According to Laravel official documentation, version 5.8 comes with continued improvement in framework features. Features:…
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…