Great job. A very detailed and descriptive way of making people understand about relationship. Thanks a lot. Keep up the great work ❤❤
@زينه-س8ز Жыл бұрын
I'm so excited to finish this course to do my course project this semester
@iUmerFarooq3 жыл бұрын
Wah Bhai :) Kiya samjaya ap na. Sukriya.
@ashrafwebdev86712 жыл бұрын
Awesome Tutorial.
@vishalsharmaicici3 жыл бұрын
thanks brother best video ever
@mirzawajid78232 жыл бұрын
Amazing 🤩... Good job bro.... Can you make a video on roles & permissions ? Please
@mahaminam38062 жыл бұрын
superbb well explained!!
@muhammadnaveed79533 жыл бұрын
Zabardast sir g..
@AkhileshYadav-lv3kh2 жыл бұрын
Badiya sir
@mastertech8943 жыл бұрын
indeed you are legend
@VishalPrajapati-bd8cv3 жыл бұрын
Sir after completing this larvel tutorial can you make a python socket programming video
@TheWaqaspuri Жыл бұрын
public function author() {} do you think if you change that to author1 will it work with belongsTo?
@BrothonAlone3 жыл бұрын
Larave use in c++ ?
@amarprajapati6133 жыл бұрын
Please after that host laravel project on internet
@dopamine_Seeker3 жыл бұрын
I think the goat also wants to learn laravel too...lol
@genuinereviewszone Жыл бұрын
😂 ABT to say that
@PankajSingh-hz2gr3 жыл бұрын
First view 🥰
@AjaySharma-jb8sv3 жыл бұрын
Yy bby been moole bbye seemahttp bhul ttyl
@sameedtariq64062 жыл бұрын
25:33 bhai aap ke bakri bol rahi hai😂😂😂😂
@FitNation-u9x2 жыл бұрын
1 C:\laravel8 elation\vendor\laravel\framework\src\Illuminate\Database\Connection.php:527 PDOException::("SQLSTATE[HY000]: General error: 1005 Can't create table `relation`.`mobiles` (errno: 150 "Foreign key constraint is incorrectly formed")") 2 C:\laravel8 elation\vendor\laravel\framework\src\Illuminate\Database\Connection.php:527 PDOStatement::execute() its erorr generate when i set forigen key set Schema::create('mobiles', function (Blueprint $table) { $table->id(); $table->string('model'); $table->unsignedBigInteger('customer_id'); $table->foreign('customer_id')->references('id')->on('customers'); $table->timestamps(); }); the second table code is public function up() { Schema::create('customers', function (Blueprint $table) { $table->id(); $table->string('name'); $table->string('email'); $table->timestamps(); }); } PDOException::("SQLSTATE[HY000]: General error: 1005 Can't create table `relation`.`mobiles` (errno: 150 "Foreign key constraint is incorrectly formed")") its error
@unchainedStud2 жыл бұрын
(2) use $table->foreignId('customer_id')->references('id')->on('customers');