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

Category: Laravel

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

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

HTTP Request for Form Data in Laravel8

May 29, 2022May 30, 2022 Nazim Uddin

Create a controller named “LoginController” Then create two function in LoginController Create a html file named “login.blade.php Here I have used bootstrap5 3. Now write the below command in routes file 4. Run the below code from command shell 5…. Read moreHTTP Request for Form Data in Laravel8

Laravel  Leave a comment

Commands for laravel components

August 23, 2020March 19, 2022 Nazim Uddin

To create Header Component: After running this a components folder and file will be created /app/view/components/header.php Another components folder and file will be created /resources/views/components/header.blade.php Now write header info in header.blade.php and then write the below code in any *.blade.php… Read moreCommands for laravel components

Laravel  Leave a comment

Running Laravel from the root location

December 7, 2019December 7, 2019 Nazim Uddin

After installation Laravel, the index file is started from the public folder. To run from root location follow below instructions: Rename server.php located in your Laravel root directory to index.php Copy the .htaccess file from /public directory and paste it to your Laravel root directory. I have… Read moreRunning Laravel from the root location

Laravel  Leave a comment
  • 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