Top "Laravel-5.4" questions

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

Undefined variable: title (View: C:\xampp\htdocs\myproject\resources\views\categories\index.blade.php)

I try to make a page index.blade, but i getting error Undefined variable: title (View: C:\xampp\htdocs\myproject\…

laravel model-view-controller laravel-5.4 php-7.0
axios preflight fail error 301 using vue.js

I've got a Laravel 5.4 API, that works fine in Postman and the Browser. Localhost works fine- Laravel 5.4 is running on …

vue.js cors laravel-5.4 axios preflight
Laravel - How to pass variables to middleware through route group?

This is my route group, Route::group(['middleware' => 'checkUserLevel'], function () { // my routes }); And this is my middleware checkUserLevel, public …

php laravel-5 laravel-routing laravel-5.4 laravel-middleware
Pusher is not defined! Laravel 5.4 with Laravel Echo

I don't know what is wrong with my codes Here's my app.js /** * First we will load all of this …

vuejs2 laravel-5.4 pusher
Unable to upload an image in Laravel 5.4

Using Laravel 5.4, I'm tring to setup a form where a user can enter a food name and its image. While …

php laravel laravel-5 laravel-5.4 intervention
Private channel not working with Laravel echo server

I'm getting this JS error on the console: app.js:167 Uncaught ReferenceError: receiverId is not defined Here is my complete …

laravel websocket socket.io laravel-5.4 laravel-echo
Laravel 5.4 gives Wrong COM_STMT_PREPARE response size

I'm working on a website and it worked fine the past month, suddenly yesterday it crashed and says Wrong COM_…

mysql laravel mariadb laravel-5.4 mysql-connector
Laravel 5.4 sometimes validation rules not working

I am trying to validate a date field only if it is present. It was working fine before I upgraded …

laravel laravel-validation laravel-5.4
Laravel 5.4 - How to override route defined in a package?

I have created a package in Laravel 5.4 that sets up a basic backoffice. This package contains several routes that are …

php laravel laravel-5.4 laravel-routing