Webhooks are perfect solutions to connect different services. But still, it can be a blind spot for many developers. In this post, we try to present how webhooks work with a real-life example.
Hello, everyone. Here am going to show you how you can send clean and beautiful HTML emails in your laravel applications using this Beautymail package by SnowFire. In one of my previous post, I showed ...
The example in this tutorial will be using a Bootstrap template from almsaeedstudio called “AdminLTE”. You can preview it here: http://almsaeedstudio.com/ You can ...
If you are looking to build an email marketing tool like sendy or mailchimp with Laravel, continue reading. Laravel Mailable works like a charm, but the dependency on using a blade file as the view ...
Laravel URL Rewrites is a good package that we can use to add URL rewrites to a Laravel app easily. The package will automatically register itself. Register the routes the feeds will be displayed on ...
In my opinion, real-time apps are the future. Socket servers usually were not that easy to setup, but Laravel Echo Server changes this. In this article, I’ll briefly show you how to quickly whip up a ...
gizburdt released a cool Laravel package called Laravel Multisite. With this Laravel package, we can build multiple sites/sub-domains on one codebase. Route::group ...
This tutorial gives a step by step guide on how to setup Role based authentication in Laravel along with it’s native authentication system. We are using Laravel 5.5 for this tutorial.
Freek Van der Herten has just released a cool package called laravel-honeypot. Using this package, we can prevent spam easily. How honeypots work? The majority of spam bots are pretty dumb. You can ...
Angular animation package will not be in your production code anymore. You can still import and use it whenever you want.
Caching is an essential part of the software development process if you care about the scalability and performance of your application. In this tutorial, Ian shows you how to use Laravel Cache to ...
Here's a curated list of free programming courses available for learning in 2024. This compilation includes offers from prestigious colleges like Harvard and Stanford, some of which provide ...