Laravel cover

Laravel

by David Carr

Every company that I’ve ever worked for benefits or can benefit from data imports. These usually come in the form of spec sheets or pricing updates. What I found that was really interesting is that people prefer to take the manual approach with these imports. Others will take a more semi-manual approach in which they transform the excel sheet manually to fit their database structure, and then import the sheets into their tables directly. Importing CSV or Excel documents into your current system should be a piece of cake. If you’re an experienced Laravel developer and your company already utilizes Laravel, then this should be an easy integration. If you’re not using Laravel currently, you can still utilize the teachings in this small book to create a service that works with your existing database architecture.

More by David Carr