Hi, this is my update function for my Keyword model. I know that it is terrible and I would want to...
Hello everyone... I'm using Laravel 5.2 to develop an API for my iOS Application and I have a proble...
I tried using the following: Request::header('Accept-Language'); however it will always return &quo...
Hi, I'm graduated in Computer Science, and I've learnt that middlewares are "translators",...
Hi I am trying to access the sale data in a relationship array, this is my query and json output on...
Hi, I'm having about 6 on one of my website routes. None of them is duplicate. Is this number still...
how to create PUT and DELETE method CSRF POC. of simple html post method
I'm making an AJAX request with which the user can create a directory. But if the user uses a Cyrill...
Hi all, I've been hour find tutorial about Ratchet and Laravel. Almost results I got was used for Ch...
Every thing is working fine but facing issue in when I get the response from Google. The contacts a...
I'm using laravel 5.2, when I load (using base auth) /register on a modal via Ajax and I hit submit...
Here's my view @extends('app') @section('content') {!! Form::open(['url' => 'person', 'class'...
so my front end peeps would like the following url structure. site.com -- home page site.com/city na...
I have a model class namespace App\Http\Controllers\widget\v1\Models; use Illuminate\Database\Eloqu...
Hello, I'm working on a small browser based game and am currently using Route::groups, one with just...
Do know guys how to limit number files that can be uploaded, like max of 5 files per upload?
I have a resource route in my application and I think the update method is never called because ther...
When I create an item: Model::create('field' => 'attribute', 'field2' => 'attribute2'); This w...
Hi Guys! I started to implement Socialite in may L5.1 app, and I already done with Google and Facebo...
Is it possible to configure Laravel to generate https links for urls and assets ? Why? Our website 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