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

Create New Post Contact Us

Store settings in your database with Laravel App Settings

Laravel App Settings can be used to add settings manager with UI in your Laravel app.

Store settings in your database with Laravel App Settings

Building A Support Ticket System [5th Edition - Bootstrap 3]

# Chapter 3: Building A Support Ticket System

In this chapter, we will build a support ticket system to learn about Laravel main features, such as Eloquent ORM, Eloquent Relationships, Migrations, Requests, Laravel Collective, sending emails, etc.

Building Our First Website [5th Edition - Boostrap 3]

# Chapter 2: Building Our First Website

Now that we know how to install Laravel, let's start working our way into our first Laravel website. In this chapter, you will learn about Laravel structure, routes, Controllers, Blade templates, Artisa

Installing Laravel [5th Edition - Bootstrap 3]

> **Important:** The book now supports Laravel 5.6. This chapter is complete. We will be updating all chapters regularly to fix bugs and > mistakes.

# Chapter 1 - Installing Laravel {#c1il}

There are many ways to install Laravel. We can

Null Object Pattern in Laravel

Tihomir Tonov shows us how to use a design pattern called Null Object Pattern to deal with null responses.

Null Object Pattern in Laravel

Laravel Excel 3.1 has been released!

Patrick Brouwers introduces Laravel Excel 3.1 and shows us how to use it.

Laravel Excel 3.1 has been released!

3 simple ways to use Collection’s map method in Laravel 5

Sky Chin shows us 3 simple ways to use Collection’s map method in Laravel 5.

3 simple ways to use Collection’s map method in Laravel 5

Work with Laravel flash messages easily by using Laraflash

Laraflash is a good package which provides a handy way to work with the flash messages.

Work with Laravel flash messages easily by using Laraflash