I am using Laravel Spark Next and I am trying to create a free plan. My application is charging users "Per seat" (# of projects) My application, however, will a
I'm newbie in Laravel, and follow a free course in Laracast. This is link of my course my_cource (episode 11 at 2:49s). Summary of my problem: I'm trying to mak
I just installed PHP 8 and I have this error appears? How do I fix it? Fatal error: Declaration of OM\Db::query(string $statement) must be compatible with PDO:
I am trying to install Imagick extension on windows 10 with PHP version 8.0.3 but getting below error PHP Warning: PHP Startup: Unable to load dynamic library
Let's say I have 3 scripts, the main/top one which includes second which in turn includes a third. Let me draw that so it be clear. [top level script] -> [se