Posts | Laravel School | Thouhedul Islam Suchi | Tisuchi | Learn Laravel, PHP, Vue.js

All Posts

How to integrate follow.it - The best alternative of FeedBurner

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?

Laravel Code Refactoring using when()

Today, I will show you a code refactoring tricks by using `->when()` to make your code better readable and standard.

How to use Git Rebase

If you curious to know how to use Git Rebase and what is the purpose of it, watch the following video-

Making your first component with Laravel Livewire

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.

How to Install Laravel Livewire?

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.

The Practical orientation of Laravel Passport and Postman

Today, I will show you practically how to install passport with laravel and then integrate on the [Postman](https://www.postman.com/).

A practical introduction of Laravel Valet

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.

How to set up the Virtual Host on MacOS

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.

Happy New Year

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.

Understanding Autoload and Namespace in PHP

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.