What is the best extentions in VS code, for php and laravel?

|
praneet81 2019-07-02 17:21:55
I did
piyushcse 2019-07-02 17:28:08
anyone with access to this ? https://codecourse.com/courses/multistep-forms-with-laravel

Multistep forms with LaravelCodecourse
DesolatorMagno 2019-07-02 18:47:23
Using Mail was easy, you just send the $user object and build the mail using it.
praneet81 2019-07-02 18:48:05
Of course that’s why i asked the question how to install it
DesolatorMagno 2019-07-02 18:48:33
https://laravel.com/docs/5.8/notifications#mail-notifications
DesolatorMagno 2019-07-02 18:49:07
That’s weird, i just read “How do i fix this problem” no “How can i install this extention?”.
praneet81 2019-07-02 18:55:18
Well i rephrase my question then, how can i install this extension on my localhostπŸ™πŸ˜…
DesolatorMagno 2019-07-02 18:58:57
Did you tried
mcrypt_encrypt install {Your_Linux_Distribution}
DesolatorMagno 2019-07-02 18:59:20
Searching for it, remember that method varies in each SO.
Bpatil 2019-07-03 07:31:22
How to begin with laravel?
Bpatil 2019-07-03 07:33:22
Documention of laravel send pls
MatPk 2019-07-03 07:34:30
Bpatil 2019-07-03 07:33:22
Documention of laravel send pls

Laravel.com/docs

Laravel – The PHP Framework For Web ArtisansLaravel
Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation β€” freeing you to create without sweating the small things.
izzatullokanoatov 2019-07-03 07:34:45
https://laravel.com/docs/5.8/installation

Laravel – The PHP Framework For Web ArtisansLaravel
Laravel is a PHP web application framework with expressive, elegant syntax. We’ve already laid the foundation β€” freeing you to create without sweating the small things.
nomad 2019-07-03 08:16:45
using laravel is it possible to create a web app like http://cloudcraft.co
its an drawing app like auto CAD

Cloudcraft – Draw AWS diagramswww.cloudcraft.co
Visualize your AWS environment as isometric architecture diagrams. Snap together blocks for EC2s, ELBs, RDS and more. Connect your live AWS environment.
Rasyidialwee 2019-07-03 09:54:17
i need help with laravel cashier
senhorY 2019-07-03 12:14:49
Anyone know how to use Guzzle like curl -u user:pass url
senhorY 2019-07-03 12:15:47
I’m trying with $client->request(‘GET’, $url, [‘auth’ => [‘user’, ‘pass’]]) but I’m getting different results
πŸ™‚ 2019-07-03 12:47:05
I’m getting this problem I’m selecting a another selection old value cannot be deleted, new value appanded with old value
πŸ™‚ 2019-07-03 12:51:33
laravel_discuss-8219.jpg

πŸ™‚ 2019-07-03 12:51:44
Any one slove this problem
izzatullokanoatov 2019-07-03 12:55:00
You need to delete the antivures if you have one . ‘Cause antivirus might be written in laravel too
izzatullokanoatov 2019-07-03 12:55:23
I think
o_sayfullayev 2019-07-03 12:55:31
izzatullokanoatov 2019-07-03 12:55:00
You need to delete the antivures if you have one . ‘Cause antivirus might be written in laravel too

Yes yes Antivirus vs Laravel could be a big Problem

acrossoffwest 2019-07-03 12:56:31
o_sayfullayev 2019-07-03 12:55:31
Yes yes Antivirus vs Laravel could be a big Problem

It’s realy? 0_0

ErgashevXurshid 2019-07-03 12:56:54
πŸ™‚ 2019-07-03 12:51:33

Before add you need clear select options

acrossoffwest 2019-07-03 12:58:26
Why do you not use screenshot applications? )))
ErgashevXurshid 2019-07-03 12:58:45
$(‘#your_element_id’).empty().append(“<option selected disabled>– select once –</option>”);
$(‘#your_element_id’).append(data);
izzatullokanoatov 2019-07-03 12:58:59
acrossoffwest 2019-07-03 12:58:26
Why do you not use screenshot applications? )))

