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

Create New Post Contact Us

Slack Custom Commands and Laravel to Make an American to British Translater

Laravel or anything you are comfortable with making a Route and Response will work fine really.

This "messaging as a platform" is a new world for me, challenging my way of thinking in many ways. Some things just do not need a authenticat

Diving Into a Laravel Audit

Introduction ------------

Recently the Zaengle team was asked to look over an existing Laravel application and give a review of the overall state of the code. We were to act as an independent third party, between a new studio who had inherited th

API Token Authentication in Laravel 5.2

I recently had the need to write a small url shortening application. I am aware that this problem has been solved quite a few times before, but what is being a developer if not reinventing the wheel just for the heck of it? Custom CMS anyone?

Know

7 Key Laravel 5.2 New Features & Improvements

Laravel is the most demanding framework in the PHP community with state of the art features and plugins. It is used for rapid application development with tested functionality and is maintained by a big community, having previous flagship framework k

Laravel 5.2: Morph Map

A new undocumented feature in laravel 5.2 was introduced: The Morph Map for morphTo relations.

We all know the polymorphic relations, they are a type of relation to link multiple models with one common model. For instance if you have a User and a

Importing demo data into a Laravel application

The on-boarding experience that your users experience when they are first getting to grips with your application will make or break you.

Trying a new application is time consuming and will require a lot of investment and so your potential customer

Host Laravel 5.2 in Openshift for Free

lets cut crap about intro and other stuff and head to main topic :D

Steps:

1. Create new account or login existing account in [Openshift][1].

2. Create new HHVM application or go to this [HHVM in Openshift][2] and set your domain name and ap

Creating an API using Laravel 5.1

This tutorial shows you how to create an API using laravel 5.1

Creating an API using Laravel 5.1