In this tutorial, we’ve built a simple e-commerce application. As you can see, thanks to Laravel’s template system and built-in authorization system, you can easily create huge applications. You can improve the application with third-party packages. the main package manager has been Composer. There is a huge library at http://packagist.org, which provides packages for image manipulating, social media APIs, and so on. The number of packages increase day-by-day, which are becoming, by default, Laravel compatible. We suggest that, before coding anything, you take a look at the Packagist website.

:) :)