← prev | next →
richitorres 2019-10-16 01:03:02
you can use
richitorres 2019-10-16 01:03:28
{{route(‘user.edit’,$id)}}
linux2014 2019-10-16 01:03:46
linux2014 2019-10-16 01:03:54
this work
linux2014 2019-10-16 01:04:24
richitorres 2019-10-16 01:04:45
nice
linux2014 2019-10-16 01:05:18
I think laravel 6 defferent
richitorres 2019-10-16 01:07:51
maybe
richitorres 2019-10-16 01:07:58
i use laravel 5.7
richitorres 2019-10-16 01:08:08
is the same
linux2014 2019-10-16 01:08:40
Why not work 😩😔
Sid 2019-10-16 05:52:22
https://www.youtube.com/playlist?list=PL_o2jYI8ZAem6trK2765nPBEAskbGgZUT
Laravel 6 tutorial in Hindi – YouTube –
YouTube
Sid 2019-10-16 05:52:39
https://www.youtube.com/playlist?list=PL_o2jYI8ZAeldq-WLItwm4oSbiRsv0kvq
Laravel tutorial –
YouTubeEnjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.
2019-10-16 06:08:02
Can anybody have tutorials for laravel + vuejs
skys215 2019-10-16 06:16:59
Go to laracasts
Elahe 2019-10-16 08:01:07
hi, how can i run “php artisan… ” commands when i was uploaded my project on host ?
paliwaljee 2019-10-16 08:42:12
Can anyone provide a major project in laravel framwrok
paliwaljee 2019-10-16 08:42:21
With SRS
paliwaljee 2019-10-16 08:42:29
Or documentation
Ehsan_hosseiny 2019-10-16 09:56:38
Hello,I got problem with export to excel when i click to buton i response token string like this
Ehsan_hosseiny 2019-10-16 09:57:00
Ehsan_hosseiny 2019-10-16 09:57:59
anyone know what’s the problem?
okuban 2019-10-16 10:18:03
Jlmkllkl me ok. A.,,,….. ..,….,.9… As,q q we
Manoj Mehta 2019-10-16 11:25:03
what is mean by ‘__(‘passwords.user’)’
Manoj Mehta 2019-10-16 11:29:14
i already try but i don’ t know what i have to search
fred 2019-10-16 12:01:54
Singhm123 2019-10-15 14:35:29
We are hiring PHP Developers !!!
Job Title: PHP Developer
Experience: 1-5 years
Package: DOE
Location: palam (south delhi)
Key skills: Proficient knowledge in Laravel/ CodeIgnitor, MVC knowledge about HTML, CSS, Javascript, REST API etc
FOR more details contact-7903437601
This one maybe remote
Mustafa Bharmal 2019-10-16 12:32:42
how to laravel image resize on upload time 200kb ??
Behibehinew 2019-10-16 13:11:34
Mustafa Bharmal 2019-10-16 12:32:42
how to laravel image resize on upload time 200kb ??
invetion image pakcage
Joshteek 2019-10-16 14:11:46
Hello everyone,
Please, who has used willvincent/laravel
-rateable before?
mhd_arffnn 2019-10-16 16:30:35
im using laravel queue event which is queue after, in my local working correctly but in production it doesnt trigger
mhd_arffnn 2019-10-16 16:30:46
i already restart the queue worker
2019-10-16 16:43:27
I Got an error try to login with gmail.Please help me anyone fix this issue
Genius_29 2019-10-16 17:54:53
I create registration form but when user are registered successful and when user wants to login the message comes out “The credentials don’t match”
Elahe 2019-10-16 17:57:33
where should I write it ?
in localhost i try these commads on terminal of phpstorm
DesolatorMagno 2019-10-16 18:02:29
Elahe 2019-10-16 17:57:33
where should I write it ?
in localhost i try these commads on terminal of phpstorm
In a terminal inside your project folder.
TahiriDikovec 2019-10-16 18:41:24
Hola amigos, tengo una consulta, he ejecutado el comando
php artisan make:model tak –migrate
el cual me creo el model tak.php y la migración 2019_10_16_120439_create_tak_table.php
y luego ejecute el comando php artisan migrate
pero me di cuenta que me he equivocado, he tipeado tak en vez de task,
existe alguna forma de revertirlo o debo de ejecutar el comando
php artisan migrate:rollback y luego eliminar de forma manual el tak.php y el 2019_10_16_120439_create_tak_table.php
????
TahiriDikovec 2019-10-16 18:56:19
Sorry
2019-10-16 20:31:55
Laravel Socialite Working tutorial?
Version 5.4 Please anyone help me
2019-10-16 20:33:01
I tried a lot of codes. but got the error.
2019-10-16 20:33:50
Anyone please help to fix them?
Mani 2019-10-16 20:34:21
Whts the error?
2019-10-16 20:36:03
Manjit
2019-10-16 20:38:15
“
public function handleProviderCallback(Request $request,$provider=false)
{
// dd($provider);
try {
$user = Socialite::driver($provider)->stateless()->user();
dd($user);
} catch (Exception $e) {
return redirect(‘/login’);
}
$authUser = $this->findOrCreateUser($user, $provider);
Auth::login($authUser, true);
return redirect($this->redirectTo);
}
“
Mani 2019-10-16 20:38:42
When Google return the Authentication Code code to your Socialite, it can only be used to exchange to Access Token once. Doing more than once will result in the error Code was already redeemed.
2019-10-16 20:40:36
K BUT THIS IS NOT A REDEEMED
2019-10-16 20:41:03
ERROR
Mani 2019-10-16 21:51:24
public function redirect($service)
{
return Socialite::driver ( $service )->redirect ();
}
public function callback($service)
{
$user = Socialite::with ( $service )->user ();
dd($user);
}
Mani 2019-10-16 21:51:31
@Manimaran_Dev Above redirect and callback are working fine, try those functions
← prev | next →