Top "Laravel-5.5" questions

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

Failed validation returns default error message even though custom messages supplied

I'm not getting the response I expect. This is the controller code for a Location web-service request: <?php namespace …

laravel laravel-5 laravel-validation laravel-5.5
Laravel How to display $hidden attribute on model on paginate

I'm using Laravel 5.5. I read about this and know this function and it works makeVisible $hidden = ['password', 'remember_token', 'email']; …

php laravel laravel-5.5 laravel-paginate
Invalid datetime format: 1366 Incorrect string value

I'm getting this error: SQLSTATE[22007]: Invalid datetime format: 1366 Incorrect string value: '\xBD Inch...' for column 'column-name' at row 1 …

php mysql laravel mariadb laravel-5.5
How to add headers in Guzzle http

I'm building a small application in Laravel 5.5 where I'm using Guzzle Http to get call the api url and get …

php laravel laravel-5.5 guzzle guzzlehttp
How to solve Exception It is unsafe to run Dusk in production in laravel 5.5?

I upgrated my project from laravel 5.4 to laravel 5.5 , I dont have any problem in local env but in server i …

php laravel laravel-5.5 laravel-dusk
Class ' Form' not found in view-file.blade.php

I'm trying to render a text input field in my view file. I keep getting this error: "Class 'form' not …

php laravel-5.5 laravelcollective
Class 'App\Http\Controllers\Auth\User' not found

I'm trying to implement Socialiate for Laravel 5.5 using this guide https://scotch.io/tutorials/laravel-social-authentication-with-socialite. Data is returned properly from …

php laravel-5.5 laravel-socialite
Refresh laravel migration for specific table

Can I run php artisan migrate:refresh for specific table? Or can I refresh specific table migration in general? I …

laravel migration migrate laravel-5.5 artisan-migrate
Laravel 5.5 - Validate Multiple Form Request - at the same time

The question is already asked here for a previous version of laravel and not yet answered. I have a html …

php laravel validation laravel-5.5 request-validation
How to resolve the error: SQL authentication method unknown in Laravel-MySql

I using docker and I have a container of Laravel Framework 5.5.25 and other with mysql Ver 8.0.11 for Linux on x86_64 (…

php docker docker-compose laravel-5.5 mysql-8.0