Top "Laravel-5" questions

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

The Response content must be a string or object implementing __toString(), "boolean" given after move to psql

As soon as I move my Laravel App from MySQL to pSQL. I kept getting this error. The Response content …

php mysql laravel laravel-5 psql
Laravel Request getting current path with query string

Is there a Laravel way to get the current path of a Request with its query parameters? For instance, for …

php laravel laravel-5 laravel-request
Is there a default password to connect to vagrant when using `homestead ssh` for the first time?

I'm trying to connect to vagrant via homestead ssh: [email protected]'s password: But my public key password doesn't work. My …

ssh vagrant laravel-5 homestead
Laravel 5 error SQLSTATE[HY000] [1045] Access denied for user 'homestead'@'localhost' (using password: YES)

I have installed Laravel 5 successfully and changed MySQL credentials in database.php file in config directory to ' mysql' => [ …

php database xampp localhost laravel-5
Laravel 5 call a model function in a blade view

I want to build a blade view from 3 tables: "inputs_details" - fields: article_type (values: 'p' for product,'s' …

blade laravel-5
Laravel 5.2 - Use a String as a Custom Primary Key for Eloquent Table becomes 0

I am trying to use email as my table's primary key, so my eloquent code is- <?php namespace App; …

php mysql laravel laravel-5 eloquent
How to Install Font Awesome in Laravel Mix

I've tried to install Font Awesome using Laravel Mix but when executing run npm dev I get the following message: …

php laravel laravel-5 webpack laravel-mix
How to set the default value of an attribute on a Laravel model

How to set the default value of an attribute on a Laravel model? Should I set the default when creating …

php laravel laravel-5
What is the difference between find(), findOrFail(), first(), firstOrFail(), get(), list(), toArray()

What is the difference between these methods: find() findOrFail() first() firstOrFail() get() list() toArray() I've been using them and each …

php laravel laravel-5
How to install Laravel 5.0

I'm having trouble getting a test instance of Laravel 5.0 up and running so I can assist with this transition. 1) Creating …

php laravel composer-php laravel-5