← prev | next →
ViralKachhadiya 2020-05-23 09:19:40
flyingdragons 2020-05-23 09:19:04
But it must look like https://domain_name/images/image_name
Yes
ViralKachhadiya 2020-05-23 09:19:51
What’s problem is going on?
flyingdragons 2020-05-23 09:20:06
when your echo the following
echo url(‘images/thankyouimage.jpeg’);
rebory 2020-05-23 09:20:13
rebory 2020-05-23 08:13:25
this is kernal.php
any buddy help me pls
flyingdragons 2020-05-23 09:20:18
what URL your getting?
ViralKachhadiya 2020-05-23 09:20:46
flyingdragons 2020-05-23 09:19:04
But it must look like https://domain_name/images/image_name
Like this
flyingdragons 2020-05-23 09:21:00
Yes
flyingdragons 2020-05-23 09:21:19
flyingdragons 2020-05-23 09:20:18
what URL your getting?
once you echo. What URL your getting? Kindly share it
flyingdragons 2020-05-23 09:21:30
rebory 2020-05-23 09:20:13
any buddy help me pls
Yup will revert to you just a sec
rebory 2020-05-23 09:22:14
flyingdragons 2020-05-23 09:21:30
Yup will revert to you just a sec
ok
ViralKachhadiya 2020-05-23 09:23:04
flyingdragons 2020-05-23 09:24:57
No bro just echo the following from your project
flyingdragons 2020-05-23 09:25:07
echo url(‘images/thankyouimage.jpeg’); exit
flyingdragons 2020-05-23 09:26:35
rebory 2020-05-23 08:13:25
this is kernal.php
In Kernel.php just keep the commands empty and check once?
protected $commands = [
//
];
rebory 2020-05-23 09:27:01
flyingdragons 2020-05-23 09:26:35
In Kernel.php just keep the commands empty and check once?
protected $commands = [
//
];
can i sent you both files here
flyingdragons 2020-05-23 09:27:15
Yes please. Send it personally
flyingdragons 2020-05-23 09:30:10
ViralKachhadiya 2020-05-23 09:23:04
Hi did it solve your issue?
ViralKachhadiya 2020-05-23 09:32:24
flyingdragons 2020-05-23 09:30:10
Hi did it solve your issue?

ViralKachhadiya 2020-05-23 09:32:43
❓❓
flyingdragons 2020-05-23 09:32:55
Hmmmm looks like the PATH is good
flyingdragons 2020-05-23 09:33:17
Can you please send me email screen shot?
ViralKachhadiya 2020-05-23 09:33:28
Ok
ViralKachhadiya 2020-05-23 09:34:04
ViralKachhadiya 2020-05-23 09:34:35
ViralKachhadiya 2020-05-23 09:34:04
This middle space is show you this image space
flyingdragons 2020-05-23 09:35:18
ViralKachhadiya 2020-05-23 09:34:04
Oh! the problem is its trying to fetch the details from localhost ie 127.0.0.1
flyingdragons 2020-05-23 09:35:28
Change the APP_URL in .env file
ViralKachhadiya 2020-05-23 09:36:08
flyingdragons 2020-05-23 09:37:22
Have you hosted your application some where. May I know your website domainname please
flyingdragons 2020-05-23 09:37:40
that domain you have to add in
APP_URL=your_website_domain_name
ViralKachhadiya 2020-05-23 09:48:24
flyingdragons 2020-05-23 09:37:22
Have you hosted your application some where. May I know your website domainname please
Nowadays, my website is not hosted so how to solve it,
My web is host on localhost means 127.0.0.1:8000
flyingdragons 2020-05-23 09:49:31
If thats the case then images cant be rendered in email. To put simply, email is in WAN and yours in in LAN
flyingdragons 2020-05-23 09:54:19
ViralKachhadiya 2020-05-23 09:48:24
Nowadays, my website is not hosted so how to solve it,
My web is host on localhost means 127.0.0.1:8000
One alternative is you can upload your images in google docs or any other place where it can be access from URL
flyingdragons 2020-05-23 09:54:29
And then use that URL in your project
Skg005 2020-05-23 10:12:50
Looking for freelance work in software development using php, Python, javascript, angular and react.
Skg005 2020-05-23 10:13:58
I am for freelance work.
S A 2020-05-23 11:18:49
I have a two tables
Users and student
In users table insert email and password
Remaining fields are insert in Student table
How can I do that one in laravel Nova
@DEADEYE 2020-05-23 11:18:51
Anyone who knows ghostframe work
Relaxed Guy 2020-05-23 12:07:28
Relaxed Guy 2020-05-23 12:07:39
Guys am tryin to handle….
Relaxed Guy 2020-05-23 12:07:56
Logical errors
Relaxed Guy 2020-05-23 12:09:23
Wen a user logins with a wrong password it still goes to the verification page with failure…..errors….bcoz a user mail of an authenticated user will not be picked on loggin in how do I handle and catch this error
2020-05-23 12:56:37
Why we are allowing such people here?? @admin @Siberfx please its not a general channel.
Siberfx 2020-05-23 12:59:19
i am not an admin here ))
Siberfx 2020-05-23 13:01:20
if i was, i would ban all these idiots
2020-05-23 13:03:17
Right, these are extra illogical lines of code which should be removed 😐🙊
Siberfx 2020-05-23 13:08:53
its the meaning of re-factoring
Siberfx 2020-05-23 13:09:26
Same like using condoms to not to bring such people to life
Siberfx 2020-05-23 13:09:41
:)))
2020-05-23 13:50:38
Relaxed Guy 2020-05-23 12:09:23
Wen a user logins with a wrong password it still goes to the verification page with failure…..errors….bcoz a user mail of an authenticated user will not be picked on loggin in how do I handle and catch this error
Just use validations on the login.blade instead
← prev | next →