Category: PHP
PHP8: Match Expressions
Danyal November 9, 2022
Switch statements in PHP are useful, yet clunky. Think of the new match expression in PHP 8…
Posted in PHP Tagged new features, php, php8, switch-vs-match
How to install all required PHP extensions for Laravel?
Danyal August 15, 2022
Problem This problem can occur while creating Laravel project via composer and the system is…
WordPress: Including CSS & JavaScript
Danyal November 1, 2021
While you are developing Wordpress theme, you may want to add custom stylesheets or javascript files.
Posted in CMS, Development, PHP Tagged themes, Wordpress
Laravel: Login with email or phone
Danyal March 18, 2021
How to login with phone or email in Laravel passport?
Posted in Code snippets, Laravel, PHP, Programming Tagged Authentication, LaravelPassport, login
Drupal: Working with filters criteria
Danyal January 11, 2021
A View filter restricts the entities displayed by the View to only those match the…
Posted in CMS, PHP Tagged content, developer, developers, drupal, filters, webdeveloper