Skip to content

Data Science School

  • Profile
  • Tutorials
    • Languages
      • JavaScript
      • Python
        • Data Extraction
      • Java
    • Cloud Computing
    • DBMS
      • Mysql
      • MS Access
    • AI Tools
    • Nodejs
    • Firebase
    • Data Structure
    • Android Studio
    • Git & 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

Month: May 2022

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

Setup bootstrap in Laravel8

May 30, 2022May 30, 2022 Nazim Uddin

Step-1: Install Laravel UI Step-2: Install bootstrap using the below command Step-3: now install npm and run npm Step-4. create blade template file named test.blade.php under resources->views directory or location. Then put the below code for testing purpose in this… Read moreSetup bootstrap in Laravel8

Uncategorized  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
  • Remove controller file using PHP artisan
  • PHP MySQL Data Transfer in secured way
  • PHP Undefined Array Key Handling
  • Prevent Back Button in PHP using JavaScript
  • Creating Django Rest API Part-1
© 2023 All rights reserved
Go to top