Patryk Godowski

Results 4 issues of Patryk Godowski

Hi Is it possible that two urls: mysite.com/admin mysite.com/admin/ show the same? I did $router->add('admin/', ['controller' => 'Home', 'action' => 'index', 'namespace' => 'Admin']); $router->add('admin', ['controller' => 'Home', 'action' =>...

I have this error with PHP Version 7.3.2. Works good with 7.4.4. `Fatal error Uncaught exception: 'ParseError' Message: 'syntax error, unexpected 'array' (T_ARRAY), expecting function (T_FUNCTION) or const (T_CONST)' Stack...

Hi I installed TinyMCE by composer. So we have path "/vendor/tinymce/tinymce/tinymce.js" How should I include this to my twig html? All js I have in public/js/ - shoud I move...

Hi I have a problem with some videos with some codecs. I'm trying to use mp4box to check which codec doesn't work. But I don't understand how to do this....