Hi, i want to save the referrer if a user comes to my site on the first request, so a session is cre...
I am a beginner for the laravel. I am using laravel 5.0. I created a middleware and I pass the param...
Routing in laravel is Route::get('/', array('uses' => 'HomeController@index')); I want to choose...
I have this and return Object of class Illuminate\Database\Eloquent\Builder could not be converted t...
Hi there, I am trying to get access to the HTTP request in my route model binding closure. This is b...
Hey, is it possible to get the number of days that have passed since a given timestamp, but only the...
I have a problem, I was working on my app, and it was working allright, but today, when I started my...
Hi guys, I'm fairly new to Laravel (and web dev), but I'm trying to build a project for work. I'll t...
I’m trying to run a SOAP service on my Laravel 5.1 app. I got it working, but there’s one little ann...
I want to persist changes to Attendance model table, but I get this error: FatalErrorException in At...
In Laravel 4 I was able to extend the router class to add API format functionality (.json, .xml, .ph...
I am having issues with try catching a guzzle request. I know the auth will fail but I am trying to...
I currently have this code: $sidebar = Post::where('published', '=', '1')->orderByRaw("RAND(...
I cannot get an image to upload from a form using laravel 5. I have set 'files' to true but it still...
Hello, I've been stuck on this for a couple of hours. Oddly enough other routes have not had this pr...
Hello, I have this scenario: Route::group([ 'middleware' => ['reservation'], 'prefix' =&g...
I have a SettingsController and in routes.php this will work: Route::get('settings', array( 'us...
Im getting this error randomly,i search it and it seems that this happens if you havent set an app k...
I have been stuck on this for a while even after reading other questions & docs from Laravel. I...
So I want to add a new condition for registered users to be allowed to login. In the database, there...
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