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.

Laravel ERROR: Class 'Collective\Html\HtmlServiceProvider' not found after running composer require laravelcollective/html in CMD

NOTE: No answer from this thread has helped me, so far. And, I think more than 4 hours of unproductive searching …

php laravel laravel-5.3 laravel-form
Call to undefined method Illuminate\Database\Query\Builder::withAccessToken()

This error has come up when I use postman with the api.php file. Using the documentation example of Laravel 5.4 …

php laravel-5.3 laravel-5.4 laravel-passport
Module not found: Error: Can't resolve 'fs'

I working on a Laravel 5.3 project. I am getting below errors when I am running gulp command in CMD. Could …

laravel gulp webpack laravel-5.3 laravel-elixir
Laravel 5.3 How to show Username in Notifications Email

I am trying to add the user's first name in the notification emails. At the moment, Laravel notification emails starts …

laravel notifications laravel-5.3 laravel-mail laravel-notification
How to add page number for every page in laravel dompdf?

I get from here : https://github.com/barryvdh/laravel-dompdf My controller is like this : public function listdata() { $pdf=PDF::loadView(…

php laravel pdf laravel-5.3 dompdf
How can I set comparison datetime in validation laravel?

I use laravel 5.3 My laravel validation like this : <?php namespace App\Http\Requests; use Illuminate\Foundation\Http\FormRequest; class …

laravel validation datetime laravel-5.3 required
Laravel echo with socket.io

I want to listen for server side event on javascript side. I found this package for that: https://github.com/…

laravel websocket socket.io laravel-5.3 laravel-echo
Laravel 5.3 Auth block user

I have a question, I'm currently developing a little site with Laravel 5.3 and I'm using the Basic Auth from them …

laravel authentication laravel-5.3 laravel-authorization
Laravel passport installation error

I've just downloaded the latest laravel 5.3 and I'm trying to install passport, but I'm getting the following composer error: Your …

php laravel composer-php laravel-5.3 laravel-passport
Getting error command does not exist in task scheduling Laravel

I am following this tutorial: https://www.sitepoint.com/managing-cronjobs-with-laravel/ but when I type in command line php artisan make:…

php laravel laravel-5.3 laravel-scheduler