I have the following in my controller, I want to get to the POST (store()) method of anotherControll...
Hello everyone, I get this error for the post method not for get method Symfony \ Component \ HttpK...
How do you assign data to and pull data from a variable in a laravel model? The normal way I do it i...
I am trying to make some information display in real-time on a site of mine. Followed this guide: ht...
I have a Kendo Ui grid in my laravel application. It uses laravel resource route for CRUD operation....
Hi, It is the first time I use Laravel. I start with a simple project, this is my routes file conten...
Hi, Is there any way to "redirect" user to another page without changing the address bar?...
I created two migration files: ####1st migration fiie: <?php use Illuminate\Database\Schema\Blue...
I keep getting this error here $regionID = $destinationQuery[0]->RegionID; It is when u'm trying...
Hello, I am setting up an app that's able to handle localized prefixes. I am basically using a tweak...
Just updated L5, and no more artisan route:scan command, so how to add new routes now?
Hi people. First of all, know that I'm a Laravel beginner, started working on it a week ago. So I ha...
I am using https://github.com/lavary/laravel-menu to build the menus for my site. The problem is the...
I have a page that makes two ajax requests fired by the same event, so they will be firing pretty mu...
Hi, i need to get the real date. For example i put this code on my laravel app: echo date("d-m-...
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...
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...
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