Podcast: Laravel Valet with Taylor Otwell and Adam Wathan
Laravel Valet is a new high-speed development environment by Taylor Otwell and Adam Wathan. In this special edition episode of the Laravel News Podcast Eric and Jack are Joined by Taylor and Adam as...
View ArticlePodcast: Laravel Echo, Valet, and PHP-FIG implosion
In this episode, we talk about Laravel Echo and new changes to Valet. Show Links Laravel Echo Laravel Valet PHP-FIG is imploding
View ArticlePodcast: Jack reads the news
Jack reads the laravel related news this week. Eric is off this week. All the news from issue 105 of the Laravel-News.com newsletter. Laravel is turning 5 Original "Introducing Laravel" post from...
View ArticlePodcast: A look at what's coming to Laravel 5.3
A look at what's coming to Laravel 5.3 Building a Status Board using Laravel and Vue Oh my zsh Auto embed email package Using Webmin admin console (youtube video by Roy Verrips) Tip of the day: Make...
View ArticlePodcast: Refactoring to Collections with Adam Wathan
In this week's Laravel News podcast we have Adam Wathan on to talk about his book Refactoring to Collections and a new package MailThief. Show Links Refactoring with Collections Mailthief Full Stack...
View ArticlePodcast: Laracon, Laravel 5.3 Advanced Where, October CMS, Canvas
In this episode, we discuss Laracon Live Streaming, the new advanced where for Collections, and a few new apps and packages. Show Links Laravel Helper Functions Advanced Where in Collections Laravel...
View ArticlePodcast: The Laracon US 2016 Special With Taylor Otwell, Evan You, Chris...
A special "Laracon" edition of the podcast. In this episode, we chat with Taylor Otwell, Evan You, Adam Wathan, and Chris Fidao about their talks at Laracon, projects they're working on, getting the...
View ArticleDreamFactory API automation for any database (sponsor)
DreamFactory auto-generates a rich API platform from nearly any SQL or NoSQL database. In addition to automatically generating REST endpoints for data and schema, DreamFactory offers parameters for...
View ArticleLaravel Lambo – A package to quickly scaffold out a new project
Laravel Lambo is a new package by Tighten.co that allows you to quickly scaffold out a new Laravel application from your terminal. It works similar to laravel new but supercharged. For example, you...
View ArticleLaravel 5.3 is now released
The Laravel team is proud to announce the release of Laravel 5.3 and it’s now available for everyone. The new features in 5.3 are focused on improving developer speed by adding additional out of the...
View ArticleLearn about Grant Types in Laravel Passport
OAuth2 is a security framework that controls access to protected areas of an application, and it’s mainly used to control how different clients consume an API ensuring they have the proper permissions...
View ArticleScratch and Win Contest
To have a little weekend fun I’m running a Laravel themed giveaway. How it works is you enter your name and email and then using your mouse you scratch over the elephant to see if you win. That’s all...
View ArticleUpgrading your Laravel Application with Laravel Shift
We’ve covered Laravel Shift before and it’s a commercial project that will take a Laravel app and automatically upgrade it or shift it to the next version. This site was running Laravel 5.2 and now...
View ArticleAuthentication Enhancements in Laravel 5.3 – Sponsor
TLDR Laravel 5.3 was released at the recently concluded LaraconEU conference. Laravel 5.3 ships with a lot of new features and awesome improvements to different sections of already existing features....
View ArticleController Construct Session Changes in Laravel 5.3
Back in laravel 5.2, a developer was able to interact with the session directly in a controller constructor. However, this has changed in laravel 5.3. The difference between how the 5.3 & 5.2...
View ArticleVue.js 2.0 RC4 is now available
Today Vue.js released it’s fourth V2 release candidate and this version is primarily a bugfix release with one new feature. A new Async component function now supports returning a Promise. Note if you...
View ArticleSimple Regex Language is aiming to simplify Regular Expressions
Simple Regex Language is a new PHP package that aims to simplify regular expressions using a cleaner written word approach to the syntax. Here is an example of validating an email address: begin with...
View ArticleEasily deleting old soft-deleted records with Quicksand
When building applications, there are times when you would like to allow users to remove data from their view but keep the record in the database. An example could be allowing a user to delete their...
View ArticleHow to Create A Most Popular List with Laravel and Google Analytics
Here on Laravel News, I wanted to generate a list of the most popular posts for the past seven days and display the results from most popular to least popular. To solve this problem I thought of two...
View ArticleImproved model generation with Laracademy Generators
Laravel provides the Artisan command line tool that allows you to save time by including several generators. Some examples include make:controller, make:model, and make:migration. Building on top of...
View Article