’cause laravel gives error in screenshot applications.

izzatullokanoatov 2019-07-03 12:59:15
I had the same situation
acrossoffwest 2019-07-03 12:59:37
izzatullokanoatov 2019-07-03 12:58:59
’cause laravel gives error in screenshot applications.

Ha ha ha, so funny))))

acrossoffwest 2019-07-03 13:00:10
izzatullokanoatov 2019-07-03 12:58:59
’cause laravel gives error in screenshot applications.

It calls system crash?

izzatullokanoatov 2019-07-03 13:00:42
acrossoffwest 2019-07-03 13:00:10
It calls system crash?

I didnt remember the error now. I had a lot of situations like this

acrossoffwest 2019-07-03 13:01:29
izzatullokanoatov 2019-07-03 13:00:42
I didnt remember the error now. I had a lot of situations like this

I hope you not seriously)

πŸ™‚ 2019-07-03 13:03:14
ErgashevXurshid 2019-07-03 12:58:45
$(‘#your_element_id’).empty().append(“<option selected disabled>– select once –</option>”);
$(‘#your_element_id’).append(data);

Thanks bro

ErgashevXurshid 2019-07-03 13:04:52
πŸ™‚ 2019-07-03 13:03:14
Thanks bro

U a welcome

Marvixino 2019-07-03 14:18:22
Is there a middleware to check the passport JWT and renew with refresh token?
2019-07-03 14:21:06
Marvixino 2019-07-03 14:18:22
Is there a middleware to check the passport JWT and renew with refresh token?

That’s exactly what passport does! What do u need more?!

Marvixino 2019-07-03 14:23:26
2019-07-03 14:21:06
That’s exactly what passport does! What do u need more?!

I need to know how to issue new JWT token when is expire by using the refresh token.

Marvixino 2019-07-03 14:25:41
Marvixino 2019-07-03 14:23:26
I need to know how to issue new JWT token when is expire by using the refresh token.

I’m writing now a middleware, but I don’t know if this is the best way

Marvixino 2019-07-03 14:25:47
laravel_discuss-8242.jpg

2019-07-03 14:27:32
Marvixino 2019-07-03 14:25:47

https://stackoverflow.com/questions/42609436/laravel-passport-token-lifetime

Isn’t it better?!

Laravel Passport token lifetimeStack Overflow
I don’t get what I’m doing wrong.
I can’t set token expiration time.

<?php

namespace AppProviders;

class AuthServiceProvider extends ServiceProvider
{
public function boot()
{
$

Marvixino 2019-07-03 14:34:21
2019-07-03 14:27:32
https://stackoverflow.com/questions/42609436/laravel-passport-token-lifetime

Isn’t it better?!

none of them is providing a solution, this a hidden gem 😁
How to get a new token if expire without re-login again?

alexanderdavii 2019-07-03 14:40:08
what is the best extentions in VS code , for php and laravel ?
rebory 2019-07-03 18:50:03
alexanderdavii 2019-07-03 14:40:08
what is the best extentions in VS code , for php and laravel ?

If you are php or laravel develpor leave any other editor only use php storm i promise you never use any editor after use this

kv_sanjay 2019-07-03 18:51:56
rebory 2019-07-03 18:50:03
If you are php or laravel develpor leave any other editor only use php storm i promise you never use any editor after use this

It’s paid right??

rebory 2019-07-03 18:53:44
kv_sanjay 2019-07-03 18:51:56
It’s paid right??

Yes but it save your time and improve your code standard.

rebory 2019-07-03 18:53:53
kv_sanjay 2019-07-03 18:51:56
It’s paid right??

How to activate your app(webstorm, phpstorm etc)
2018
for windows:
1 – Add “0.0.0.0 account.jetbrains.com” and “0.0.0.0 www.jetbrains.com” to end of the C:WindowsSystem32driversetchosts file. (run as adminstrator)
2 – Go to http://jrebel.cuisongliu.com and click Get the registration code
3 – Use this registration code in your IntelliJ

for linux:
1 – Add “0.0.0.0 account.jetbrains.com” and “0.0.0.0 www.jetbrains.com” to end of the /etc/hosts file. (open with sudo)
2 – Go to http://jrebel.cuisongliu.com and click Get the registration code
3 – Use this registration code in your IntelliJ

For Mac users:
Open /etc/hosts file. (go to terminal and type: sudo nano /etc/hosts)
Add this line “0.0.0.0 account.jetbrains.com” and “0.0.0.0 www.jetbrains.com” (without quotes)

CATF44LT7C-eyJsaWNlbnNlSWQiOiJDQVRGNDRMVDdDIiwibGljZW5zZWVOYW1lIjoiVmxhZGlzbGF2IEtvdmFsZW5rbyIsImFzc2lnbmVlTmFtZSI6IiIsImFzc2lnbmVlRW1haWwiOiIiLCJsaWNlbnNlUmVzdHJpY3Rpb24iOiJGb3IgZWR1Y2F0aW9uYWwgdXNlIG9ubHkiLCJjaGVja0NvbmN1cnJlbnRVc2UiOmZhbHNlLCJwcm9kdWN0cyI6W3siY29kZSI6IklJIiwicGFpZFVwVG8iOiIyMDIwLTAxLTA4In0seyJjb2RlIjoiQUMiLCJwYWlkVXBUbyI6IjIwMjAtMDEtMDgifSx7ImNvZGUiOiJEUE4iLCJwYWlkVXBUbyI6IjIwMjAtMDEtMDgifSx7ImNvZGUiOiJQUyIsInBhaWRVcFRvIjoiMjAyMC0wMS0wOCJ9LHsiY29kZSI6IkdPIiwicGFpZFVwVG8iOiIyMDIwLTAxLTA4In0seyJjb2RlIjoiRE0iLCJwYWlkVXBUbyI6IjIwMjAtMDEtMDgifSx7ImNvZGUiOiJDTCIsInBhaWRVcFRvIjoiMjAyMC0wMS0wOCJ9LHsiY29kZSI6IlJTMCIsInBhaWRVcFRvIjoiMjAyMC0wMS0wOCJ9LHsiY29kZSI6IlJDIiwicGFpZFVwVG8iOiIyMDIwLTAxLTA4In0seyJjb2RlIjoiUkQiLCJwYWlkVXBUbyI6IjIwMjAtMDEtMDgifSx7ImNvZGUiOiJQQyIsInBhaWRVcFRvIjoiMjAyMC0wMS0wOCJ9LHsiY29kZSI6IlJNIiwicGFpZFVwVG8iOiIyMDIwLTAxLTA4In0seyJjb2RlIjoiV1MiLCJwYWlkVXBUbyI6IjIwMjAtMDEtMDgifSx7ImNvZGUiOiJEQiIsInBhaWRVcFRvIjoiMjAyMC0wMS0wOCJ9LHsiY29kZSI6IkRDIiwicGFpZFVwVG8iOiIyMDIwLTAxLTA4In0seyJjb2RlIjoiUlNVIiwicGFpZFVwVG8iOiIyMDIwLTAxLTA4In1dLCJoYXNoIjoiMTE1MzA4ODUvMCIsImdyYWNlUGVyaW9kRGF5cyI6MCwiYXV0b1Byb2xvbmdhdGVkIjpmYWxzZSwiaXNBdXRvUHJvbG9uZ2F0ZWQiOmZhbHNlfQ==-BZLL+H88k449OQC56NsqU0fwb6wMAX1Di+CK5HS46DuOD1E68HPiTqREdn8DzrLVAoMkJReaH30RaIDLwUI8GEFifDcCYE5RbpE5ApNJ8mcUJr8oA1nrjY9IzZCgrSBFr4GAOLqSfXH+1UJ3K8UPqGh8nThomnKW9Jvv9pA7HIH/KrNm2RLV/aNMHWO8Q44A8ToXm7g5FS2lW903URPQ0KFgxT11w/KL81UkHm6yUXC7/LTAygIBArI8j+XUk3rlz4rpi2wrJclYXukrKQqH/V6CTbnVV3d6XAdtCqjryQ2Ga7bP/XTLjwAGwPEB3Q1W7LHNQ7CsyvZG/oTSOgD2YQ==-MIIElTCCAn2gAwIBAgIBCTANBgkqhkiG9w0BAQsFADAYMRYwFAYDVQQDDA1KZXRQcm9maWxlIENBMB4XDTE4MTEwMTEyMjk0NloXDTIwMTEwMjEyMjk0NlowaDELMAkGA1UEBhMCQ1oxDjAMBgNVBAgMBU51c2xlMQ8wDQYDVQQHDAZQcmFndWUxGTAXBgNVBAoMEEpldEJyYWlucyBzLnIuby4xHTAbBgNVBAMMFHByb2QzeS1mcm9tLTIwMTgxMTAxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxcQkq+zdxlR2mmRYBPzGbUNdMN6OaXiXzxIWtMEkrJMO/5oUfQJbLLuMSMK0QHFmaI37WShyxZcfRCidwXjot4zmNBKnlyHodDij/78TmVqFl8nOeD5+07B8VEaIu7c3E1N+e1doC6wht4I4+IEmtsPAdoaj5WCQVQbrI8KeT8M9VcBIWX7fD0fhexfg3ZRt0xqwMcXGNp3DdJHiO0rCdU+Itv7EmtnSVq9jBG1usMSFvMowR25mju2JcPFp1+I4ZI+FqgR8gyG8oiNDyNEoAbsR3lOpI7grUYSvkB/xVy/VoklPCK2h0f0GJxFjnye8NT1PAywoyl7RmiAVRE/EKwIDAQABo4GZMIGWMAkGA1UdEwQCMAAwHQYDVR0OBBYEFGEpG9oZGcfLMGNBkY7SgHiMGgTcMEgGA1UdIwRBMD+AFKOetkhnQhI2Qb1t4Lm0oFKLl/GzoRykGjAYMRYwFAYDVQQDDA1KZXRQcm9maWxlIENBggkA0myxg7KDeeEwEwYDVR0lBAwwCgYIKwYBBQUHAwEwCwYDVR0PBAQDAgWgMA0GCSqGSIb3DQEBCwUAA4ICAQAF8uc+YJOHHwOFcPzmbjcxNDuGoOUIP+2h1R75Lecswb7ru2LWWSUMtXVKQzChLNPn/72W0k+oI056tgiwuG7M49LXp4zQVlQnFmWU1wwGvVhq5R63Rpjx1zjGUhcXgayu7+9zMUW596Lbomsg8qVve6euqsrFicYkIIuUu4zYPndJwfe0YkS5nY72SHnNdbPhEnN8wcB2Kz+OIG0lih3yz5EqFhld03bGp222ZQCIghCTVL6QBNadGsiN/lWLl4JdR3lJkZzlpFdiHijoVRdWeSWqM4y0t23c92HXKrgppoSV18XMxrWVdoSM3nuMHwxGhFyde05OdDtLpCv+jlWf5REAHHA201pAU6bJSZINyHDUTB+Beo28rRXSwSh3OUIvYwKNVeoBY+KwOJ7WnuTCUq1meE6GkKc4D/cXmgpOyW/1SmBz3XjVIi/zprZ0zf3qH5mkphtg6ksjKgKjmx1cXfZAAX6wcDBNaCL+Ortep1Dh8xDUbqbBVNBL4jbiL3i3xsfNiyJgaZ5sX7i8tmStEpLbPwvHcByuf59qJhV/bZOl8KqJBETCDJcY6O2aqhTUy+9x93ThKs1GKrRPePrWPluud7ttlgtRveit/pcBrnQcXOl1rHq7ByB8CFAxNotRUYL9IF5n3wJOgkPojMy6jetQA5Ogc8Sm7RG6vg1yow==

rebory 2019-07-03 18:54:36
kv_sanjay 2019-07-03 18:51:56
It’s paid right??

Use only key after install php storm and enjoy

daemon_coder 2019-07-03 18:58:42
Please how can I transfer media files to from my local computer to my Ubuntu server hosting my laravel app on vultr
mrgafury 2019-07-03 19:01:24
hi guys i want to use socialite package in laravel i want login with google but i have problem . i create client_id and client_secret in console.google.com but i get this error when login to google
|