Skip to content

Data Science School

  • Profile
  • Tutorials
    • Languages
      • JavaScript
      • Dart
      • Python
        • Data Extraction
      • Java
    • Cloud Computing
    • DBMS
      • Mysql
      • MS Access
    • AI Tools
    • Nodejs
    • Firebase
    • Data Structure
    • Android Studio
    • Git, Bitbucket & GitHub
    • Accounting
    • Linux
      • Linux commands
    • Other’s Tutorial Link
  • Data Science
    • Hadoop
    • NumPy
    • Matplotlib
  • Framework
    • Vue.js
    • Kivy
    • Dear PyGui
    • Django
    • Flask
    • Laravel
    • PowerShell
  • CMS
    • WordPress
  • Problem Solve
  • Blog

Download BIG PDF File in Laravel(DomPDF)

May 4, 2023May 4, 2023 Nazim Uddin

2. Configure in .env file for database connection. Now create a database named pdfdb. You can use your db name 3. Install the DomPDF package by renting the below code 4. Generate a route link in routes/web.php 5. Create a… Read moreDownload BIG PDF File in Laravel(DomPDF)

Laravel  Leave a comment

API Development using Laravel Passport

April 4, 2023April 29, 2023 Nazim Uddin

Step-1: Install Laravel (here used Laravel version10.x) Step-2: Create a database in MySQL named “lara-api” and configure .env file for MySQL database Step-3: Open the “lara-api” using any Editor like VS Code, run the below command to install Laravel Passport… Read moreAPI Development using Laravel Passport

API, Laravel, Passport  Leave a comment

Remove controller file using PHP artisan

December 3, 2022December 3, 2022 Nazim Uddin

Laravel  Leave a comment

PHP MySQL Data Transfer in secured way

November 14, 2022November 14, 2022 Nazim Uddin

By this post we can learn the below thing in php Prevent refreshing Prevent Back button in browser separate configuration file creation (config.php) separate function file creation(functions.php) password encryption using md5 hash design in form validation Pre requisite: Install xampp… Read morePHP MySQL Data Transfer in secured way

JavaScript, PHP  Leave a comment

PHP Undefined Array Key Handling

November 13, 2022November 13, 2022 Nazim Uddin

Or

PHP, Uncategorized  Leave a comment

Prevent Back Button in PHP using JavaScript

October 14, 2022October 14, 2022 Nazim Uddin

Use the below code in the page from you requeste to go another page after form entry then don’t want to back to the previous page

PHP  Leave a comment

Creating Django Rest API Part-1

August 20, 2022August 22, 2022 Nazim Uddin

Today we will create a basic Rest API in Django. Suppose you have a project with products app. In this app, a model is given with the class name Product. The coding of the models.py is ok, now will create… Read moreCreating Django Rest API Part-1

API, Django, python3  Leave a comment

Templates and Static Directory Setup in Django

August 18, 2022August 18, 2022 Nazim Uddin

A Django beginner sometimes faces to setup templates and static directories in their project. Since different youtube tutorials and blogs set up these directories in different ways, confusion arises accordingly. Today, I will show you a very easy way to… Read moreTemplates and Static Directory Setup in Django

Django  static, templates  Leave a comment

Publish the Kivy app for android mobile

June 27, 2022July 21, 2022 Nazim Uddin

Step-1: Google Colab Step-2: Upload your app code to the Google Colab Step-3: Run the below commands using Google Colab notebook Step-4: You will get an Apk file located in the bin folder which will be run in any android… Read morePublish the Kivy app for android mobile

Kivy  Leave a comment

How to Create Database Seeder in Laravel 8/9

May 31, 2022June 1, 2022 Nazim Uddin

Database seeder is used for generating fake data for testing purpose. It helps to reduce the developer’s time by avoiding data insertion in the database table. Step-1: Create Model named Employee and Run Migration Step-2: Now go to the migtation… Read moreHow to Create Database Seeder in Laravel 8/9

Laravel  Leave a comment

Posts navigation

Older posts
  • Download BIG PDF File in Laravel(DomPDF)
  • API Development using Laravel Passport
  • Remove controller file using PHP artisan
  • PHP MySQL Data Transfer in secured way
  • PHP Undefined Array Key Handling
© 2025 All rights reserved
Go to top