This tutorial provide ultimate list of package those are top 10 on packagist and super useful to optimize your laravel applications and helps you work like a pro you should definitely read about those as a Laravel Developer
Laravel 5.5
How to secure pdf files In Laravel and allow access to authenticated users
This tutorial provides a perfect solution on how to protect and secure pdf file in laravel project and should only allow access to registered or authenticated users for preview and download
How to get current Request URL or Route in Laravel 6
Get very useful tricks to play with laravel requested url, this tutorial provides solution to find Current Request URL, mach Current URL to given String or pattern and few more useful functions from laravel framework
How to define Laravel HasMany Recursive Relationship with Subitems
Learn how to Define Laravel Eloquent HasMany Recursive Relationship with unlimited parent child relationship items using single database table schema relationship and see how you can define model relationship to get Recursive records list
How to Create Configure and Use Laravel Custom middleware in Laravel 5.8
Complete understanding on laravel middleware with step by step tutorial on how to create, configure and use laravel middleware into your application to filter and protect http requests
How to Implement Laravel Eloquent One-to-Many Relationship
This tutorial will give you step step guide to understand and use of Laravel Eloquent one-to-many model Relationship with Real time Example of Relationship Between A user and Blog posts.