Bootstrap, Foundation, or Materialize styles for Laravel Pagination →
Duilio Palacios launched a new package that allows you to easily style the pagination links created by Laravel. After installing the package you can simply edit a config file and define which...
View ArticleLaravel Package: Optimus id transformation →
Jens Segers has a created a Laravel package to obfuscate ids named Optimus: With this library, you can transform your internal id’s to obfuscated integers based on Knuth’s integer hash. It is similar...
View ArticleDeveloper Spotlight: Freek Van der Herten
This is an excerpt from this week’s newsletter where I had the pleasure of doing a short Q&A interview with Freek Van der Herten from Belgium. Freek has been active with Laravel over the past few...
View ArticleLaraJobs – 1 Year Anniversary Sale →
Wow, it’s been a year since we launched LaraJobs and we couldn’t be more amazed at the results! We’ve placed hundreds of developers with great new Laravel gigs. To celebrate, we’re offering 25% off...
View ArticleProtecting Routes with Invoke →
Photo by Pixabay Chris Cornutt has a new tutorial showing how to implement the Invoke package with Laravel to restrict routes. For those not familiar with Invoke: The Invoke system helps you protect...
View ArticleSublime Text for PHP →
Matt Stauffer has a new post out with instructions for setting up Sublime Text for PHP developement. He sets the stage by showing all the features he feels is a “must have” that PhpStorm offers and...
View Article42 PhpStorm Tips and Tricks
This is a recording of the talk PhpStorm: 42 Tips and Tricks presented by Mikhail Vink at Dutch PHP Conference 2015, Amsterdam, the Netherlands. Also, check out the PhpStorm Tips and Tricks post with...
View ArticleToken Authentication for Laravel and Angular →
Ryan Chenkie writing for Scotch.io has a new in-depth tutorial on implementing Token-Based Authentication for AngularJS and Laravel Apps. This tutorial will demonstrate how to implement token-based...
View ArticleJWT Authentication for Lumen →
Mario Bašić has a new tutorial out showing how to implement JSON Web Token Authentication in Lumen. To get this all setup Mario used the jwt-auth package and had to install a few extra dependencies....
View ArticleLaravel Forge – New Features, New Design →
Laravel Forge just launched a new design and added a new feature for provisioning and managing load balancers. The new design was created by Jack McDade who also designed the primary Laravel site....
View ArticleHire and Get Hired with LaraJobs (Sponsor) →
LaraJobs is the best place to hire from within the Laravel community. Don’t just take our word for it though. “Listing our technical and non-technical jobs through LaraJobs was simple and quick, and...
View ArticleLaracon Schedule Announced
Laracon US will be held next month in Lousiville KY and time is running out to get a ticket. Currently, 350+ have been sold and will be the biggest Laracon yet. The full schedule has now been posting...
View ArticleTelegram Bot API PHP SDK →
Telegram recently launched a new API to allow developers to create their bots. Once created users can interact with bots by sending command messages in private or group chats. The official release of...
View ArticleCatch-All View Routing →
David Hemphill shares a tip for setting up a catch-all view route. He sets this up for a designer to quickly test out view files and that is a good use case. I’ve personally used a setup like this when...
View ArticleBackup to Dropbox →
Tim Leland has a new tutorial on how to back up your app and database to Dropbox. He utilizes the Laravel 5 Backup Package and Flysystem then shows you the steps involved in creating a Dropbox API app...
View ArticleEloquent JavaScript Second edition →
Eloquent JavaScript by Marijn Haverbeke recently released a second edition in the form of a free online e-book or paid paperback. The second edition was made possible by 454 financial backers and is...
View ArticleHire and Get Hired with LaraJobs (Sponsor) →
LaraJobs is the best place to hire from within the Laravel community. Don’t just take our word for it though. “Listing our technical and non-technical jobs through LaraJobs was simple and quick, and...
View ArticleLaravel Sydney – Live with Jeffrey Way
The Laravel Sydney user group had a special guest in their latest meeting. At 5:30am, his time, Jeffrey Way complete with blood-shot eyes and a massive coffee jar did a live question and answer...
View ArticleCurated list of Geek Podcasts →
Lately, podcasts have been the next big thing. Developers all across the world are creating them on a wide range of geeky topics but finding them all is sometimes hard. Carlos Villela decided to put...
View ArticleLaravel Media Library Package →
laravel-medialibrary: This Laravel 5.1 package provides an easy way to associate all sorts of files with Eloquent models. Storage of the files is handled by Laravel’s Filesystem, so you can easily use...
View Article