I would like to add a cache-expires: never header to all requests for image resources being served....
I'm getting a "Undefined variable: data" error whenever this function runs. The $data vari...
This will work $posts = Post::paginate(6); This will not work $posts = Post::paginate(6); Cache::ad...
I need to setup menu style with property selected, and i want to use a controller name for that. {{R...
So i have a problem like this, also im a beginner in laravel and web-development, i am creating a sa...
I am trying to create a log in functionality for my application. I have a login view which post to a...
I have never done any sort of testing before, but I am about to start a new project that I would lik...
Hi, i need to get the real date. For example i put this code on my laravel app: echo date("d-m-...
Hello, how to send value for options in dropdown list from array, or how to convert output this code...
I need to make some HTTP calls from within my routes / controllers ... and I immediately assume that...
So, I've been getting all kinds of 405 errors within my logs. I finally decided to send myself an em...
I am building a application for a computer repair company. I have a images table: Schema::create('i...
I know you can update an array stored in a session like this Session::push('addresses.0', 'home'); S...
I'm working on a project that uses Laravel to generate and send custom email messages to a database...
Hello, i want to pass an array of all users that have in the field: number='1' My controller: publi...
I have following function. return Redirect::to('user/'.$id."#hash_tag") my expectation on...
I've followed the steps on the site to install a Homestead machine, but it doesn't work in my system...
I want to move some controllers into a package, but I also want to be able to test them. I've been a...
I have a Homestead vm running a nearly fresh install of Laravel 5.0 (dev-develop). I globally instal...
Hi, is there a laravel way of checking a file system to see if a .csv file exists? Thanks
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