Editors Pick

post-thumb

Laravel 9 Custom Login and Registration System

Following steps are required to make custom login and registration system in laravel: Laravel new project Database Configure Routes Creating Controller & Methods Blade Views creating      Login.blade.php      register.blade.php      welcome.blade.php      home.blade.php Project testing

Read More

Popular Post

Recent Post

How to install Jetstream in laravel 10

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.

Read More