How does one call a controller method from within the Queue class? This works in other Controllers:...
After a bit of searching online I think I know how to do this, but wanted to just make sure I haven'...
Hi, I have the url: http://website.com/attachments/myName.pdf But it is not working, because of the...
Tried to find some docs but nothing. I want to create several log files, for example: click log, vie...
I created my first Laravel (3.2) app awhile back on a VPS that I had. Now, the time has come for me...
At the moment I have a header.blade.php, i am currently checking if the user is logged in to decide...
Hi everyone, This is my first post here, so please bear with me if anything is missing. I have been...
Hallo, Can someone help me? i would like to make simple static website, i created menu using routers...
I and looking to do my own blog to go alongside my new site build but was wonder what people would s...
Hi , I want to use any Asset managment for my laravel 4.0 app . previously i have used codeselve ass...
Hello Guys. In my form there is an image in base64, to make a post the Laravel redirects to a white...
Hey guys. I just began to work with laravel. Sorry for bad English. So I've got a table named 'reque...
Emails are working fine everywhere else. I set up the password reset according to the docs. Everyt...
In the past I've done this on my own but I'm wondering if anyone knows of an open-source package to...
I don't know that anybody is necessarily having issues with this, but I have found myself hitting ht...
I gotta give up. I don't want to, but I got to, because trying to learn Laravel with very very limit...
Let's say, I have the following strong entities (and their attributes): Post (title, content) Tag (...
DB::table('users') ->join('contacts', function($join) { $join->o...
Hi all. Found this: https://gist.github.com/dariodiaz/7598665 Works great. Questions: How should I...
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.
The community