Hello there. I'm creating a lightweight CMS in Laravel 5 and I'm having some questions about how I...
I just download laravel by github then when i run it from the browser it's shows Warning: require(J:...
I followed this guide to setup my server and install Laravel. I did everything as in the article, ho...
Hi, I am attempting to build an application on top of an existing database structure. I need to rela...
I'm busy creating a cms and in the backend I have a section where you can choose the layout of a pag...
Hi. everyone. I have a problem cycle. I do as a video https://www.youtube.com/watch?v=gxtuy9ZhDJw wo...
Hi, I would like to rename the query string param 'page' in pagination engine. I have seen that the...
I have a multi-tenant application using {company}.domain.tld. Is there a way for me to inject the co...
Is there a way to say laravel router to ignore parameters that dont match pattern instead of ignorin...
public function store() { // validate $rules = [ 'username' => 'req...
Hi, Here's what i got when i try to quote a string $string = "Because I'm happy"; $quoted...
Why are there so many packages on Composer that are specific to Laravel? Isn't the whole point of pa...
I need some help developing a non-Laravel-specific package. I understand how to create a new package...
I have function all($columns = array(*)); public function all($columns = array(*)){ return $this...
hello, look like to draw from the view to a method of a controller, for example in the view I have t...
So I'm attempting to authenticate my user's using Laravel's custom filters. I have my LDAP PHP scri...
Hello everyone :) First time writing in here, im working on a project, and im having some really ann...
Hey guys. I want to create a simple CMS with posts, categories and tags. Those models all have belon...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.