Support the ongoing development of Laravel.io →
AtomicRSA

AtomicRSA

Joined 24 Jun 2015

Statistics

Threads 21
Replies 50
Solutions 7
Articles 0

Scan Barcode with Android to a page of a logged in user

Hi Peeps This is like a point of sale, the page will have a field for the customer number, amount an...

0 Likes
0 Replies

Json response removes key in array :(

Hi dd my array looks like this: array:8 [▼ 0 => "promo\1\images\2.jpg" 1 => &quo...

0 Likes
3 Replies
Solved

Android to Laravel

Hi Someone is developing an Android app for the website i am working on. This app will have two func...

0 Likes
3 Replies
Solved

Java not supported in Chrome and Edge. How do we develop for the future?

I was busy doing code to populate a second drop down with java and i realized that i may just be was...

0 Likes
3 Replies
Solved

Export to excel

Hi I use this to display data on my form after the user selected criteria for the report: @foreach($...

0 Likes
9 Replies
Solved
replied 9 years ago

How do I check if this object is empty?

if(empty($customer) { //do something }

0 Likes
Solved
replied 9 years ago

Flash messages not showing

Try this: if ($e instanceof \Illuminate\Session\TokenMismatchException) { Session::flash('error_...

0 Likes
replied 9 years ago

Export to excel

Thanks for that code spider. I do not know if loadView is suppose to show an excel spreadsheet, it j...

0 Likes
replied 9 years ago

Export to excel

I can now save a file to server like this: Excel::create(Auth::user()->id, function($excel) use(...

0 Likes
replied 9 years ago

Export to excel

This is the code in my controller $report_total = Termsale::Daterange($request->startdate, $requ...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2026 Laravel.io - All rights reserved.