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

Create New Post Contact Us

Get thousands of courses to learn Laravel, PHP, Javascript, and many more for FREE!

We would like to let you know that Microsoft is now giving you a free Pluralsight 6-month Pro Subscription, which usually costs $250.

Get thousands of courses to learn Laravel, PHP, Javascript, and many more for FREE!

In place Editing with X-editable & Laravel

X-editable allows you to create editable elements on your page. It can be used with any engine (bootstrap, jquery-ui, jquery only) and includes both popup and inline modes. Let's have a quick look at implementing this in Laravel apps.

You ne

SERIES: Build an app with Laravel 5 (backend) and AngularJS (frontend) – Part 1

Baljeet Singh wrote a nice tutorial on how to use Laravel and AngularJS together.

SERIES: Build an app with Laravel 5 (backend) and AngularJS (frontend) – Part 1

Complete Guide To How Google Ranks Websites

Northcutt has provided an excellent complete guide about Google Ranking factors. (Click on the above link to view)

There’s a lot of information floating around these days about what makes a site rank higher in Google’s free5, organic l

Bootstrap 4 alpha is now available!

The first Bootstrap 4 alpha has been released. There are many new features:

**Moved from Less to Sass.**

**Opt-in flexbox support is here**

**Consolidated all our HTML resets into a new module, Reboot.**

**Brand new customization option

Laravel 5 Pagination and AngularJS

codetutorial wrote a tutorial on how to use the paginator of Laravel 5 with AngularJS

Cropping an image with Jcrop in Laravel

Image editing and manipulation can sometimes be a difficult thing to implement in our application. Using Laravel and the Jcrop JavaScript library, we can make the task much simpler

Create an autocomplete text input in Laravel

On our web forms, there may be times when we want to have an autocomplete text field. This can be handy for populating common search terms or product names. Using the jQueryUI Autocomplete library along with Laravel, that becomes an easy task.