Upload mp4, file to large

I am running kirby locally via terminal
Trying to upload a mp4 file but its to large.
How can I change the file size that is allowed.
I can only find old post and cant find the php.ini file.

You can check with phpinfo() where this file is located.

But I guess this

I am running kirby locally via terminal

means that you are using PHPs built-in server? It’s pretty limited.

I’d suggest to use a proper development environment, we recommend Laravel Herd, but you can find other options here: Choosing a local dev environment | Kirby CMS

1 Like