Can u help me to make e-learning website project in laravel?

|
smbnk1 2020-08-18 14:30:39
N-34512082 2020-08-18 07:58:53
Can u help me to make e-learning website project in laravel????

Yes

Kichu 2020-08-18 14:41:11
laravel_discuss-48141.jpg

Kichu 2020-08-18 14:41:28
laravel_discuss-48142.jpg

Kichu 2020-08-18 14:41:50
Please help me how to solve it
N-34512082 2020-08-18 14:41:58
smbnk1 2020-08-18 14:30:39
Yes

How

ongray 2020-08-18 15:07:54
Kichu 2020-08-18 14:41:11

define the route for ‘edit’, https://youtu.be/Bzd-rI52G-k

Laravel 6 Beginner – e2 – RoutesYouTube
Routes are the way that we let Laravel know how to respond to a requested URI in the browser. Let’s take a look with the route that ships with Laravel and create our own new route.

For the best experience, follow along in our interactive school at https://www.coderstape.com

DigitalOcean Referral
https://m.do.co/c/7dce5364ef4d

About This Course

If you have been looking to learn Laravel, there hasn’t been a better time. The framework reached an important point in its life, with the release of Laravel 6. There has never been more demand for Laravel developers than now. In this series, we are going to get you started in your path to becoming a Laravel Artisan. Let’s get right to it!

sohilstha 2020-08-18 15:38:32
what is Auth::guard use for
web_artisan77 2020-08-18 15:44:45
sohilstha 2020-08-18 15:38:32
what is Auth::guard use for

For guard the auth πŸ˜‚

sohilstha 2020-08-18 15:45:41
web_artisan77 2020-08-18 15:44:45
For guard the auth πŸ˜‚

πŸ˜‚πŸ€£πŸ€£
i think we can also guard the auth using middleware

web_artisan77 2020-08-18 15:46:27
You got options
sohilstha 2020-08-18 15:47:04
ok thank you
monu 2020-08-18 16:01:26
hi anyone know vuejs in this group
natghi2010 2020-08-18 17:06:53
monu 2020-08-18 16:01:26
hi anyone know vuejs in this group

kind of

monu 2020-08-18 17:15:31
natghi2010 2020-08-18 17:06:53
kind of

need help for filter in vue js

natghi2010 2020-08-18 17:16:19
monu 2020-08-18 17:15:31
need help for filter in vue js

pm me

ikudratov 2020-08-18 17:19:27
It seems the problem with relation database with foreign key, check your code step by step!
DesolatorMagno 2020-08-18 17:19:40
you have problem with the foreign key.
seceraf 2020-08-18 17:38:30
Check if you have a relation view with this table
seceraf 2020-08-18 17:39:11
Well, you can’t change it while you have one
seceraf 2020-08-18 17:44:00
I think you have remove it then change the id structure to AI then make the relation again
seceraf 2020-08-18 17:44:16
Or go and delete the first id for both of the tables
Kishanpatel59 2020-08-18 17:44:20
This error come from MySQL databa
seceraf 2020-08-18 17:44:33
If the first one equals 0
seceraf 2020-08-18 17:45:26
seceraf 2020-08-18 17:44:16
Or go and delete the first id for both of the tables

Make this one first

seceraf 2020-08-18 17:45:37
Auto increment must start from 1
seceraf 2020-08-18 17:45:48
Go check your db if the first id equals 0 or 1
seceraf 2020-08-18 17:50:06
Check this

https://stackoverflow.com/questions/13606469/cannot-change-column-used-in-a-foreign-key-constraint

Cannot change column used in a foreign key constraintStack Overflow
I got this error when i was trying to alter my table.

Error Code: 1833. Cannot change column ‘person_id’: used in a foreign key constraint ‘fk_fav_food_person_id’ of table ‘table.favorite_food’

DesolatorMagno 2020-08-18 19:08:09
Remove foreign constrain, change name, add foreign again with new names constrain, enjoy a coffe.
DesolatorMagno 2020-08-18 19:09:23
You usually don’t change the name in a main field, and if you do, you have to check and think well what you are doing and what could it affect.
jaideep_bishnoi 2020-08-18 19:44:32
Rajat Agrawal 2020-08-18 07:16:47
how should I run laravel without artisan in xampp

try laragon

2020-08-18 22:33:40
I’m tired. What is this error? I have a problem writing the test. Thank you. Can someone help?
2020-08-18 22:34:39
laravel_discuss-48188.jpg

ikudratov 2020-08-19 02:03:27
Try to uninstall and install that package again may be it will be helpful.
Mr_Classy 2020-08-19 07:13:53
Hello anyone here Vue js developer ?
Mr_Classy 2020-08-19 07:14:04
I need help!
monu 2020-08-19 08:52:38
hi
i have create chat module in laravel with vue js and websocket
now i want to show date wise chat with user
monu 2020-08-19 08:55:16
this is my code
$messages = Message::with(‘user’)->where([[‘user_id’, auth()->user()->id], [‘reciver_id’, $request->get(‘reciver’)] ])where([ [‘user_id’,$request->get(‘reciver’)], [‘reciver_id’, auth()->user()->id ] ])->get();
monu 2020-08-19 08:55:44
in my vue its show all chat with date wise but now i want show chat with date wise
2020-08-19 09:49:03
Require Laravel Developer for Project ping in personal
Bawantha Thilan 2020-08-19 10:14:59
laravel_discuss-48205.jpg
How to fix this please help me
skys215 2020-08-19 10:23:55
Bawantha Thilan 2020-08-19 10:14:59
How to fix this please help me

Your parameter must be set to string type

skys215 2020-08-19 10:24:09
I mean when you define the function
cayetanohosma 2020-08-19 10:44:26
Bawantha Thilan 2020-08-19 10:14:59
How to fix this please help me

The function must be the same as it is defined in the original interface

cayetanohosma 2020-08-19 10:45:05
You must use string $locale instead $locale alone
Bawantha Thilan 2020-08-19 10:50:29
This error comes with this app deploy a shared hosting . But my local machine this error not show
cayetanohosma 2020-08-19 11:04:02
Are the PHP version the same in both servers?
Bawantha Thilan 2020-08-19 11:20:46
No my local php 7.4.5 but serve php version is 7.1
skys215 2020-08-19 11:25:19
Thats why
cayetanohosma 2020-08-19 12:29:31
as @skys215 said, that is the reason, 7.1 don’t require / support (i don’t remember) the type prefix in function parameters meanwhile 7.4 yes
cayetanohosma 2020-08-19 12:30:34
You should update your hosting PHP version, If you can
|