← prev | next →
Jomitz 2020-11-22 19:13:45
Ganesh
Ganesh 2020-11-22 19:13:47
Ok thanks
Ganesh 2020-11-22 19:22:17
Thanks Jo it works
datlechin 2020-11-22 20:01:11
Can’t get .exe file extension in laravel
2020-11-22 20:49:52
Can i encrypt my full laravel code?
But still want to run
StanleyMasinde 2020-11-22 21:26:49
https://github.com/cztomczak/phpdesktop
GitHub – cztomczak/phpdesktop: Develop desktop GUI applications using PHP, HTML5, JavaScript and SQLite –
GitHubDevelop desktop GUI applications using PHP, HTML5, JavaScript and SQLite – GitHub – cztomczak/phpdesktop: Develop desktop GUI applications using PHP, HTML5, JavaScript and SQLite
mohsetiawanmodeong 2020-11-22 21:32:56
StanleyMasinde 2020-11-22 21:26:49
https://github.com/cztomczak/phpdesktop
nice
JoaquinVilchez 2020-11-23 00:57:00
Hi! Anybody used the spatie opening-hours package??
Onkar Gujar 2020-11-23 09:19:13
Can anyone tell me or send me the PDF or doc for Laravel 8 new features
karthick2828 2020-11-23 09:40:36
https://laravel.com/docs/8.x/releases
2020-11-23 10:03:50
Route::patch(‘/article/update/{article}’, ‘AppHttpControllersArticleController@update’);
Is there a patch in Laravel 8?
Is that right?
2020-11-23 10:06:00

Hello,
I wanna ask u About laravel
How to solve error : target class [AppControllersAuthController] does not exist
I already try YouTube tutorial but still error 🥺
Thanks
Jomitz 2020-11-23 10:07:04
Check the namespace of authcontroller
Jomitz 2020-11-23 10:10:01
Send screenshot of web.php and folder structure of controllers
Siberfx 2020-11-23 10:13:39
2020-11-23 10:06:00
Hello,
I wanna ask u About laravel
How to solve error : target class [AppControllersAuthController] does not exist
I already try YouTube tutorial but still error 🥺
Thanks
https://dev.to/mr_steelze/laravel-8-routing-change-25co here if you want to use the old routing…
Laravel 8: Routing Change –
DEV CommunityWith the release of Laravel 8, there has been a change to the routing syntax which might catch you by…
danielwaiguru 2020-11-23 12:04:07
2020-11-23 10:06:00
Hello,
I wanna ask u About laravel
How to solve error : target class [AppControllersAuthController] does not exist
I already try YouTube tutorial but still error 🥺
Thanks
Route::get(‘/’, [AuthController::class, ‘login’])
Jomitz 2020-11-23 12:10:41
In route Auth/AuthController cgange path to this @Jeje9208
SM_NHosseini 2020-11-23 12:42:35
hi guys, does anyone faced this problem with laravel framework in ubuntu server :
Swift_TransportException (550)
Expected response code 250 but got code “550”, with message “550 Bad HELO – Host impersonating domain name [mydomain.com] ”
I tried python and tinker to send mail without any problem but can not send email from framework
Pro 2020-11-23 12:46:15
SM_NHosseini 2020-11-23 12:42:35
hi guys, does anyone faced this problem with laravel framework in ubuntu server :
Swift_TransportException (550)
Expected response code 250 but got code “550”, with message “550 Bad HELO – Host impersonating domain name [mydomain.com] ”
I tried python and tinker to send mail without any problem but can not send email from framework
It’s related to the mail server
Pro 2020-11-23 12:47:04
I faced this error before but I don’t remember how I fix it 😂
SM_NHosseini 2020-11-23 12:48:44
Pro 2020-11-23 12:46:15
It’s related to the mail server
r u sure?
SM_NHosseini 2020-11-23 12:49:19
Pro 2020-11-23 12:47:04
I faced this error before but I don’t remember how I fix it 😂
OMG can’t you remember how to fix this? I’ve thriple check everything but still no luck
Pro 2020-11-23 12:50:06
SM_NHosseini 2020-11-23 12:48:44
r u sure?
Yes
Pro 2020-11-23 12:50:30
SM_NHosseini 2020-11-23 12:49:19
OMG can’t you remember how to fix this? I’ve thriple check everything but still no luck
Sorry long time ago
Roham0010 2020-11-23 12:56:05
Hi guys sorry not related question
What is the best virtual mailbox you have used in linux?
I need a mailbox for test mails there are a lot test mails and I can not use mailtrap etc.. it should be something to be installed in my server thanks
SM_NHosseini 2020-11-23 12:57:46
Pro 2020-11-23 12:50:06
Yes
let me explain a bit may be we achive to a solution, I have a ubuntu server which I manually set up dns server on it.
SM_NHosseini 2020-11-23 12:58:19
And I have an external mail service which I set it up to send mails
SM_NHosseini 2020-11-23 12:59:18
So whenever a mail request goes to server it forward it to external mail service to handle emails
SM_NHosseini 2020-11-23 12:59:53
where do you think I should look for the problem? external mail server or ubuntu server which domain is parked?
Pro 2020-11-23 13:05:05
SM_NHosseini 2020-11-23 12:59:53
where do you think I should look for the problem? external mail server or ubuntu server which domain is parked?
Now this is a bit different cuz it’s external
Pro 2020-11-23 13:06:28
Check the way you connect between the server and the external mail server
Pro 2020-11-23 13:06:44
Something wrong is going there
Pro 2020-11-23 13:06:55
Roham0010 2020-11-23 12:56:05
Hi guys sorry not related question
What is the best virtual mailbox you have used in linux?
I need a mailbox for test mails there are a lot test mails and I can not use mailtrap etc.. it should be something to be installed in my server thanks
Postfix
Roham0010 2020-11-23 13:08:22
Pro 2020-11-23 13:06:55
Postfix
I read about it does it present something like gmail inbox? 🤔
Pro 2020-11-23 13:10:13
If you used it with webmin virtualmin there’s is something like that
SM_NHosseini 2020-11-23 13:11:14
Pro 2020-11-23 13:06:28
Check the way you connect between the server and the external mail server
There is only an a record for mail in my dns config file which forward all mail requests to external mail server
2020-11-23 15:27:18
Hello friends, I want to save the session for 1 week, and when the user closes the browser, will that session remain?
Pro 2020-11-23 15:33:20
Make it a cookie
Caleb_Fonyuy 2020-11-23 15:39:54
2020-11-23 15:27:18
Hello friends, I want to save the session for 1 week, and when the user closes the browser, will that session remain?
use cookies or localstorage
← prev | next →