Latest articles

· 5 min

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 operation we can do this by a single line of code. See the code snippe...

· 5 min

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 I got the idea to write about Rest Api so that fellow...

· 4 min

Upload Files Using Ajax In PHP

Hello readers! Uploading files to the server is a common task in web development. In the past, it was done using traditional form submissions, which required a page reload and was not very user-fr...

· 5 min

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 can understand it easily. Introduction to Sending Emails with PHP:...

· 4 min

My Goal As A Laravel Developer - Pov

I wasn't sure that I should write something on this topic. But I couldn't stop myself because I'm a kind of confused person. Because I usually brainstorm on things whatever I'm doing and whatever I'm...

· 7 min

service classes in laravel | Usable or Not?

A few days back I was working on a task that was written by some other developer. So, what he did there, just to show himself cool he wrote the crud in the service class. And this post is not about b...

· 5 min

The Benefits of Using Migrations in Laravel

Migrations in laravel, It's a kind of fundamental topic to discuss but some of the most important things that I wanted to discuss is the Laravel Migration Feature. We know that we can create tabl...

· 2 min

How to Connect to a Server via the Command Line

Are you looking for a way to remotely access a server? The command line can be a useful tool for this purpose, and in this tutorial, we'll show you how to connect to a server using a terminal emulato...

· 6 min

7 Tips For Optimizing Your Laravel Web Application

It's important to ensure that your application is optimized for performance. In this blog post, we'll provide ten tips for optimizing your Laravel web application Laravel is a powerful and popular...

· 2 min

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 videos, retrieve channel information, and perform other...

· 4 min

Create Dynamic Navbar Using PHP Mysql

As you might know that we use php to create dynamic web pages. Well, here we are going to create a dynamic navbar using php in which we obviously will need a database. A structured navbar. This is al...

Articles Tags Products