Hi All, I am working on one web application that needs the functionality to open some files or open...
Hi All, I am beginner for Laravel 4.2. I want the raw query should print an array like 1, 2, 3, 5, 9...
Please try the below code.. public function postContact() { $from = Input::get('email...
Hi, You can try array_first() function to print first array. [https://laravel.com/docs/5.2/helpers#m...
Hi, I hope the below code will help you.. if ($file = Input::file('pic')) {...
Hi, For example i have a excel macro file in the local system. I am using common web application for...
The Laravel portal for problem solving, knowledge sharing and community building.
The community