Hi, Usual Thursday with my newsletter and articles from myself and Laravel community. I've played around with Excel export quite a lot these days, so written about it. Also decided I will do a video package review every week or two, we'll see how it goes with sticking to that schedule.
Also, interesting fact about our QuickAdminPanel. We're in process of re-creating it from scratch, cause current version grew out of some main architecture decisions and just slows us down, but it's cool to watch what amounts of data can be handled by Laravel and MySQL: currently for all 18k trial users over 2+ years we have 90k MySQL tables (yes, in one database!), and 270k migration files (yes, in one repository!). And it still works :)
With that, wish you happy reading!
Articles from LaravelDaily Team
Articles from Laravel Community
GitHub Tips and Tricks
laravel-news.com
I’ve compiled a list of my favorite GitHub tips and tricks that I use in my workflow daily. You might be familiar with some or even all of them, but I find that developers new to GitHub and veterans alike might pick up a new tip or two by sharing!
Five Useful Laravel Blade Directives
laravel-news.com
We’re going to look at five Laravel Blade directives you can use to simplify your templates, and learn about some convenient directives that make solving specific problems a cinch! If you’re new to the framework, these tips will help you discover the excellent features of Blade, Laravel’s temp
Quick Tip: Logging Mastery with Laravel
emirkarsiyakali.com
Putting unique id to requests one of my silver bullet while designing RESTful APIs. It provides extremely easily way to following each request’s lifecycle while I need to debugging. In this guide I’ll show you how you can add it to your log files on Laravel 5.6.
Laravel Shareable Trait
medium.com
Lets say you have a News.php model and want to easily generate share URL’s for this, just adding a Trait and being able to call 1 method on that model would be lovely, won’t it? We’ll I have just got just that Trait class for you:
Laravel 5.6.26 Released
laravel-news.com
Laravel 5.6.26 was released June 20th with allowing the passing of the recipient name in mail notifications; the table name is now passed to post-migration create hooks, array/collections are now allowed in Auth::attempt(), and more.
How to write tests for Laravel applications
blog.pusher.com
Writing tests for an application is a great software development practice. Often, it is the first coding task to be performed before building the features of an application. As the first coding task, tests are initially written to fail because we have no code to satisfy the requirements of the test.
Laravel Eloquent Status Package
laravel-news.com
The Laravel Eloquent Status package by Rasmus Christoffer Nielsen is a package that helps you check the state and status of eloquent models without cluttering them. You might have deeply held opinions about how to accomplish this scope, but I think you get the idea.
Laravel Tenancy – Multi-Tenant Package for Laravel
laravel-news.com
Laravel Tenancy is a package by Daniël Klabbers, Paulo Trajano, and Bertrand Kintanar, for making your Laravel application multi-tenant: The unobtrusive Laravel package that makes your app multi-tenant. Serving multiple websites, each with one or more hostnames from the same codebase.
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.
That's it, see you in the next newsletter, next Thursday! Povilas Korop LaravelDaily Team
|