image validation size setting in codeigniter 4
How can I specify accurately the size of image to be uploaded in a ci4 application. I wanted to upload an image of 49.7kb but cannot because of size restriction.
How can I set the size to 5mb max? Currently I guess i set it to 5mb
My image rules are:
PHP CI4: How do I call a function without waiting for return?
I have a long running task that is called in the controller, but I don’t want the user to have to wait for a long time for the page to load. What is the recommended way to call the function asynchronously?
search data by column relation codeigniter 4
I have a problem with how to search for data according to keywords
Can’t read a session with CodeIgniter 4
We configure our project (CodeIgniter 4) to use the default suggested by CodeIgniter for session configuration, we only changed the name of the cookie.
Creating Helper function is not working in codeigniter 4
in autoload.php