PHP Collective
You must join and become a Member of the collective to propose an article.
You must join and become a Member of the collective to propose an article.
Stay up to date
We'll highlight new content in your collectives with a blue activity indicator on navigation items and posts.
Manage preferences
Articles
Browse articles with relevant PHP tags
5 articles
Pinned
59
votes
5k
views
2 minute read
Start learning PHP — Useful resources for beginners and advanced
Start learning PHP — Useful resources for beginners and advanced!
If you're wondering where to start from learning the PHP language or needing some more knowledge to deep dive into the language, you ...
0
votes
84
views
9 minute read
Quick guide to Laravel package development
Contents
Introduction
Types of packages
Characteristics of a package
The Laravel package!
Components of a Laravel package
Example of a Laravel package
Creating your Laravel package
1- Package ...
2
votes
603
views
2 minute read
Properly removing API from Laravel project
Sometimes a development team may decide to remove all API functionality from a Laravel project for various reasons, such as:
No longer needing any API, and shifting focus to web application with ...
9
votes
2k
views
1 minute read
How to trim (or non-breaking space) in PHP?
The main problem is the way trim() function works.
One cannot reliably trim a substring using this function, because it takes its second argument as a collection of characters, each of which would be ...
25
votes
57k
views
3 minute read
Evolution of Type Declarations in PHP
Introduction:
PHP, being a dynamically typed language, traditionally allowed flexibility in variable types, providing both advantages and challenges in code maintenance and robustness. However, with ...
Members can contribute articles
Simply submit a proposal, get it approved, and publish it.
See how the process works
Simply submit a proposal, get it approved, and publish it.
See how the process works