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

Create New Post Contact Us

Flash Messages in Laravel 5

This lesson covered some basic steps in displaying different flash message styles in your Laravel apps. First Step: Creating Flash Message in the Controller

public function store(OfficeRequest $request) { Office::create($request

50 Laravel tricks

An awesome collection of Laravel tricks shared by Yitzchok Willroth aka Coderabbi at php[world]. He even includes some Laravel 5.2 specific tips.

Laravel-Excel: export Eloquent Models results easily

Today I want to share with you my own presentation made in my home city Vilnius (for those who don’t know – it’s a capital of Lithuania, Baltic States, here’s a map) where we organised a local Laravel community meetup.

I&rs

10 Laravel packages everyone should know [SLIDES]

Today I want to share with you my own presentation made in my home city Vilnius (for those who don’t know – it’s a capital of Lithuania, Baltic States, here’s a map) where we organised a local Laravel community meetup.

I&rs

How to fix Twitter’s share buttons (Twitter has removed the share counts)

Changes are coming to the way you see Twitter every day.

The microblogging site has redesigned Tweet and Follow buttons and is losing the share count - the displayed number of times a tweet has been shared -

In a post on the Twitter community

LARAVEL SHOP (Laravel 5.1 Package)

Laravel Shop is flexible way to add shop functionality to Laravel 5.1. Aimed to be the e-commerce solution for artisans.

Laravel shop adds shopping cart, orders and payments to your new or existing project; letting you transform any model into a s

Upload files in laravel 5

Upload files or images in laravel 5

It’s easy to working with files or images in laravel 5. we can easily validate and upload files in laravel 5. laravel 5 have it’s own functions to make files upload easy and fast. i am sharing some c

In place Editing with X-editable & Laravel

X-editable allows you to create editable elements on your page. It can be used with any engine (bootstrap, jquery-ui, jquery only) and includes both popup and inline modes. Let's have a quick look at implementing this in Laravel apps.

You ne