Javed Ur Rehman is a passionate blogger and web developer, he loves to share web development tutorials and blogging tips. He usually writes about HTML, CSS, JavaScript, Jquery, Ajax, PHP and MySQL.
In this tutorial, we will learn about how to check if file exists on remote server using PHP with easy and simple methods.
Although, PHP provides a build in file_exists() function to check if file exist on server. However, this function is not able to check remote file on remote server.
In this tutorial, we will learn about Laravel Database Seeder by creating a simple and useful Laravel 10 Database Seeder class via PHP artisan with simple and easy step by step guide.
Although, this tutorial is focused on Laravel 10 version. However, you can use the same with Laravel’s previous versions such as Laravel 7, Laravel 8, and Laravel 9 as well.
In this tutorial, we will learn about Laravel CRUD operations by developing a complete Laravel 10 CRUD application with simple, easy and step by step guide.
You can implement this Laravel CRUD operations in Laravel 8, 9 and 10 versions. This code will work in all of these versions and hopefully will work in Laravel 11 as well.