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…
By this post we can learn the below thing in php Prevent refreshing Prevent Back button in browser separate configuration…
Use the below code in the page from you requeste to go another page after form entry then don’t want…
Creating Django Rest API Part-1
Today we will create a basic Rest API in Django. Suppose you have a project with products app. In this…
A Django beginner sometimes faces to setup templates and static directories in their project. Since different youtube tutorials and blogs…
Publish the Kivy app for android mobile
Step-1: Google Colab Step-2: Upload your app code to the Google Colab Step-3: Run the below commands using Google Colab…
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…