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...
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...
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...
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...
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:...
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...
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...
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...
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...
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...
If you're building a PHP website and want to accept payments, the Stripe API is a powerful and easy-to-use solution. In this tutorial, we'll walk through the steps to set up Stripe and start making A...
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...
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...