Top "Laravel-5.2" questions

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

Search object by slug and not by id

I'm a relative beginner with Laravel (using version 5.2.3) and have been working through tutorials on Laracasts and then doing a …

laravel laravel-5 eloquent laravel-routing laravel-5.2
Changing column in Laravel migration causes exception: Changing columns for table requires Doctrine DBAL

I'm trying to change the max length of one of my columns in table reserves in one migration. The code …

laravel laravel-5.2 database-migration
Laravel : How to hide url parameter?

Here the scenario is I want to pass a variable which will be send from one page to another and …

laravel laravel-5 laravel-5.2 laravel-routing
Laravel dynamic breadcrumbs with links

I am trying to implement dynamic breadcrumbs in laravel with links. I successfully render the breadcrumbs but without links by …

laravel laravel-5.2 breadcrumbs adminlte
laravel excel get headers and maatwebsite

I want to get only my excel first column that will be column name. I am using this code Excel::…

excel laravel-5 laravel-5.2 maatwebsite-excel
Fatal error: Call to undefined method GuzzleHttp\Client::request() with Guzzle 6

I'm using Guzzle 6 with Laravel 5.2. I'm trying to access a simple internal API: use GuzzleHttp\Client; $client = new Client(['base_…

php laravel guzzle laravel-5.2
Adding new property to Eloquent Collection

Trying to add new property to existing collection and access that. What I need is something like: $text = Text::find(1); //…

laravel laravel-5 eloquent laravel-5.2 laravel-collection
How could i create carbon object from given datetime structure?

I use laravel, i need to create carbon object from the timestamp that i received. TimeStamp : 'yy-mm-dd HH:mm' ex. …

php laravel laravel-5 laravel-5.2 php-carbon
Auth::guest() returns true for both logged in and logged out users

I am new to laravel and so I was trying to create a small project for learning purpose. I have …

php laravel laravel-routing laravel-5.2 laravel-middleware
Laravel Password Reset Route not found

I'm trying to complete my password reset in laravel 5.2. Everything works, up until the last part. When I enter my …

php laravel laravel-5.2 password-recovery