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

Create New Post Contact Us

Real-time Apps with Laravel 5.1 and Event Broadcasting

In Laravel 5.1, the framework includes functionality called broadcasting events that makes it easy to create real-time apps in PHP. With this new functionality, an app can publish events to various cloud-based real-time PubSub solutions, like Pusher,

Translators

Here is a list of our current translators:

1. **Chinese:** Duanxiaoqiang

2. **Portuguese:** Fabrizio Machado

3. **Russian**: Rustam Infinite

4. **Arabic**: Ihab Shoully

5. **Spanish**: Alejandro Abraham

6. **Urdu:** Umar Farooq Aw

Laravel Homestead: debug an API with Xdebug and cURL in Sublime Text

There are a few tutorials out there about how to set up Sublime Text and Xdebug so they play nice together. The good news is that in our case, Homestead has covered the configuration of Xdebug for us: the tool is already available and reporting for d

Creating custom packages with Laravel 5

One of the great things about Laravel is it’s flexibility. In this tutorial we are going to go through every step of developing our own custom package, from coding to deploying our package on Packagist and Github for other developers to use. Le

Building Our First Website

> *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

Installing Laravel

> *Important: This is a stable version. If you use Laravel 5.3 or newer, please read the **2nd edition**. Let us know what you liked or may have disliked. We will be updating all chapters regularly to fix bugs and mistakes.*

# Chapter 1: Instal

AdminLTE template Laravel package

A Laravel package that switch default Laravel scaffolding/boilerplate to AdminLTE template, which is free!

- - - - - - -

Alternatively, you may use the popular Josh Laravel Admin template:

![https://0.s3.envato.com/files/103061860/Josh%20Sc

How to Build a Basic Laravel CRUD App Part 2

In the previous part, we’ve bootstrapped our Laravel CRUD application by creating the database, some controllers, basic routes and simple views. In this part, we’ll wrap things up and implement proper CRUD.