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!

Upload multiple images using jQuery, Ajax, PHP

We have received many requests from our readers on how to upload multiple images using jQuery, Ajax and PHP without refreshing the page or on fly. So, we have written the simple tutorial about multiple images upload using jQuery, Ajax and PHP. In thi

How to fix Twitter’s share buttons (Twitter has removed the share counts)

Changes are coming to the way you see Twitter every day.

The microblogging site has redesigned Tweet and Follow buttons and is losing the share count - the displayed number of times a tweet has been shared -

In a post on the Twitter community

Create Stripe checkout form in Laravel

## Summary

In this tutorial I will create a simple Stripe checkout form. Form will be validated using Parsley.js (front-end validation) and then submitted to the server to create a Stripe customer and after that the customer will be charged with t

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.

Laravel 5 and AngularJS token based authentication Part 2

In this second part of the Laravel and AngularJS todo application tutorial using token based authentication we are going to build the frontend. It will be made completely separated by the Laravel application itself so the same things seen in this tut

Laravel 5 and AngularJS token based authentication Part 1

In a previous tutorial we have seen how to use Laravel as backend for our AngularJS application. We made a basic todo application but we didn’t consider anything about users. This time we want to create always the same todo application but we w