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
Dropzone is the best free library for drag and drop file uploads. It has a bunch of features and options so you can customize it in a number of ways.
In this tutorial I will create Laravel application with email authentication, but also I will use Laravel Socialite for Facebook, Twitter, Google+ and GitHub logins. It also posses user roles, email activation, re-Captcha on register form and much more.
Laravel Telegram Chat Bot Tutorial and Live Demo. Send messages from browser to Telegram group.
I often have to code image upload widgets for profile photos or some kind of image editing feature. Each website layout uses custom photo sizes and cropping those image on server side could cause image distortion.
Doing multiple database queries on each page load, or rendering page from many views can cause delays and bad user experience. This tutorial will teach you how to speed up Laravel site in 15 minutes.
In this tutorial you will learn how to display images uploaded in previous sessions in current Dropzone element.
APIs are everywhere and Dingo API is the best API package for Laravel framework. It posses built-in authentication, error handling, responses, pagination, rate limiting, transformers and much more...