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

Create New Post Contact Us

Upload files to S3 and generate previews using Laravel

I recently put together a PHP client library for FilePreviews and immediately thought about putting together a blog post on how I’d use it. After 6 years, according to this repo, of not writing a single line of PHP, I looked into Laravel since

Laravel 5 simple search box using GET method

First of all, I know there are many ways to do this, and this might not be the best way to do it.

So what we are going to do is to add a search box text field in the upper left side of our table. Definitely it will search for any records containin

Creating Dynamic Dropdown in Laravel 5

There are times that you want to populate your input select based on another input selection. For instance, in State-City relationship where State has many City. So each State has its own City to address with. In your select input you don’t wan

Laravel Tactician — Command bus for laravel 5.1

If you like the Command bus stuff, you probably miss the commands in laravel, after the upgrade to 5.1 it was renamed to Jobs and even after that they stay really useful. However, there are some other approaches to this architecture and one of them

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