If you are familiar with RSS feed based services, surely the first name comes in your mind that called [FeedBurner](https://feedburner.google.com/) that are managed by [Google](https://google.com). Unfortunately, FeedBurner is almost dead because it's been a long time that there is no update. So, what is the alternative of FeedBurner that you can use for your website to send newsletter based on RSS Feed?
Today, I will show you a code refactoring tricks by using `->when()` to make your code better readable and standard.
If you curious to know how to use Git Rebase and what is the purpose of it, watch the following video-
Today, I will show you how to make your first component with Laravel Livewire. To do so, you have to make sure that, you have installed livewire on your laravel project.
Today, I will show you how to install laravel livewire. Before that, if you are not familiar with Livewire, here is about what exactly the laravel livewire.
Today, I will show you practically how to install passport with laravel and then integrate on the [Postman](https://www.postman.com/).
Today, I will try to make your life easier who uses laravel and want to implement a virtual host. In this tutorial, I would love to show you a practical introduction to Laravel Valet. Let's deep driving into it.
If you want to set up the Virtual Host on Mac OS, then this post might be helpful for you. I have a local project on PHP where I want to set the virtual host for that.
Just welcoming a new year today. 2020 is the most expected year almost everyone around me. Like me, people have so many expectations with 2020.
If you come across from procedural PHP programming, __autoload__ and __namespace__ kind of confusing naming for you. To make it easier, today, I will take a deep dive into understanding autoload and namespace in PHP.