Laravel 5 is the previous major version of the open-source PHP web development MVC framework created by Taylor Otwell.
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.5I'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-paginateI'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.5I'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 guzzlehttpI 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-duskI'm trying to render a text input field in my view file. I keep getting this error: "Class 'form' not …
php laravel-5.5 laravelcollectiveI'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-socialiteCan 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-migrateThe 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-validationI 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