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

Create New Post Contact Us

How to Submit JSON POST Requests in Lumen

Sending a JSON encoded entity to a RESTful API is a common need, and a JSON payload is actually pretty slick and convenient. It eases the pain of form-encoded strings when sending post data, and makes it easier to structure complex data that’s

How to deploy Laravel applications on shared hosting

The simple guide to deploy Laravel and Lumen application on shared hosting.

For a quick version of the guide (many of you might already read about it), read my post on medium, "The simple guide to deploy Laravel 5 application on shared hostin

How to Consume Laravel API with AngularJS

Sitepoint shows you how to consume Laravel API with Angularjs.

How to Consume Laravel API with AngularJS

How To Increase Developer Productivity With Laravel

Laravel is a web application framework with expressive, elegant syntax. It attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, and caching.

Laravel is

Koel - A personal music streaming server that works. One of the best Laravel apps.

Koel (also styled as koel, with a lowercase k) is a simple web-based personal audio streaming service written in Vue at the client side and Laravel on server side. Targeting web developers, Koel embraces some of the more modern web technologies &ndas

Sharing Laravel Homestead Sites

So you’re working on one of your many sites running inside Laravel Homestead, but you want to get some feedback from a collegue and would like them to access your site.

Or you are working with an external API that requires access to your de

Building A Support Ticket System - Dutch

> *Important: This is a stable version. Let us know what you liked or may have disliked. We will be updating all chapters regularly to fix bugs and mistakes.*

> *Note: We've updated this chapter to support **Laravel 5.2**.

# Chapter

Building Our First Website - Dutch

> *Important: This is a stable version. Let us know what you liked or may have disliked. We will be updating all chapters regularly to fix bugs and mistakes.*

# Chapter 2: Building Our First Website

Now that we know how to install Laravel, l