How can I use a dynamic custom 404 template in Laravel?
I have made a blogging application in Laravel 8. The application supports themes. The active theme sis set in the `setti...
Latest news, tutorials, and updates from the PHP community
6997 articles available
I have made a blogging application in Laravel 8. The application supports themes. The active theme sis set in the `setti...
I recently upgraded my Laravel application from Laravel 9 to Laravel 11, and I was using the following package for form ...
Lets say I have Website A, B and C. Some of them might be powered by a CMS and PHP. I want to use my up to date nginx in...
I'm building a custom MVC application in plain PHP (or name your framework). I have five distinct user levels (1=Guest, ...
I've created a custom validator in Phalcon by extending `Phalcon\Filter\Validation\AbstractValidator`. I implemented the...
The lumen framework seems to be end of life, with version 11 to be the last one released. So you could be bound to upgra...
I can't seem to find a definitive answer on how to test the following method using PHPUnit tests in Laravel. [Code Block...
I’m using PHP DebugBar in a Dockerized PHP project. DebugBar tries to load its CSS/JS assets from the vendor folder, but...
My Debian10 server wentdown and I've been trying to install all my pages and Apache2 server on another Debian (Debian 12...
I have a field in the users table "active" and I want this to be checked (1 for OK, 0 for not OK) as part of the login p...
In my symfony project I have this configuration upon `messenger.yaml`: [Code Block] And my Serialiazer is the following:...
I am using Composer version 2.2.25 Per https://getcomposer.org/doc/05-repositories.md#path, I have this structure: [Code...
Showing 805 to 816 of 6997 articles