Hey guys, Usual Thursday newsletter, this time only one article from me. I was so energetic in the beginning of January, planning to get back to *daily* blogging, but then client work hit me with all hardness. So still breathing and trying to get my head above the water, let's hope next week will be more productive for my content, have a lot in plans :)
Meanwhile, enjoy the articles from the community and cheaper Digital Ocean plans!
Validate Digital Signatures with Laravel 5.5
medium.com
Working on a project where I wanted to have our customers digitally sign a contract, but we wanted to confirm the name they input matches the name in the database. Laravel has a really nice way to do this without manually matching strings. How old school is that.
tarequemdhanif/laravel-kit
github.com
Easy Laravel application management. Laravel Kit is an open source application which can execute almost all Laravel Artisan commands without using any terminal.
photogabble/laravel-remember-uploads
github.com
This middleware allows the application to capture uploaded files and temporarily store them just-in-case the form validation redirects back otherwise loosing the files before your controler could process them.
File Management with VueJS and Laravel
serversideup.net
This whole tutorial series: API Driven Development With Laravel and VueJS has been focused on building a single page application with VueJS that’s powered by an API with Laravel. We’ve gone through a variety of requests, but what we haven’t touched on is file uploading.
Laravel Model Caching
laravel-news.com
You’ve probably cached some model data in the controller before, but I am going to show you a Laravel model caching technique that’s a little more granular using Active Record models. This is a technique I originally learned about on RailsCasts.
A rant about best practices
leftontheweb.com
I have yet to talk to a developer that has told me that they were purposefully writing bad software. I think this is something that is part of being a developer, that you write software that is as good as you can possibly make it within the constraints that you have.
That's it for this week, see you next Thursday! Povilas Korop LaravelDaily Team
|