Php – Creating Helper function is not working in codeigniter 4
in autoload.php
public $helpers = [
'general'
in autoload.php
public $helpers = [
'general'
My answer related to laravel
I have table in mysql. I came across that some columns I didn’t pass while
By upgrading Symfony from 4.4 to 5.4 I’ve taken an error
Argument 2 passed to SymfonyComponentAssetVersionStrategyJsonManifestVersionStrategy::__construct() must be an
i have problem with wptables extension in wordpress that i can not make dynamic url cell acording to wptables documentation
I’m trying to update to Symfony 7.0. So far the update was successful. Now, when I try to call one
In PHP 7.4, neither ZipArchive::setMtimeIndex nor ZipArchive::setMtimeName is available.
When creating Zip archives from files in PHP 7.4; files’ mtime
I’m using Laravel 10 (planning to switch to 11 soon) to expose an API. Below is a simplified version of
In php.ini where can I set the default "secure" parameter value to true for the setcookie() call(): https://www.php.net/manual/en/function.setcookie.php#:~:text=match%20all%20subdomains.-,secure,-Indicates%20that%20the
Tried modifying
My Laravel API is running on 127:0.0.1:8000.
Now I want to call to this API
Route::get('/task/{task_id}', [TaskDetailsController::class, 'index']);
from my
I think I do not understand how Docker volumes work. I have a docker compose file with an app service