Contents:
you mean here ?
Has anybody implemented microsoft signup and signin in any of the technologies like js or php?
How many ways we can insert data in laravel?
could someone help?
What method did you mention in form?
Vidya which kind of help do you y?
you mean here ?
Has anybody implemented microsoft signup and signin in any of the technologies like js or php?
How many ways we can insert data in laravel?
could someone help?
What method did you mention in form?
Vidya which kind of help do you y?
ItsAhmedAtef 2020-10-07 09:43:21
what I’m missing , please help
hreza05 2020-10-07 09:45:41
ItsAhmedAtef 2020-10-07 09:43:07
Hi all
i added new column in table by phpmyadmin and the field called ‘requests_type’
i added new column in table by phpmyadmin and the field called ‘requests_type’
then i added this to controller and this problem happened
Did you added this field to $fillable property in your model too??
ItsAhmedAtef 2020-10-07 09:47:25
hreza05 2020-10-07 09:45:41
Did you added this field to $fillable property in your model too??
you mean here ?
iamaeshar 2020-10-07 10:11:10
Route::group([‘prefix’ => ‘notification-communications’, ‘as’ => ‘.notifications’], static function () {
Route::get(‘list/{status}’, ‘NotificationCommunicationsController@index’)->name(‘.list’);
});
Route::get(‘list/{status}’, ‘NotificationCommunicationsController@index’)->name(‘.list’);
});
iamaeshar 2020-10-07 10:11:55
what “as” does as in laravel route
PINTU BIRAJDAR 2020-10-07 10:56:57
2020-10-05 10:45:55
My env file is not show but project working properly. I want to show my env file
Go to recycle bin again restore
Mani 2020-10-07 11:07:01
Has anybody implemented microsoft signup and signin in any of the technologies like js or php?
iamaeshar 2020-10-07 12:24:52

Why i am getting this error. Even i have selected post method in Postman.
black_blood_4 2020-10-07 13:04:53
iamaeshar 2020-10-07 12:24:52
Why i am getting this error. Even i have selected post method in Postman.
I think you are used get route ! Change route get to post, then try it !
iamaeshar 2020-10-07 13:06:04
My Route is also a Post route
iamaeshar 2020-10-07 13:07:05

My Route COde
2020-10-07 13:09:30

black_blood_4 2020-10-07 13:12:45

Create route like this !
natghi2010 2020-10-07 13:27:37
2020-10-07 13:09:30
wow wow wowow!!!
natghi2010 2020-10-07 13:27:47
oh boy!
natghi2010 2020-10-07 13:27:58
2020-10-07 13:09:30
dumbass
Sjeshua 2020-10-07 14:43:56
Sorry
Roham0010 2020-10-07 15:03:28
princeferozepuria 2020-10-07 06:31:25
Jwt vs passport in laravel version 8
Depends on your project
If it’s simple and no big authentication methods use sanctum if not use passport
Roham0010 2020-10-07 15:04:20
Z_Yamin 2020-10-07 07:49:05
I am working with restful api
Google this:
Laravel mailtrap integration
Mr_Classy 2020-10-07 15:51:00
Hello gyzz I need help. I want to create Permission Management ACL GIVE ME BEST REFERENCE LINK. IN LARAVEL
2020-10-07 16:02:47
Mr_Classy 2020-10-07 15:51:00
Hello gyzz I need help. I want to create Permission Management ACL GIVE ME BEST REFERENCE LINK. IN LARAVEL
spaite package
Iva12_rastogi 2020-10-07 16:22:11
How many ways we can insert data in laravel?
hardik 2020-10-07 18:15:15
Keyboard
hardik 2020-10-07 18:15:43
And virtual keyboard
kevinpita 2020-10-07 18:16:01
Copy and paste with mouse too
hardik 2020-10-07 18:16:40
kevinpita 2020-10-07 18:16:01
Copy and paste with mouse too
I forgot,
2020-10-07 18:29:44
Please can I get a laravel theme
Vidya Arunkumar 2020-10-07 18:35:37
How to connect database by using laravel please send any video link that helps me
ItsAhmedAtef 2020-10-07 18:36:11
ItsAhmedAtef 2020-10-07 09:43:07
Hi all
i added new column in table by phpmyadmin and the field called ‘requests_type’
i added new column in table by phpmyadmin and the field called ‘requests_type’
then i added this to controller and this problem happened
could someone help?
hardik 2020-10-07 18:36:50
Vidya Arunkumar 2020-10-07 18:35:37
How to connect database by using laravel please send any video link that helps me
No need to connect , just add database details in .env file
hardik 2020-10-07 18:37:17
And crater migration (table) ,
hardik 2020-10-07 18:37:33
And create model of migration
hardik 2020-10-07 18:37:44
✅
Vidya Arunkumar 2020-10-07 18:39:11
hardik 2020-10-07 18:36:50
No need to connect , just add database details in .env file
That all done…..i also created table in database…but I can’t upload file to database so please Help me
Vidya Arunkumar 2020-10-07 18:39:29
Migration is also done
Vidya Arunkumar 2020-10-07 18:40:14
While uploading file I’m getting error like post method is not supported for the route
hardik 2020-10-07 18:40:46
Which method using , get or post
Vidya Arunkumar 2020-10-07 18:41:05
Post method
hardik 2020-10-07 18:41:27
What method did you mention in form?
Vidya Arunkumar 2020-10-07 18:41:46
In form I defined method as post
Vidya Arunkumar 2020-10-07 18:41:59
In route I used get method
hardik 2020-10-07 18:42:13
Sent ss
Vidya Arunkumar 2020-10-07 18:42:44
Ss means I dint get
hardik 2020-10-07 18:42:54
Screenshot
Vidya Arunkumar 2020-10-07 18:43:06
Ok
Vidya Arunkumar 2020-10-07 18:45:18

This is web.php
Vidya Arunkumar 2020-10-07 18:46:22

simon_an 2020-10-07 18:46:32
Vidya which kind of help do you y?
Vidya Arunkumar 2020-10-07 18:46:39
This is my form.blade.php
Vidya Arunkumar 2020-10-07 18:47:03
simon_an 2020-10-07 18:46:32
Vidya which kind of help do you y?
I need to upload files to data base