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

Create New Post Contact Us

Ajax in Laravel - User Registration

Here's a quick way to use ajax and create a user registration page. On succesfull validation, the user is created and the page is updated with relevant data - both with static messages and user provided details. Of course, we throw the errors if

Memberships with Laravel Cashier

Learn how to create a basic membership website using Laravel 4 and Laravel Cashier

Learn how to use raw queries in Laravel 4

Learn how to use raw queries in Laravel 4

Learn to build an AngularJS application with Laravel 4

Learn to build an AngularJS application backed by a MySQL database using the Laravel 4.

Single Page Laravel Application

Good tips for building single page Laravel application by Eric L. Barnes