Laravel

2. Configure in .env file for database connection. Now create a database named pdfdb. You can use your db name…
API Development using Laravel Passport
Step-1: Install Laravel (here used Laravel version10.x) Step-2: Create a database in MySQL named “lara-api” and configure .env file for…
How to Create Database Seeder in Laravel 8/9
Database seeder is used for generating fake data for testing purpose. It helps to reduce the developer’s time by avoiding…
Create a controller named “LoginController” Then create two function in LoginController Create a html file named “login.blade.php Here I have…
To create Header Component: After running this a components folder and file will be created /app/view/components/header.php Another components folder and…
After installation Laravel, the index file is started from the public folder. To run from root location follow below instructions:…