In this tutorial, I will show you, how you can set dynamic meta tags in your Laravel website for SEO (Search Engine Optimization). First, you…
Today we will talk about how you can convert the UTC time to your local timezone in PHP. If you are doing server side rendering…
I created an appointment booking platform for doctors in Laravel. It is a free script that you can download and install on your own server.…
I was working on a project in Laravel and I came into a error while casting a boolean variable. Although the problem was a small…
Laravel models are very useful when it comes to re-usability of the code. You can define a function once and call it in any controller…
Freelance Status is a tool for freelancers to update clients about their work progress. You can download it for free. Technologies used Features In “Freelance…
I created an online free FTP manager in PHP that allows developers to work on their projects from anywhere. I created this tool in PHP…
Real estate business that requires a website for their business, we are providing a free website for them in PHP and MySQL (Laravel framework). Screenshots…
If you are working in Laravel, you might have noticed that majority of the developers save sensitive information like database credentials, SMTP settings and API…
In order to get an authentication user without using sanctum middleware in Laravel, you just need to pass the string “sanctum” in auth() method. Auth…