Laravel 5 is the previous major version of the open-source PHP web development MVC framework created by Taylor Otwell.
I have created a file with name dummy.blade.php which has the following code <!DOCTYPE html> <…
php laravel-5.2 html-email email-templatesHow 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 adminlteI 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 cpanelReading through this SO thread I have read that I can create a new macro to create custom form inputs. …
laravel-5.2 laravelcollectiveI 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 laravelcollectiveI 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-builderI'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 fluentAs 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-providerIssue: 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-propertyI 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