Hello hello, This week I went all-in on YouTube channel, below you will see three videos from me, along with two new demo-projects for our QuickAdminPanel on GitHub. Of course, there's also a bunch of useful stuff from the community, so let's get into it!
Content from LaravelDaily Team
LaravelDaily/Larancer-Vue
github.com
Vue.js+Laravel project to manage freelancer's life: clients, projects, documents, notes, transactions, profit. It is a Vue version of the project that we had done before in Laravel-only way.
Laravel Articles from the Community
Automatically Open Files on Artisan “Make” Commands
laravel-news.com
“Open on Make” is a neat little package by Andrew Huggins that makes it easy to have newly created files open in your editor of choice. When you run commands like php artisan make:controller, this package will listen for the command and open the file in the editor that you configure.
peyman3d/laravel-share
github.com
Laravel Share is an easy way to share any data through a request. With Laravel Share you can share any data through a request to use later. You should consider it as an array that are available everywhere. I mean EVERYWHERE! From Service Provider to routes, middlewares, controllers and views.
★ Breaking Laravel's firstOrCreate using race conditions
murze.be
Recently I was working on a client project where a data import was performed via queues. Each record was imported in its own queued job using multiple queue workers. After the data import was done we had more rows than expected in the database. In this blogpost I'd like to explain why that happened.
tormjens/eventy
github.com
Actions and filters in Laravel. WordPress-style. Bring the event system you've learned to love to your Laravel project. Eventy (for lack of a better name) is a simple action and filter system.
How to Test Mail Notifications in Laravel ?
medium.com
I was testing some feature from my side project and I came across the situation where I want to test Mail Notification means I don’t want to send actual notification , I just wanted to fake it so that I can ensure that mail is getting send at some trigger point and also I wanted to test the content of that mail.
Practical object caching in Laravel
voltagead.com
Whenever you find your web application making the same database queries or same calculations over and over, you might consider storing the result of that query or calculation in an object cache. This will reduce load on both the database and the server.
Laravel Breadcrumbs Package
laravel-news.com
Breadcrumbs are one of those things that I don’t think about until I need them, and then I feel like I recreate a system for them in my application every time. The Laravel Breadcrumb package is highly customizable and has a lot of documented options in the readme.
World Cup 2018
worldcup.sfg.io
This is an API for the World Cup (and now, Women's World Cup!) ((and now the World Cup in 2018!)) that scrapes current match results and outputs match data as JSON. No guarantees are made as to its accuracy, but we will do our best to keep it up to date.
Understanding and Working with Files in Laravel
scotch.io
File uploads is one the most commonly used features on the web. From uploading avatars to family pictures to sending documents via email, we can't do without files on the web. In today’s article will cover all the ways to handle files in Laravel.
That's it for this week, I hope you enjoyed it! See you next Thursday.
Povilas Korop LaravelDaily Team
|