Create Database or Primary key and Foreign key relationship in Laravel 8

Опубликовано: 24 Июль 2026
на канале: CH Salman
1,216
12

#Laravel #mrdeveloper
In this Video we learn how we link up our database with Laravel project how to Create Database in Laravel 8 or we also learn how we create primary key foreign key and Controller migration model overview in Laravel 8

All in one commands:
php artisan make:model Student -mcr

Make Migration command:
php artisan make:migration create_student_table

#run migration command:
php artisan migrate

Make Controller command:
php artisan make:controller StudentController

Make Model command:
php artisan make:model Student

Presentation Slide:
https://1drv.ms/p/s!ArswmrRJ8VLUgR7-K...

previous Laravel Lecture 3:    • Move one page to other and upload file and...  

Complete PHP course :    • Video  

Library Management in PHP Project:    • Library Management System in web using php...  

Object Detection Artificial Intelligence Project:    • How to create Object Detection yolo v3  in...   ​

Hacking Tricks and awareness:    • Video  

Unity 3d Tutorials:    • Basic Understanding of Unity software | Un...  

Webots Robotics Tutorials:    • How to Create World in webots |  e-puck an...  

Android tutorials:    • Android Studio Folder Explanation and Purp...  

Robotics tutorial:    • How to create Script File in VMware | VMwa...  

Python projects tutorial :    • How to create Object Detection yolo v3  in...  

Interesting apps and web tutorials:    • Video  

GitHub source code: https://github.com/developermr/

#mr developer #Laravel 8 #salman