Browse AI Field GuideForum Podcast
All ThreadsLeaderboard
  1. Discussions

    1. Popular This Week
    2. Popular All Time
    3. Solved
    4. Unsolved
    5. No Replies Yet

imrandevbd's avatar

Failed to mail send from laravel service Incoming email works, but outgoing (reply) fails: SECURITY PROBLEM: insecure server advertised AUTH=PLAIN

Hi everyone, I'm building a SaaS application where users can connect their own business email accounts. I'm storing their email credentials and dynamically configuring the mailer so they can read and reply to emails directly from the app. Viewing the incoming emails works perfectly fine, but I'm running into an issue when trying to send an outgoing email (specifically, replying

imrandevbd's avatar
imrandevbd's avatar Glukinho1mo agoLaravel
1
3
Last reply by Glukinho 1mo ago
Mutahhar's avatar

How to use proxy IP for connecting with SendGrid smtp?

I need to use a proxy server to connect with SendGrid for sending emails. As of now, I have tried multiple approaches and solutions, but non of them is working. I have tried passing proxy parameter to stream.ssl in mail.php in Laravel version 10, but it is still not working. Please suggest a solution. 'stream' => [ 'ssl' => [ 'allow_self_signed' => true,

Mutahhar's avatar
Mutahhar's avatar imrandevbd1mo agoLaravel
2
1
Last reply by imrandevbd 1mo ago
CAMOU's avatar

Laracasts Paths

Alright, I've been using Laracasts for a few weeks now and would like to take the opportunity here to briefly describe my experience and offer constructive criticism to improve the site even further. A few weeks ago I started with the "Getting Started with Laravel" course and right after the first few hours I was just thrilled. It's incredible how compact and yet comp

CAMOU's avatar
CAMOU's avatar LewisHead1mo agoFeedback
2
4
Last reply by LewisHead 1mo ago
Nicom's avatar

SEO results with Inertia SSR are low

Hi guys! I recently made a small app with Laravel and vanilla js. The point is that approximately 2 months ago I rebuilt my app with inertia ssr and the SEO has not stopped going down since that moment. I am a beginner, but I think I configured everything correctly, in fact if I enter the browser and deactivate javascript my webapp can be seen, so I understand that Google is ab

Nicom's avatar
Nicom's avatar imrandevbd1mo agoInertia
5
1
Last reply by imrandevbd 1mo ago
janum's avatar

best vps hosting to host website data

hi i am looking for vps server located in usa to host data of my website which is on heavy cms such as ghost . i asked from chatgpt and it says that ghost and other cms can only install on vps so i need to buy this. for this i browse for this and found that hostinger provides best vps plan wiht mulltiple ram version. with 2 gb to 16 gb with good price. now i want to confirm is

janum's avatar
janum's avatar imranbru1mo agoDevOps
4
6
Last reply by imranbru 1mo ago
BasilDean's avatar

"All series" section clearly lack something

Please add watched filter in "All series" section data is actively there and it will improve UX so much

BasilDean's avatar
BasilDean's avatar vincent150...1mo agoFeedback
2
5
Last reply by vincent15000 1mo ago
Randy_Johnson's avatar

Reverting from PEST to PHPUnit

When starting the laravel app creation, I went for PEST, but now I realise I don't actually like it and prefer the look of PHPUnit. I've noticed that pest comes with a lot of preloaded scripts to test for specific functionality, my guess in that the same kind of script come with PHPUnit. Is there a script I can run to remove Pest and go with Unit?

Randy_Johnson's avatar
Randy_Johnson's avatar ian_h1mo agoLaravel
5
1
Last reply by ian_h 1mo ago
jalaf11201's avatar

Is it okay to have several Blade views, Routes and Controllers for the same thing for different Authority?

I have 5 types of authority: super admin (highest), dynamic roles created by super admin, community owner, dynamic roles created by community owner, normal users, I have separate community controller, blade views and routes for super admin and user. And I might do one more for dynamic roles. I will check the authentication from the routes with middleware. Is it okay to do these

jalaf11201's avatar
jalaf11201's avatar vincent150...1mo agoGeneral
5
2
Last reply by vincent15000 1mo ago
parmanand741's avatar

Laravel 13 with Livewire Starter Kit project

I created a Laravel 13 with Livewire Starter Kit project, selecting the following options: Which Starter Kit would you like to install? [None]: livewire Which Authentication Provider would you prefer? [Laravel's built-in authentication]: laravel Would you like to use single-file Livewire components? (yes/no) [yes]: yes Would you like to add Teams support to your application? (

parmanand741's avatar
parmanand741's avatar ghabriel251mo agoLaravel
2
273
Last reply by ghabriel25 1mo ago
RogerManich's avatar

Inertia + vue3 starter kit Localization support.

Hi, I am in learning process and I started a new project to practice a bit. My first goal is having language support to my App using vue starter kit. The backend part is acomplished and the frontend almost acomplished there is a refresh issue. When I refresh the page I see the original labels and then the translated ones. This is weird for me. But first I want to review what I

RogerManich's avatar
RogerManich's avatar RogerManic...1mo agoVue
2
4
Last reply by RogerManich 1mo ago
jimothee's avatar

php version does not satisfy that requirement composer laragon, How do i fix this

I recently bought Laragon and when i tried to make a controller in my new laravel project it told me: "PHP Fatal error: Uncaught RuntimeException: Composer detected issues in your platform: Your Composer dependencies require a PHP version ">= 8.3.0". You are running 8.2.12. in C:\laragon\www\qna\vendor\composer\platform_check.php:22 Stack trace:" Im conf

jimothee's avatar
jimothee's avatar bytepi1mo agoLaravel
6
12
Last reply by bytepi 1mo ago
adamnet's avatar

Deleting rows massively using DB facade

I would like to delete massively records using the DB facade with a WHERE clause in a classic delete query. I do not want to use the Model Eloquent methods. A possible way to do it is below DB::delete('DELETE FROM users WHERE id = ?', [$id]); echo ("User Record deleted successfully."); return redirect()->route('users.index'); Question: Is it p

adamnet's avatar
adamnet's avatar jlrdw2mos agoLaravel
4
1
Last reply by jlrdw 2mos ago
vincent15000's avatar

Multipart limitations

Hello, https://inertiajs.com/docs/v2/the-basics/file-uploads#multipart-limitations Is this also possible with the form helper ? form.post(`/users/${user.id}`, { _method: 'put', }); Thanks for your help. V

vincent15000's avatar
vincent15000's avatar vincent150...2mos agoInertia
5
3
Last reply by vincent15000 2mos ago
iamYannC's avatar

upgrading vsanilla php 5.4 to 8.x with laravel

Hey guys. I work at a small company and act as this guy "that's good with technology". i.e, anything related to backend, frontend and god forbid, even devops is being dumped at me. Our software was built 20 years ago by an external company that doesnt exist anymore. I was asked to upgrade our legacy php 5.4 to recent version and i figured it would also be a great oppo

iamYannC's avatar
iamYannC's avatar vincent150...2mos agoPHP
5
8
Last reply by vincent15000 2mos ago
jalaf11201's avatar

How should I structure authorization for owner, super admin, community admin, and dynamic roles in a Laravel social network?

Hi, I'm creating a basic Laravel social network as my final project and I'm stuck on the authorization structure. My systems authority levels: super admin (static role, highest authority, have separate panel) community admin (a user who created a community) normal user dynamic global roles (created by super admin) dynamic community roles created by community admins First I am w

jalaf11201's avatar
jalaf11201's avatar imranbru2mos agoGeneral
3
1
Last reply by imranbru 2mos ago
vincent15000's avatar

Leaderboard : experience is not the same according to the view

Hello, I just noticed that the experience value is not the same between This month view and This year view. Just to inform you ;). V

vincent15000's avatar
vincent15000's avatar jlrdw2mos agoFeedback
6
1
Last reply by jlrdw 2mos ago
Ace's avatar

where in fortify is the default verifyemail redirect defined

I have the following link from the verifyemailnotification generated in fortify: http://sanctum.test/email/verify/48/d3e7871cdf46101eec126daa2b8265830e8ee30c?expires=1690202302&signature=4089e5544eb078832039d3164b55165887c61f61519fa5ce2c68d8823fcac2f5 It redirects in my case to api/login. where can I define a different url? my goal is to create a url to open a mobile app sp

Ace's avatar
Ace's avatar ahmedde2mos agoGeneral
10
1
Last reply by ahmedde 2mos ago
brayniverse's avatar

Where are you all from?

I'm wondering how far Laravel's reach extends to. I hail from London myself.

brayniverse's avatar
brayniverse's avatar count_ciph...2mos agoGeneral
1,765
58,371
Last reply by count_cipher 2mos ago
vincent15000's avatar

Laravel / InertiaJS / VueJS - 502 Bad Gateway

Hello, I'm working on an application with Laravel / InertiaJS / VueJS. Locally all works fine, but in preproduction, I get an issue with some forms. Instead of displaying the validation messages, I get a 502 Bad Gateway error. Do you have any idea ? What do you suggest me to check ? Thanks for your help. V

vincent15000's avatar
vincent15000's avatar vincent150...2mos agoLaravel
5
3
Last reply by vincent15000 2mos ago
vincent15000's avatar

Warning: Ambiguous class resolution

Hello, I get this warning while generating optimized autoload files. Warning: Ambiguous class resolution, "League\Flysystem\Local\LocalFilesystemAdapterTest" was found in both "/var/www/meeplesperdusaurillac/vendor/league/flysystem-local/LocalFilesystemAdapterTest.php" and "/var/www/meeplesperdusaurillac/vendor/league/flysystem/src/Local/LocalFilesyste

vincent15000's avatar
vincent15000's avatar vincent150...2mos agoLaravel
7
1
Last reply by vincent15000 2mos ago
vincent15000's avatar

What about creating a NativePHP channel ?

Hello, How about creating a NativePHP channel ? Thanks for your reply. V

vincent15000's avatar
vincent15000's avatar Randy_John...2mos agoFeedback
6
7
Last reply by Randy_Johnson 2mos ago
Afathy-99's avatar

data-repeater-list in javascript issue

I have a repeater list like this but my problem is when i add 2 items (admins), so the total is 3 admins now only the first item is sent in the request, however when i inspect the elements in the network i see the select elements have different indexes names of 0,1,2 this is my blade: <div class="form-group"> <div data-rep

Afathy-99's avatar
Afathy-99's avatar Afathy-992mos agoJavaScript
0
4
Max100's avatar

Developing on Linux

I'm exploring moving my development from Windows to Linux Mint. I've tried DDEV, which seems pretty good, but I've had some issues with vite on breeze apps and also I couldn't create a new app from a starter kit. Does anyone have suggestions about using the starter kits with ddev, or laravel development on linux generally?

Max100's avatar
Max100's avatar Max1002mos agoGeneral
15
8
Last reply by Max100 2mos ago
Shivamyadav's avatar

Google api OAuth unauthorized issue?

I have a GoogleDriveService to mange the work for the drive related. Earlier it was setup by me to work like get the new refresh access token for each request and it was working fine. Yesterday my senior suggested me to use this way: 1. To add the logic only get the new access token if it is expired. 2. I have added this logic but now I am getting 401 (Unauthorized) error. My c

Shivamyadav's avatar
Shivamyadav's avatar Shivamyada...2mos agoLaravel
4
5
Last reply by Shivamyadav 2mos ago
NuOrder's avatar

Error when run php artisan inertia:start-ssr

Hello, php artisan inertia:start-ssr stop working after update to version Inertia 3.0.2 when I try to run: inertia:start-ssr I got error: "Inertia SSR bundle not found. Set the correct Inertia SSR bundle path in your inertia.ssr.bundle config." what is wrong with? :|

NuOrder's avatar
NuOrder's avatar imranbru2mos agoInertia
2
3
Last reply by imranbru 2mos ago

Want us to email you occasionally with Laracasts news?

Nine out of ten doctors recommend Laracasts over competing brands. Come inside, see for yourself, and massively level up your development skills in the process.

Learn
BrowseSeriesCreatorSeriesLaravel PathLarabitsPlayground
Discuss
ForumPodcastSupport
Extras
Gift CertificatesApparelFAQiOS AppTerms
Social
X(Twitter)TikTokYoutube

© Laracasts 2026. All rights reserved. Yes, all of them. That means you, Todd.

Proudly hosted with Laravel Forge and DigitalOcean.

Want us to email you occasionally with Laracasts news?

Nine out of ten doctors recommend Laracasts over competing brands. Come inside, see for yourself, and massively level up your development skills in the process.

Learn
BrowseSeriesCreatorSeriesLaravel PathLarabitsPlayground
Discuss
ForumPodcastSupport
Extras
Gift CertificatesApparelFAQiOS AppTerms
Social
X(Twitter)TikTokYoutube

© Laracasts 2026. All rights reserved. Yes, all of them. That means you, Todd.

Proudly hosted with Laravel Forge and DigitalOcean.