Top "Laravel-5.3" questions

Laravel 5 is the previous major version of the open-source PHP web development MVC framework created by Taylor Otwell.

How to Fix Call to undefined function Symfony\Polyfill\Mbstring\iconv_strpos() Issue

I uploaded my Laravel project to server. It displays following error. How to fix it? Fatal error: Call to undefined …

php laravel laravel-5.3 iconv laravel-5.4
How to fix it Call to a member function diffForHumans() on string in laravel 5.3

Why when I use query builder instead there is an error on the function diffForHumans (), but if I use ELoquent …

php laravel laravel-5.3 mutators
Laravel Echo - default.a.channel is not a function

I'm trying to setup Laravel Echo with pusher, to implement real time notifications. First, i have installed Laravel Echo and …

laravel laravel-5.3 laravel-echo
Laravel 5.3 Notification Vs Mailable

I am a little confused about whether to use Laravel's Notification or Mailable class. From what I understand, Mailables are …

laravel laravel-5.3 laravel-mail laravel-notification
Laravel 5.3 : Passport Implementation - {"error":"invalid_client","message":"Client authentication failed"}

I followed the exact steps mentioned in the Laracast : What's New in Laravel 5.3: Laravel Passport to implement api authentication using …

php oauth-2.0 laravel-5.3 laravel-passport
use distinct with multiple columns in laravel

my table structure is as below date seller unit price total 05-06-17 abc 14 700 9800 05-06-17 pqr 12 600 7200 05-06-17 abc 10 520 5200 06…

laravel laravel-5.3 laravel-eloquent laravel-query-builder
Auth not working in Laravel Tinker

From within Tinker I am trying to: >>> Auth::loginUsingId(12); => false >>> Auth::user(); => …

laravel laravel-5 laravel-5.3 tinker
Laravel 5.3 Send Notification to Users without an account

With the Laravel 5.3 Notification feature, I see that the notifications are sent to users like this: $user->notify(new …

laravel laravel-5.3 laravel-mail laravel-notification
Passport - "Unauthenticated." - Laravel 5.3

I hope someone could explain why I'm unauthenticated when already has performed a successfull Oauth 2 authentication process. I've set up …

authentication laravel-5.3 laravel-passport