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

bytepi's avatar

Larabox: The Local Dev Stack Manager that I built.

I have been working on the local development stack app called Larabox. It offers pre-bundled runtimes including PHP, nginx, MariaDB, PostgreSQL, Redis, Mailpit and Meilisearch. Delta updates to binaries without App updates, take backups, Native Task Scheduler to manage your development and testing cycle. It’s free to use and I’m looking for early feedback. I can drop licenses t

bytepi's avatar
bytepi's avatar bytepi1mo agoGeneral
8
1
Last reply by bytepi 1mo ago
jimothee's avatar

Whys Laravel telling me "Path Cannot be empty"

here is my store function in controller $request->validate([ 'description' => 'required', 'title' => 'required', 'thumbnail' => 'required', ]); $extra = $request->except(['thumbnail', 'background_image', '_token']); $extra['type'] = 'comic'; $extra['thumbnail'] = dd($request->file('t

jimothee's avatar
jimothee's avatar jimothee1mo agoLaravel
4
1
Last reply by jimothee 1mo ago
LewisHead's avatar

Autocompletion Tips For Tailwind Not Working In PHPStorm

Hi Everyone, On PHPStorm normally tailwind class names show when i start typing for example if i type "f" it will show classes like "flex, "flex-col" "flex-row" etc but those suggestions do not show for me anymore. Any ideas?

LewisHead's avatar
LewisHead's avatar imranbru1mo agoPHP
2
2
Last reply by imranbru 1mo ago
Respect's avatar

Why search input inside custom slot not working when typing , if moved out the custom slot will working

hello Why search input inside custom slot not working when typing , if moved out the custom slot will working // index page code & app-admin.blade.php layout code below <?php use App\Actions\Admin\JobTitle\JobTitleIndexAaction; use App\Models\JobTitle; use App\Traits\HasFilter; use App\Traits\HasPagination; use Livewire\Attributes\Computed; use Livewire\Component; new

Respect's avatar
Respect's avatar Respect1mo agoLivewire
2
1
Last reply by Respect 1mo ago
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
1
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
1
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
1
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
1
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
1
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
521
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
2
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
24
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 jlrdw1mo agoLaravel
4
1
Last reply by jlrdw 1mo 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...1mo agoInertia
5
1
Last reply by vincent15000 1mo 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...1mo agoPHP
5
1
Last reply by vincent15000 1mo 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 imranbru1mo agoGeneral
3
5
Last reply by imranbru 1mo 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 jlrdw1mo agoFeedback
6
6
Last reply by jlrdw 1mo 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 ahmedde1mo agoGeneral
10
2
Last reply by ahmedde 1mo 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...1mo agoGeneral
1,765
53,139
Last reply by count_cipher 1mo 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...1mo agoLaravel
5
1
Last reply by vincent15000 1mo 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...1mo agoLaravel
7
1
Last reply by vincent15000 1mo 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...1mo agoFeedback
6
1
Last reply by Randy_Johnson 1mo 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.