Contents:
help me please?
what is php version?
is currect in laravel 6?
Mau di hosting kok belum bisa bisa ya?
help me please?
what is php version?
is currect in laravel 6?
Mau di hosting kok belum bisa bisa ya?
kitkover 2019-09-23 14:40:16
MuntherHalwyat 2019-09-23 14:39:42
I use windows 😓
add permissions for folder storage
kitkover 2019-09-23 14:40:21
775
MuntherHalwyat 2019-09-23 14:41:23
from where ? I don’t know 😅
kitkover 2019-09-23 14:42:38
right click -> properties etc😀 i too
xyz2coin 2019-09-23 14:45:05
halo.., anyone have style fill forms like sheet excel, please
R_IT_Geek 2019-09-23 18:29:09
R_IT_Geek 2019-09-23 14:34:03
and use @can in view
plz help 😢
2019-09-23 19:20:52
Good morning, someone could help me, i ran the command composer update and now when i try to login he returns this error these credentials do not match our records
2019-09-23 19:27:03
But i have a base with 400 users
scaryMC 2019-09-23 19:28:45
2019-09-23 19:20:52
Good morning, someone could help me, i ran the command composer update and now when i try to login he returns this error these credentials do not match our records
Composer doesn’t have interaction with your database. I think you just forgot your password
scaryMC 2019-09-23 19:28:57
I mean composer update
2019-09-23 19:37:29
No, i already used the fogot my password and access and it is the same, however what Samuel said worked
2019-09-23 19:39:32
the question is how to do it with 400 users, anyway thanks to all
2019-09-23 19:55:31
These users were in a base made in codigniter i migrated must have wrong some verification data because the new user as you spoke worked
2019-09-23 19:58:29
even when i change the password i forgot my password but now i know more or less where to go
vikaskumar_99 2019-09-23 22:40:39
Anyone online?
vikaskumar_99 2019-09-23 22:41:45
Could you please tell me best plugin for comments.
vikaskumar_99 2019-09-23 22:42:05
I want to add in blog.
PHP Begginer 2019-09-24 00:49:00
Hi , i need help pls
PHP Begginer 2019-09-24 00:49:04
$ php artisan migrate
Migrating: 2019_09_23_152933_create_orders_table
Migrating: 2019_09_23_152933_create_orders_table
IlluminateDatabaseQueryException : SQLSTATE[HY000]: General error: 1215 Ca
nnot add foreign key constraint (SQL: alter table orders add constraint `order
s_user_id_foreign` foreign key (user_id) references users (id))
PHP Begginer 2019-09-24 00:57:39
$table->unsignedInteger(‘user_id’);
aikeng 2019-09-24 02:47:38
Please I need help with running laravel schedule on namecheap server
Mustafa Bharmal 2019-09-24 06:53:38
Please Forgot and reset password Api Halp Me Please..
behzadaminnima 2019-09-24 06:56:10
Mustafa Bharmal 2019-09-24 06:53:38
Please Forgot and reset password Api Halp Me Please..
https://jobteam.ir/ProductUser/75-Laravel-Passport-Auth
آموزش احراز هویت با laravel passport – جاب تیم
احراز هویت با laravel passport برای ایجاد یک api اندروید یا ios، آموزش restful api در لاراول،passport لاراول،rest api در لاراول همین آموزش می باشد.
احراز هویت با laravel passport برای ایجاد یک api اندروید یا ios، آموزش restful api در لاراول،passport لاراول،rest api در لاراول همین آموزش می باشد.
R_IT_Geek 2019-09-24 08:11:54
yeh,
$product->id is 14
$product->id is 14
kattekadan 2019-09-24 12:03:11
Laravel scout with elasticsearch not working
Any solution
Any solution
2019-09-24 12:52:52

2019-09-24 12:53:20
public function userActivation($token)
{
$check = DB::table(‘users_activations’)->where(‘token’,$token)->first();
if (!is_null($check)){
$user = User::find($check->id_user);
if ($user->is_activated == 1){
return redirect()->to(‘login’)->with(‘success’,’در حال حاضر شما فعال هستید.’);
}
$user->update([‘is_activated’=>1]);
DB::table(‘users_activations’)->where(‘token’,$token)->delete();
return redirect()->to(‘login’)->with(‘success’,’کاربر گرامی ایمیل شما فعال شد لطفا وارد شوید’);
}
return redirect()->to(‘login’)->with(‘warning’,’مشکل در ارسال ایمیل فعال سازی لطفا دوباره ایمیل صحیح را وارد نمایید’);
}
}
{
$check = DB::table(‘users_activations’)->where(‘token’,$token)->first();
if (!is_null($check)){
$user = User::find($check->id_user);
if ($user->is_activated == 1){
return redirect()->to(‘login’)->with(‘success’,’در حال حاضر شما فعال هستید.’);
}
$user->update([‘is_activated’=>1]);
DB::table(‘users_activations’)->where(‘token’,$token)->delete();
return redirect()->to(‘login’)->with(‘success’,’کاربر گرامی ایمیل شما فعال شد لطفا وارد شوید’);
}
return redirect()->to(‘login’)->with(‘warning’,’مشکل در ارسال ایمیل فعال سازی لطفا دوباره ایمیل صحیح را وارد نمایید’);
}
}
2019-09-24 12:53:31
i how problem
2019-09-24 12:54:11
code laravel 6 is not work just laravel 5.4 is worked! help me please?
kattekadan 2019-09-24 12:55:30
Check php version
Alaa_Esam 2019-09-24 12:55:43
2019-09-24 12:54:11
code laravel 6 is not work just laravel 5.4 is worked! help me please?
what is php version?
2019-09-24 12:56:03
Alaa_Esam 2019-09-24 12:55:43
what is php version?
7.2.1
2019-09-24 12:57:16

Alaa_Esam 2019-09-24 12:58:28
ok update in cmd laravel by use this command”composer create-project –prefer-dist laravel/laravel blog “6.*” ”
Alaa_Esam 2019-09-24 12:59:22
dont forget your “blog”=”your project name”
2019-09-24 13:01:03

composer.json
2019-09-24 13:01:40
laravel is 6.0.1
kattekadan 2019-09-24 13:01:54
.env
2019-09-24 13:03:52

2019-09-24 13:04:43

token send successful
2019-09-24 13:05:25
2019-09-24 13:04:43
token send successful
just not update and redirect()back to login
2019-09-24 13:06:57
$user->update([‘is_activated’=>1]);
2019-09-24 13:07:12
2019-09-24 13:06:57
$user->update([‘is_activated’=>1]);
is currect in laravel 6?
kattekadan 2019-09-24 13:08:28
$fillable is mentioned?
kattekadan 2019-09-24 13:08:31
Model
kattekadan 2019-09-24 13:09:47
kattekadan 2019-09-24 13:08:28
$fillable is mentioned?
In User model
2019-09-24 13:13:22

2019-09-24 13:14:57

is not work activation.blade.php
Tikaktus 2019-09-24 14:21:06
Hallo, selamat malam. Saya ada projek laravel crudbooster. Mau di hosting kok belum bisa bisa ya? Apa berbeda caranya dengan projek laravel biasa?
Tikaktus 2019-09-24 14:21:37
Saat coba hosting projek php native lancar jaya. Bisa.
Mohon pencerhannya
Mohon pencerhannya