Hello guys, This series is pretty much a mix of everything. So won't even bother to comment too much - I hope that you will find something that suits your personal needs. Special recommendation for the last two links, by the way.
Have a good read!
Articles from Laravel Daily blogs
Laravel-related articles from all the web
Conditional Eloquent Where Clauses
laraveltnt.com
Think of each Eloquent model as a powerful query builder allowing you to fluently query the database table associated with the model. So, basically you can use every Query Builder methods in your Eloquent model.
11 Courses to Help You Master PHP Frameworks
code.tutsplus.com
In this course, Jason Lewis will show you how to build a functioning content management system (CMS) with the Laravel PHP framework. You’ll understand some of the tasks and problems that are common to so many web development projects and explore different possible solutions to them.
Is Laravel 5.1 LTS actually being supported?
www.reddit.com
Is Laravel 5.1 LTS actually being supported? (self.laravel) What's the deal with support on the LTS version? I don't see anything about updates on the Laravel site, and any googling I do for it just shows me articles and release notes from when it was first released.
Laravel v5.3.25 is released
laravel-news.com
Laravel has released v5.3.25 which includes two new validation rules, the ability to set the file permissions in the Filesystem, and a fluent builder for SlackMessageAttachmentField. The two new validation rules included in v5.3.
Testing Laravel Middleware
matthewdaly.co.uk
It’s widely accepted that high-level integration tests alone do not make for a good test suite. Ideally each individual component of your application should have unit tests, which test that component in isolation.
Review of Test-Driven Laravel
laravel-news.com
I’ve been programming for close to a decade, and I’m constantly trying to find ways so to improve my skill set to be able to keep up with the ever-changing landscape of technology. The one area I’ve always wanted to improve in has been testing.
leeovery/wordpress-to-laravel
github.com
You want a blog, right? And you want to use the Wordpress backend? But you dislike Wordpress themes, and REALLY dislike creating them? Then this is for you my friend... This package provides the tool-set to sync WP posts from the WP DB and into your Laravel DB (or wherever you want it to go).
Overriding Laravel Elixir Configs
laravel-news.com
Laravel Elixir is fantastic for your Laravel projects and it comes with defaults that “just work” within a Laravel application. It works so well that I like to use it for managing all my asset processing even in apps that are not on Laravel.
antonioribeiro/health
github.com
This package checks if the application resources are running as they should and creates a service status panel. It has the following main points: But you can add anything else you need!
How I refactor to collections
christoph-rumpel.com
Refactoring to Collections is a great book by Adam Wathan where he demonstrates, how you can avoid loops by using collections. It sounds great from the beginning, but you need to practice it, in order to be able to use it in your own projects. This is why I refactored some of my older projects.
Laration - A simple way to visualize your configs
marabesi.com
Some times during our development work we need to check wheter a config has been defined, and in most of the times we just jump to the file, which means to seek the file, open it and change it (or just see the value and leave it as it was). Laravel provide us a really simple way to find the configs.
Quickly Dumping Laravel Queries
laravel-news.com
When you are building an application and utilizing Eloquent it’s very easy to hit the N+1 problem. This is where you select a model and then later use lazy loading to fetch child records.
Use Laravel Shift for your next upgrade
www.joeferguson.me
I’ve had an eye on LaravelShift.com since it first made it’s way across my twitter feed some time ago. I’ve also had the pleasure of meeting and talking with it’s creator Jason McCreary at a few conferences over the past year.
New Book: Laravel Up and Running
laravel-news.com
Matt Stauffer who has been blogging about Laravel since the 5.0 release, the host of the Laravel Podcast, and partner and technical director at Tighten.co has been working on a new Laravel book, Laravel: Up & Running, published by O’Reilly.
How terrible code gets written by perfectly sane people
chrismm.com
When I found out I would be working on porting an old Python codebase to Node, I was slightly excited. These kinds of projects always give you more creative freedom than the ordinary code maintenance gig, and something about the challenge of rewriting other people’s code makes it fun as hell.
Learn VIM while playing a game
vim-adventures.com
VIM Adventures is an online game based on VIM's keyboard shortcuts (commands, motions and operators). It's the "Zelda meets text editing" game. It's a puzzle game for practicing and memorizing VIM commands (good old VI is also covered, of course).
That's it for this week, see you next time! Povilas Korop Laravel Daily Team
|