Pushman – Open Source Web Socket Manager →
Pushman is an open source web socket event manager. It allows you to push events over HTTP to your own Pushman server which will push event information down to a client via a Web Socket. Pushman...
View ArticleConfiguring Custom Logging in Laravel 5 →
In this tutorial, Fred Muya shows you how to setup custom file logging. He covers over-riding the ConfigureLogging class, adding a new namespace to Composer, and updating both Http/Kernel.php and...
View ArticleLaravel and E-Commerce Book
Yesterday I officially announced a new book that I’ve been co-authoring with W. Jason Gilmore. Easy E-Commerce using Laravel and Stripe is a fun, hands-on guide to building an online store. You’ll...
View ArticleShedding light on Lumen
Chris Pitt recently gave a talk at the Wellington Laravel meetup about Lumen: The recent release of Lumen may have left you with the questions; “how is this different from Laravel, and should I be...
View ArticleBuild a todo app with Vue.js →
Laracasts has started a new series on Vue.js. This first 30-minute episode covers building a todo app from scratch and really shows the beauty and simplicity of the framework. Future episodes will...
View ArticleLaravel in South Korea
Laravel has been ranked the most popular framework for the past two years and it’s starting to make its way all over the world. In South Korea, the XpressEngine CMS is moving to Laravel for its 3.0...
View ArticleMaking Dependable – A New Tutorial Series →
Chris Pitt started a new tutorial series on building an application named Dependable: I work at SilverStripe. Aside from the framework and CMS modules, we have many smaller modules to maintain. And...
View Article6 Tricks for Laravel Collections →
Jeff Madsen has a new post covering six tricks for working with Laravel collections. His tricks cover the follow methods: find() where() where() & lists() implode() groupBy() as a union Using find...
View ArticleWhen Microservices and SPAs Aren’t the Right Answer →
In the latest episode of the Five Minute Geek show, Matt Stauffer talks about micro-services and when they aren’t the right answer. Give it a listen if you’ve had questions such as, “when should I use...
View ArticleLaravel Podcast Episode 28: Laravel 5.1 and Conspiracy Theories →
The latest Laravel podcast is out. This week the crew talk a lot about features coming to Laravel 5.1 and more: New documentation Resolving a service from blade Elixir changes ECMAScript 6 Vue.js and...
View ArticleBooting Eloquent Model Traits →
Simon Archer posted a new tutorial on booting Eloquent model traits: If you have a static function on your trait, named boot[TraitName], it will be executed as the boot() function would on an Eloquent...
View ArticleThe Role of a Senior Developer →
Matt Briggs on the role of a senior developer: A senior developer stops classifying developers based on their knowledge, and instead understands that there is a spectrum of strengths and weaknesses....
View ArticleStart a newsletter with Laravel Forge and Sendy →
Matt Stauffer created a new tutorial on how to setup Sendy, the self-hosted newsletter app, with Laravel Forge. When I started the Laravel Newsletter, Sendy was the app I started with. By utilizing...
View ArticleQuick tip – Applying coupons to Stripe subscriptions →
Over on the Easy E-Commerce book site I wrote a quick tutorial on adding Stripe coupons using Laravel Cashier. Cashier really is fantastic! Quick tip – Applying coupons to Stripe subscriptions is a...
View ArticleHomestead Skeleton Package →
Joe Ferguson released a new Homestead Skeleton that allows you to have a homestead environment per project. The purpose of this is package is to easily provide the Laravel Homestead Vagrant environment...
View ArticleLumen Art
ninjagrl has started creating paintings that are inspired by the names of open-source projects, services, PHP community lingo, and related technical jargon. This latest release is inspired by Lumen....
View ArticleBuild A Link Sharing App With Laravel →
Vegibit has a new twenty-two step tutorial demonstrating how to build a link sharing app with Laravel. They cover all the steps from setting up Homestead through building out all the controllers and...
View ArticleInstall Laravel on Shared Hosting →
Laravel is ideally suited for a server you manage, but it can be installed on shared hosting. To help those with shared hosting, Pete Houston created a guide to get you up and going. The guide covers...
View ArticleLaramap – A directory of Laravel developers →
Laramap is a new directory site where developers can sign up and add themselves to a worldwide map. If enough people sign up then it could be a cool resource to find people close to your area....
View ArticleLaravel 5.1 is released
Laravel has just announced the immediate availability of v5.1. This marks the first release in Laravel’s history to offer long-time support. Let’s look at some of the new features and also learn more...
View Article