Hello, dear Artisans, This is weekly newsletter from LaravelDaily, and this time is really important for me - I'm finally back on producing articles *daily*, as it was intended from the beginning. So there are 4 articles from my blog this week, and also quite a lot from the "outside". So, without further ado, let's get into it!
Articles from Laravel Daily blog
Laravel Router – a package to organize your routes
laraveldaily.com
One of the most common questions in Laravel world is how to organize the routes file, especially for bigger projects. Of course, you can have groups, prefixes and similar things, but today I want to present to you a package by Sebastiaan Luca – called Laravel Router.
Other Laravel-related articles
Contracts Vs Facades in Laravel 5
mesanjib.wordpress.com
The total Laravel 5 framework depends on many blocks of Interfaces, classes and other packaged versions that package developers have developed so far. Laravel 5 has happily used them and encourage you to do the same by following the SOLID principle and loose coupling.
What Are Laravel Exceptions?
code.tutsplus.com
As a PHP developer, you may use exceptions, because they allow you to notice when something has gone wrong or the user has acted in an unusual way (such as division by zero). Without exceptions, your application would end up presenting unwanted errors and being much more difficult to debug.
Generate Dummy Laravel Data with Model Factories
scotch.io
A while back, if I needed dummy data for my local application environment — it involved importing a database partial of an existing site, or modifying MySQL's sakila database, or just some funky way to get data. Laravel gave us seeding (not a new concept).
Laravel Console Command Validation
laravel-news.com
Command Validator is a package that lets you validate Laravel Console Commands. The rules available come from the default Laravel validation rules but you can add custom ones, just as you would in form validation.
Getting started with dotfiles
murze.be
Dries Vints does not blog often, but when he does it’s very much worth your time to read. We all have specific ways of setting up our computer. It’s all different somehow. The apps we use, our IDE settings, what shell we prefer, what programming languages we work with, the tools we prefer.
User email verification for Laravel 5
www.krucas.com
Laravel comes with a great authentication and authorization system. As of 5.2 version, it also provides authentication scaffolding for views, routes, and controllers. But yet one feature is missing there – user email verification.
And that's it for this week, how did you like the issue? Speaking of issues, I'm gathering a small group of testers for my newsletter tool LinksLetter, so if you have your own newsletter like mine (or want to start one), we should talk - just hit Reply.
Have a nice day! Povilas Korop from Laravel Daily
|