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

Create New Post Contact Us

Hello world, I am Laravel (5)

"So there is this thing called Laravel. You may have heard of it already, but you're not sure what it is actually about? Or you do, but want to know more about it and its great new features in version 5? Great, this post is especially for y

Configuring the Laravel 5 environment

This topic is quite interesting. Because you must not skip configuring you application when you develop with Laravel.

Before I wrote this tutorial, I do research on this topic. I just found a little tutorial and the tutorials are not easy to under

How to Setup Multiple Environment for Laravel 5 Developers Way

Hello Guys, Today i will teach you on how to setup multiple environment in using Laravel 5 Framework.

If you just heard Laravel 5 for the first time, take a look on their website you will see the advantage of using it and be A Web Artisans.

Integrate PayPal SDK Into Laravel 4 & Laravel 5

PayPal has release an official SDK to simplify our work. Here I want to show you how to integrate into Laravel. (Version 4 and 5)

Model Relationship to Itself

Laravel provides a nice and easy way to build model relationship using some methods like hasOne(), hasMany(), belongsTo() and belongsToMany() and each one of these methods are used for different kinds of relationships, for example, hasOne() used for

Using UUIDs with Laravel’s Eloquent ORM

By default, Eloquent uses an auto-incrementing integer as the primary key for its tables. While most of the time this is totally acceptable, sometimes there is a need for primary keys to be less predictable.

Creating Laravel AngularJS Application Series – Part 11

In this 11th video in a unset number in the tutorial series, we will go over setting up remote location modal windows. We will open up the logged in user data in a modal window that will allow the user to modify their profile details, and save it bac

No Tabs in IntelliJ IDEA

I often come across people complaining about some odd behaviour when it comes to editor tabs in IntelliJ IDEA or any of the other sister products such as WebStorm or PhpStorm. Some expect a different kind of behavior from tabs. Others want the abilit