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

Create New Post Contact Us

7 Continuous Integration Tools for PHP Laravel Developers

Tomas Fernandez wrote a good tutorial on how to use 7 Continuous Integration Tools in Laravel 5.

7 Continuous Integration Tools for PHP Laravel Developers

Here are the links to download the latest Lumen and Laravel 5 docs in PDF/EPUB/MOBI

David Fernández releases up to date Laravel and Lumen books (Epub, Mobi and PDF versions) from the official Docs.

Here are the links to download the latest Lumen and Laravel 5 docs in PDF/EPUB/MOBI

Favorite Laravel packages I always install

James Mills lists some packages that he always installs when creating a new Laravel app.

Favorite Laravel packages I always install

Laravel and Laravel Manager for Devserver

Laravel and Laravel Manager for Devserver is a module for Devserver.

Laravel and Laravel Manager for Devserver

How to create Dedicated Query Builders For Eloquent Models

timacdonald shows us how to extract model scopes to a dedicated query builder class in Laravel 5.

How to create Dedicated Query Builders For Eloquent Models

Continuous Integration for your Laravel Application with GitLab CI

phpjobs has a good tutorial on how to add continuous integration to your Laravel app.

Continuous Integration for your Laravel Application with GitLab CI

Laravel Vendor Cleanup and Minify Commands

This package is used to remove tests and documentation from the vendor dir. Also, it minifies all PHP files in the vendor dir.

Laravel Vendor Cleanup and Minify Commands

Learn how to import Excel Files in Laravel

In this post, we share how to import excel spreadsheet data into Mysql in the Laravel framework. We'll use Maatwebsite Laravel Package for importing excel sheet data into Mysql database.

Learn how to import Excel Files in Laravel