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

Create New Post Contact Us

Easy way to manage menus in Laravel 5

Are you the type of person that writes menus by hand in view files or do you find yourself looking for the best place to store links to pages on your website? then Menu is for you!

Create a browsable horses profiles with laravel 5

We are going to build a browsable database of horse profiles. Visitors will be able to create pages for their horses and fill in basic information such as the name, date of birth, and breed of each horses. This application will implement the default

Uploading an image using Redactor in Laravel

There are a few different JavaScript libraries that can turn a form’s text area into a WYSIWYG editor. Redactor is a newer library but is very well coded and has gained quite a bit of popularity in a short amount of time. For this recipe, we&rs

Easy way to use Form Builder in laravel 5.1

In this tutorial, you will learn how to use Laravel’s form builder. The form builder will be demonstrated to facilitate the building of the following elements:

Form (open and close) Label Input (text, HTML5 password, HTML5 e-mail, and so o

Learn how to use Laravel with Sublime Text

One of the most popular text editors used for coding is Sublime Text. Sublime has many features that make coding fun, and with plugins, we can add in Laravel-specific features to help with our app. You can grab a copy of license key from dunebook.com

How to set trusted proxies for Laravel

Laravel 5 has a much nicer system for Middleware, which this package now takes advantage of.

New features include:

TrustedProxies are now set as in an HTTP Middleware, which makes more logical sense than the previous ServiceProvider. If you&rsq

Database versioning with the migrations system In Laravel

Until this point, we worked with the Schema class using some simple routes. Quite easy, but it’s not a very good practice. You know: the single responsibility principle is not just a bedtime story.

Also, it’s not just about the code: t

Add Role-based Permissions in Laravel

Entrust is a succinct and flexible way to add Role-based Permissions to Laravel 5.1