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.

Sending HTML email templates using Laravel

I have created a file with name dummy.blade.php which has the following code <!DOCTYPE html> <…

php laravel-5.2 html-email email-templates
Integrate Admin LTE with laravel

How to integrate/embed Admin LTE with laravel 5.2. I have found tutorials but can't get..Can anyone tell the procedure …

laravel-5.2 adminlte
How to use cPanel email accounts to send confirmation emails in laravel?

I have uploaded my laravel project onto the production server. Locally, I was using my personal gmail account to send …

laravel laravel-5 laravel-5.2 cpanel
How can I include html within a form label using Laravel Collective?

Reading through this SO thread I have read that I can create a new macro to create custom form inputs. …

laravel-5.2 laravelcollective
Laravel | Checkbox state on edit page

I have a create page for a new Case in Laravel 5, where I can link services to the case. The …

php laravel checkbox laravel-5.2 laravelcollective
Get Data from Multiple Tables Laravel

I am trying to build a coupon site in Laravel. Each merchant has their own deals/coupons. I have been …

php laravel laravel-5.2 laravel-query-builder
distinct() with pagination() in laravel 5.2 not working

I'm trying to use distinct() with pagination() in laravel 5.2 with fluent and it's given result proper but pagination remain same(…

php laravel pagination laravel-5.2 fluent
Use of service providers within controllers in Laravel 5.2

As for the title I've goggled about two hours searching for a efficient answer and read repeatedly the official documentation, …

php controller laravel-5.2 service-provider
Attempt to assign property of non-object - Laravel 5.2

Issue: Converting my Laravel 4 code to Laravel 5.2. I'm at the point of moving and converting my views and cannot get …

laravel laravel-5.2 object-property
how to validate the csv file while uploading in laravel?

I am using laravel framework 5.2. I am using Maatwebsite Excel package i have succesfully installed and succesfully imported CSV format …

php mysql laravel-5.2 maatwebsite-excel