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

Create New Post Contact Us

Create a News Aggregation Website with laravel

During this tutorial, we will create a news aggregation site. We will parse multiple feeds, categorize them, activate/deactivate them for our website, and display them on our website using PHP’s SimpleXML extension. The following topics will be

Create an E-Commerce Website with laravel

In this tutorial , we’ll code a simple book store example using Laravel. We’ll also cover Laravel’s built-in authentication, named routes, and database seeding. We’ll also elaborate some rapid development methods that come wit

Prevent Laravel Forge servers losing track of time

I recently ran into an issue where our Laravel Forge servers were falling out of sync with the actual time, some getting up to 5 minutes slow and one even going 7 minutes into the future. These servers had been running for 6 months without a restart,

Understanding Design Patterns in Laravel

In this article , we will discuss the design patterns Laravel uses, and how and why are they used, with examples.

The topics that will be discussed in this chapter are as follows:

- Design patterns used in Laravel

- The reasons these pattern

10 Things Every PHP Developer Should Know

Spend enough time around other developers, and you'll inevitably find that they are a knowledgeable bunch who typically enjoy solving problems and sharing opinions. After hanging around with the PHP developers on reddit's r/php, Mygaming ca

Laravel Elixir Version 3 is released

Laravel Elixir Version 3 is now available. You can view more information here:

https://github.com/laravel/elixir/releases

Upload Files to AWS S3 using Laravel 5

Uploading to Amazon S3 can be a great way to keep your files loading quickly with their CDN, and allow you to work more on your code, rather than your filesystem.

Laravel 5’s new FileSystem makes this easy, but lacks a lot of documentation f

Build An Url Shortener website with laravel

In this article, we’ll see how to build a URL Shortener website with the basics of Laravel framework. The covered topics include:

- Creating a database and migrating our URL Shortener’s table

- Creating our form

- Creating our Li