Hi readers, If you are also a Laravelers that means you do write code in Laravel then you may know about the Blade Templating Engine….
Tag: php
DB Transactions In Laravel
Hi readers, If you are new to Laravel or just starting with web development, you might have heard about the term “transactions”. We use transactions…
How to Add Github Login in Laravel Application
Hi, It’s very easy to add a Github login to your laravel application. Let’s understand how we can do this. So, I’m going to practical…
A Beginner’s Guide to Resource Routes in Laravel
Hi, If you are a Laravel learner then you may have used routes in laravel rather than creating them one by one for each crud…
Building A Rest API With PHP
It’s been a long time since I haven’t written an article but nowadays I’m very much focused on learning new things and upgrading myself. Meantime…
Sending Mails Using PHP With Mail Function
Today we are going to learn to send emails using PHP. Well, it’s not that hard and basically, this post is designed as a beginner…
Introduction to the YouTube API for PHP Developers
The YouTube API is a powerful tool for accessing and interacting with YouTube data from your PHP application. With the API, you can search for…