Hi Peeps This is like a point of sale, the page will have a field for the customer number, amount an...
Hi dd my array looks like this: array:8 [▼ 0 => "promo\1\images\2.jpg" 1 => &quo...
Hi Someone is developing an Android app for the website i am working on. This app will have two func...
I was busy doing code to populate a second drop down with java and i realized that i may just be was...
Hi I use this to display data on my form after the user selected criteria for the report: @foreach($...
Try this: if ($e instanceof \Illuminate\Session\TokenMismatchException) { Session::flash('error_...
Thanks for that code spider. I do not know if loadView is suppose to show an excel spreadsheet, it j...
I can now save a file to server like this: Excel::create(Auth::user()->id, function($excel) use(...
This is the code in my controller $report_total = Termsale::Daterange($request->startdate, $requ...
The Laravel portal for problem solving, knowledge sharing and community building.