Laravel 5 is the previous major version of the open-source PHP web development MVC framework created by Taylor Otwell.
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.4Why when I use query builder instead there is an error on the function diffForHumans (), but if I use ELoquent …
php laravel laravel-5.3 mutatorsI'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-echoI 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-notificationI 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-passportmy 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-builderFrom within Tinker I am trying to: >>> Auth::loginUsingId(12); => false >>> Auth::user(); => …
laravel laravel-5 laravel-5.3 tinkerWith 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-notificationI 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-passportI am beginner in laravel 5.3 and i have added href link to my html form it's get an error like …
php laravel laravel-5 laravel-5.3 laravelcollective