Laravel 5 is the previous major version of the open-source PHP web development MVC framework created by Taylor Otwell.
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.2I'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-migrationHere 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-routingI am trying to implement dynamic breadcrumbs in laravel with links. I successfully render the breadcrumbs but without links by …
laravel laravel-5.2 breadcrumbs adminlteI 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-excelI'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.2Trying 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-collectionI 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-carbonI 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-middlewareI'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