Recent Post

How to make Doctor Appointment System in Laravel

Doctor Appointment System is developed using Laravel 9 and Livewire Components. In this project we are using PHP version 8.1.0, In this project we make three panels one for Doctor, one for Admin and one for Patient.

laravel 2023-05-25 14:50:14 Muhammad Zubair

How to install livewire in Laravel 10

Laravel is one of the most commonly used PHP frameworks, providing us with many packages to use and saving time to build any website. Today in this article we will see how to install livewire in Laravel 10.

laravel 2023-05-18 17:48:54 Muhammad Zubair

How to install Jetstream in laravel 10

Laravel is open source platform to design Web Applications and Rest API. This Platform provide us many packages for our help. One of the most used package is Jetstream which provide us login and registration system which is designed using Tailwind CSS. In this article we will see how to install Jetstream in a Laravel 10 project.

laravel 2023-04-27 17:25:46 Muhammad Zubair

How to use addSelect() Eloquent Method in Laravel

How to use addSelect() Eloquent Method in Laravel, in this article we will step by step guide to the use of addSelect() method. It is useful when we want to select a column of table with multiple where using.

laravel 2023-04-27 17:25:42 Muhammad Zubair

How to install Auth in Laravel 10

As we now Laravel new version is released so in thins tutorial we will see how to install Auth in Laravel 10 project. We will install Breeze Scaffolding.

laravel 2023-04-26 17:25:36 Muhammad Zubair

How to get list of all routes in Laravel

In this article we will see how to show all routes in larval with different methods. This article is explained step-by-step how to get list of all routes in Laravel. We are sharing two simple way to get list of all routes in Laravel.

laravel 2023-04-25 17:25:24 Muhammad Zubair

How can we use OpenAI in Laravel

This article will help you use of OpenAI in Laravel 9. We will guide you step-by-step how can we use Open AI in Laravel. Open AI is very useful in every aspect. Simple mean the use of Artificial Machine your app. Which can help you in every aspect.

laravel 2023-04-24 17:25:15 Muhammad Zubair

How to create zip file in Laravel and download

Want to know how to create a zip file in Laravel? This article provides a step-by-step guide on how to create a zip file in Laravel, including how to use built-in functions, third-party packages, and more.

laravel 2023-04-23 17:25:05 Muhammad Zubair

How to install Jetstream in laravel 10

As we know Laravel is open source platform to develop of web application and Rest API. Laravel provide us a lot of packages.

laravel 2023-03-22 11:43:31 Muhammad Zubair

How to use Cron Job in laravel 10

As we know many time we need to send emails and notification to users automatically so we need to refresh our system after some times.

laravel 2023-03-03 10:29:11 Muhammad Zubair