Skip to content

Tag: php

Mkdir do not create folder and no Errors shown. (PHP) [closed]

Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 7 years ago. Improve this question I need some help with mkdir in my .php file. It’s not creating the d…

Custom pagination view in Laravel 5

Laravel 4.2 has the option to specify a custom view in app/config/view.php such as: This is gone in Laravel 5 at least regarding view.php. Is there a way to replicate this behavior in Laravel 5? Answer Whereas in Laravel 4.2 I would use: In Laravel 5 you can replicate the above with the following: Now in the …