Learn to throttle logins with Laravel →
Matt Stauffer has a new tutorial out on the new Login Throttling feature in 5.1. This post is a continuation of his new features in Laravel 5.1 series. He starts talking about why login throttling is...
View ArticleVivifyScrum – Organize your work and reach your goals (Sponsor) →
We are not astronauts, automotive engineers or managers. We are software engineers working in a scrumbased web development company. Our mission is to always be committed to users and their needs, so...
View ArticleGetting Started with BDD in Laravel →
Bruno Skvorc has written a new tutorial on getting started with BDD in Laravel. For many developers BDD is a complicated subject, and getting started with it the right way often does not come easy –...
View ArticleLearn how to setup a Mac for local PHP development →
I wrote up a new tutorial on my personal site about how to set up a Mac for local PHP development. I use Homestead for my VM and cover the installation and setup of it as well. Give it a read.
View ArticleWhat to expect at Laracon
The annual Laravel conference is just a few days away. This year not only features the most attendees ever but an excellent line up of speakers and interesting topics. This is the third conference...
View ArticlePSA: Hide your .git/config directory
photo by pixabay A lot of developers have horror stories about doing stupid things that cause security issues. A few years ago I was creating an open source app and accidentally committed and pushed up...
View ArticleLaravel SearchIndex package now supports Algolia →
Freek Van der Herten has updated his search index Laravel package to now support the Algolia search API. Earlier this year I made a package to easily work with a searchindex in Laravel. Basically, it...
View ArticleLaracon Live Day 1
Welcome to the live blog for Laracon. The event is scheduled to start at 9:30am EST and this page will auto refresh as new posts are made. No need to refresh. If you are at the event be sure and use...
View ArticleMatt Stauffer: Leveraging Laravel Slidedeck →
Slidedeck from Matt Stauffer’s Laracon talk about Leveraging Laravel. Links referenced in the slides: http://giscus.co/ http://github.com/tightenco/giscus
View ArticleLaracon Live — Keynote
Below are the insights and analyses from the Laracon US 2015 keynote.
View ArticleLaracon Live — Day 2
Welcome to the live blog of the second day of Laracon. Today leads off with Jeffrey Way from Laracasts. This live blog is made possible by Laracon sponsors:
View ArticleJosh – Laravel Admin template with CRUD generator (sponsor) →
Josh admin template + front end + CRUD generator is a bootstrap based admin + frontend built for Laravel developers. Using CRUD you can quickly generate model, controller, views optimized for Josh...
View ArticleLaracon Louisville Recap
Laracon Louisville just ended and not only was it a ton of fun, but I had the chance to meet so many new people both inside and outside the Laravel community. The setting for this years Laracon was at...
View ArticleLaravel URL Signer Package →
This Laravel package is designed to make creating secure URLs with a limited lifetime easy. The accompanying blog post also includes more back story on why it was created. Basically to use in emails...
View ArticleLaravel OAuth 2.0 Server →
Laravel OAuth 2.0 server bridge package is an authorization server and resource server for both Laravel and Lumen. This package is a bridge from thephpleague OAuth Server by Alex Bilbie.
View ArticleLaravel Podcast 33 – Laracon, Spark, and Vices →
The latest Laravel Podcast is up. In this episode, the crew discuss Laracon, Laravel Spark, and Vices. While discussing the conference, they talked about the dressing rooms at the Kentucky Center and...
View ArticleStydeNet Html package →
StydeNet Html package is a collection of Laravel PHP classes designed to generate common HTML components, such as: Menus Alert messages Form fields Collection of radios and checkboxes This is an...
View ArticleLaravel Caffeine Package →
Caffeine For Laravel is a package designed to prevent users CSRF token from timing out on your site while filling out a form. Mike, the package creator, wanted to have a secure way to make life easier...
View ArticleSponsor: Vehikl →
Vehikl is an active part of the PHP community specializing in web app development using the Laravel framework. They have successfully worked on projects with both startups and enterprise-level...
View ArticleUnderstanding the Composer Lock File →
Dayle Rees has a new tutorial on the Composer Lock File. It’s time to run composer install again. This time, Composer will see that you have a composer.lock file in the directory. Instead, of finding...
View Article