I use https://github.com/Maatwebsite/Laravel-Excel easily enough. IN my composer file it reads
"require": {
"maatwebsite/excel": "~2.0.0",
},
and referenced as
\Excel
Good luck.
Add this namespace and it should work if the package has been installed: <code> use PHPExcel_IOFactory; </code>
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community