Learn Laravel in Spanish →
Duilio Palacios has started creating articles and videos for learning Laravel in Spanish. The concept behind it is similar to the Laracasts Fundamentals series just targeted to the Spanish and Latam...
View ArticleLaravel 5 Artisan Tail Command →
Laravel 4 added an Artisan command to tail the laravel.log file on a remote connection. This feature was removed from Laravel 5 and I have to assume this is because of a change to using daily log...
View ArticleNeo4j Graph Eloquent Driver for Laravel →
NeoEloquent: A Laravel package aiming to bring Eloquent support for the Neo4j graph database. This package supports almost all Eloquent operations even including migrations and seeding. Neo4j Graph...
View ArticleHow to install PHP5 and MCrypt in Yosemite →
Mike Bronner has a new tutorial showing how to install the latest version of PHP from a binary that includes the MCrypt extension. The advantage of setting it up this way is it’s easy to remove without...
View ArticlePlacePhant – Elephpant placeholder images →
A Simple placeholder service for the PHP lovers out there, featuring lovely elephpants. Neat little placeholder images for your next project. PlacePhant – Elephpant placeholder images is a post from...
View ArticleBlackfire on Laravel Forge →
It was recently announced that Homestead now includes the Blackfire profiler from SensioLabs. This is now built-in with Laravel Forge. This means that all you have to do to start profiling your apps on...
View ArticleLaracasts – Advanced Eloquent →
Laracasts has started a new video series that is going to cover advanced Eloquent topics. This should be a great series as lots of questions arise around how to best use Eloquent and give you an...
View ArticleLaravel Dot Env Generator →
laravel-dot-env-gen is a Laravel package to automatically generate and regenerate your .env file. To give an example of how this could be beneficial lets pretend we are cloning an existing Laravel...
View ArticleCartalyst Sentry Vulnerability →
Cartalyst has reported a security vulnerability with their popular Sentry auth package. The fix has been released for both the 2.0 and 2.1 branches. It is highly recommended that anyone using this...
View ArticleEnhancing Envoy Deployment →
A few weeks back, Servers for Hackers released a video showing you how to do Capistrano style deployments with Envoy. In this new 18-minute video learn how to create a more advanced Envoy deployment...
View ArticleLast day for Laracon Early Bird Tickets →
Laracon 2015 is coming to Louisville in August and today marks the final day to get an early bird discount. If you purchase tickets today you will save $74. Also, a new round of speakers have been...
View ArticleLaravel Admin Template (Sponsor) →
Josh admin template is a bootstrap based admin template built with Laravel. It includes over 100 components including drag/drop form builders, charts, sliders, data tables, image uploading/resizing,...
View ArticleLaravel SSH Component moved to Laravel Collective →
The Laravel Collective has now taken over development of the Laravel SSH or Remote component. The remote component allows you to SSH into remote servers and perform operations. Here is just one of the...
View ArticleEnvoyer – Zero Downtime PHP Deployments
Taylor Otwell has been working on a new product named Envoyer. Envoyer is focused on the deployment side of applications and includes things like zero downtime deploys, health checks, cron job...
View ArticleJeffrey Way on Full Stack Radio →
In the latest Full Stack Radio, Adam sits down with Jeffrey Way: In this episode, Adam talks with Jeffrey Way of Laracasts about learning, object-oriented design, testing, API usability, and a whole...
View ArticleThe Artisan Files – Volume 2 →
Last weekend I published the second volume of the Artisan Files series on Leanpub and you can download it today. This volume includes nine interviews spanning 58 pages. Here is a list of the interviews...
View ArticleImplementing The Repository Pattern in Laravel 5 →
Mirza Pasic has a new tutorial out on implementing the repository pattern in Laravel 5. Using repositories in your application have multiple benefits. From basic things like reducing code duplication...
View ArticleConditionally Loading Service Providers in Laravel 5 →
In this tutorial, Matt Stauffer shows you an easy way of conditionally loading service providers. Since Laravel 5 flattened a lot of the environment-specific structures, much of the configuration that...
View ArticleLaravel 5 Google Analytics Measurement Protocol Package →
This is a Laravel 5 wrapper package designed to make it easy to work with GAMP, the Google Analytics Measurement Protocol: The package will help you with seamless integration with the Google Analytics...
View ArticleSpanish Laravel Documentation →
Fernando Montoya has started translating the Laravel documentation for the Spanish community. It’s setup the same as the primary documentation in that daily it pulls the markdown files from GitHub,...
View Article