Sending Emails With Laravel
Chris Nwamba writing for Scotch.io has a new tutorial on sending emails with Laravel: Sending emails in web applications has become so essential. Marketing, notifications, newsletters, adverts, etc are...
View ArticleJavaScript Air featuring Taylor Otwell and Evan You
The latest JavaScript Air episode #16 is now out featuring Taylor Otwell and Evan You Vue.js is a JavaScript Framework for building reactive components for modern web interfaces. It allows you to write...
View ArticleStatamic v2 released on Laravel
Statamic the flat file CMS powered by markdown has been rebuilt from the ground up on Laravel 5.1 along with a brand new control panel. “Statamic 2 took a year of hard work, sweat, and whiskey tears,...
View ArticleLaravel Static Site Generator
Adam Wathan just released a new version of Jigsaw, a static site generator built using Laravel. Jigsaw is a framework for rapidly building static sites using the same modern tooling that powers your...
View ArticleSimplifying Conditionals
Jesse Schutt has a new tutorial on the Zaengle blog on Simplifying Conditional Expressions: As I’ve been reading through Refactoring by Martin Fowler, I’ve found it helpful to rewrite some of the...
View ArticleManage your Language files from Artisan
Laravel Langman is a new package that turns your console into a language file manager. It helps you search, update, add, and remove translation lines right from an Artisan command. Here is an example...
View ArticleSetting up Laravel on Windows with Laragon
Mario Bašić has a new tutorial series on setting up Laravel on Windows with Laragon. This tutorial comes in two parts and the first is an introduction to Laragon and the second is getting Laravel setup...
View ArticleDreamFactory open source API platform →
DreamFactory is a free open source REST API Platform for mobile, web, and IoT applications. DreamFactory instantly turns any data source into a comprehensive REST API platform. You don’t have to...
View ArticleComposer announces v1.0
The Composer project just announced the official release of v1 on its fifth birthday. Five years ago today, Composer was born. In some ways it feels like yesterday, at least it doesn’t feel like five...
View ArticleLaravel News Podcast #13
In this episode, we talk about Laravel Exception Reporter, Chrome Bandwidth limiter, Chrome extension to generate Laravel tests, Jigsaw, Helpspot Vault, Fixing MySql Memory, Sparkwatch, and Taxes. You...
View ArticleServer Monitoring Command for Laravel
Server Monitoring is a package that will periodically monitor the health of your server and website. It provides healthy/alarm status notifications for Disk Usage, an HTTP Ping function to monitor the...
View ArticleLaravel Cheat Sheet
Have you ever wanted a quick reference sheet for Laravel? The Laravel Cheat Sheet is a new project from the EST Group that shows you many of the Laravel features from a filterable web app. For those...
View ArticleFive resources for your Friday
Happy Friday! I know you are ready for the week to be over so here are five resources to check out while you are waiting for the weekend. AMA with Jeffrey Way → Jeffrey Way the founder of Laracasts did...
View ArticleLaravel Console Command Validation
Command Validator is a package that lets you validate Laravel Console Commands. Here is an example of its usage: use Illuminate\Console\Command; use Cerbero\CommandValidator\ValidatesInput; class...
View ArticleMaster the Perfect Split. Build Native Mobile Apps with JavaScript →
Ever feel torn when developing natively for iOS and Android? No matter which you choose to build natively, the other will have a lesser experience. That is, until now. The new Telerik® Platform...
View ArticleSetting up your own dot files
Dries Vints has a new tutorial on how he manages and sets up his dot files Dotfiles basically contain the preferred setup of your computer. They usually come with a setup procedure so you can easily...
View ArticleO RLY parody book generator
ThePracticalDev launched a new Slack bot that generates parody books. Insult your co-workers with snarky O RLY parody book covers. All without leaving Slack! I love fun little things like this. Also,...
View ArticleI Love Active Record T-Shirt
Laracasts has a new T-Shirt style available for purchase. Enough with the naysayers. They can take their SRP and shove it. You’re done feeling guilty over your love for Active Record. Am I right? If...
View ArticleLaravel Spark Intro Screencasts
Taylor just released a 12-minute intro and a five-minute configuration screencast for the new version of Spark that will be released next Tuesday. The video covers installation and setup, then goes...
View ArticleLaravel Spark Site is Live
The official site of Laravel Spark is now live and includes documentation for the upcoming release. Spark is a complete scaffolding for building a SaaS app including authentication, password reset,...
View Article