A place where all members can share their Laravel & PHP tutorials, links, news, packages, etc.

Create New Post Contact Us

Import and export Excel and CSV files in Laravel 5

An eloquent way of importing and exporting Excel and CSV files inLaravel 5.* with the power of PHPOffice’s PHPExcel

Integrate sweetAlert in Laravel 5

Sweet alert is A beautiful replacement for JavaScript’s “Alert”

Easy way to manage themes in Laravel 5

Theme is a theme management for Laravel 5, it is the easiest way to organize your skins, layouts and assets. Right now Theme supports PHP, Blade, and Twig.

Easy way to manage widgets in Laravel 5

Are you the type of person that writes widgets by hand in view files or do you find yourself looking for the best place to store links to pages on your website? then this is for you!

Dealing with Eager loading and the N + 1 problem in Laravel

Every powerful tool must be used wisely. Relationships in Eloquent are no exception to the rule. Actually, one of the most common problems in using Eloquent is the N + 1 problem. To explain it, I will use an example as usual.

Let’s suppose t

Comparing Blade and Twig templates in Laravel

In my company, we use Twig instead of Blade for our Laravel projects. I know there are a lot of developers that also prefer Twig over Blade. So the question ‘Why choose Twig over Blade?’ often pops up. The reason is usually just a matter

Integrating Bootstrap Admin Template with Laravel 5

The example in this tutorial will be using a Bootstrap template from almsaeedstudio called “AdminLTE”. You can preview it here: http://almsaeedstudio.com/

You can find other admin templates at my previous post Most Popular Free Admin T

Dealing with files & uploads in Laravel 5

Laravel 5 includes the excellent Flysystem project for interacting with files both in the application filesystem, as well as popular cloud-based storage solutions such as Amazon Simple Storage Service (Amazon S3) and Rackspace. Filesystems are config