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

Ali-Hegzy's avatar

How to move in the path with the new content?

Hello guys, Now I am moving in the learning path in the web site - I am still in PHP for Beginners - and I saw the there is new Laravel playlist uploaded on the web site, so my question is When will I watch the new series after "30 days to learn Laravel" or before it, and why? EDIT: The path on the website has been modified, and the "30 days to learn Laravel"

Ali-Hegzy's avatar
Ali-Hegzy's avatar Ali-Hegzy5mos agoGuides
3
4
Last reply by Ali-Hegzy 5mos ago
yumna12-coder's avatar

ERROR : Error Call to undefined method ArrayObject::set()

Why gives me error when using make method? $idea=App\Models\Idea::factory()->make(); Error Call to undefined method ArrayObject::set(). $idea=App\Models\Idea::factory()->raw(); = [ "user_id" => 19, "name" => "Dicta assumenda iusto sed debitis porro nesciunt et.", "description" => "Ut commodi facilis autem dolores m

yumna12-coder's avatar
yumna12-coder's avatar LaryAI5mos agoLaravel
1
1
Last reply by LaryAI 5mos ago
a2logic's avatar

Livewire 4 - phpstorm support

Hello, I tried the new livewire4, but unfortunately I don't get the support from Ide like the old way with writing the components. So do you know if I need to enable a setting or some option in my Ide or the support will come in the upcoming patches of phpstorm. Thank you!

a2logic's avatar
a2logic's avatar ozumu5mos agoLivewire
1
1
Last reply by ozumu 5mos ago
devope's avatar

How to get access to archived courses?

I noticed that some courses are achieved without possibility to find them. Sometime legacy courses could be very useful.

devope's avatar
devope's avatar jlrdw5mos agoFeedback
1
1
Last reply by jlrdw 5mos ago
Reg's avatar

Vanilla JavaScipt

Is it possible to have a Vanilla JavaScript series focused on modern, practical usage without relying on frameworks. The goal is to strengthen our core JavaScript fundamentals, including topics such as: DOM manipulation and events ES6+ features and best practices Asynchronous JavaScript (Promises, async/await) Performance considerations Writing clean, reusable, and maintainable

Reg's avatar
Reg's avatar Reg5mos agoJavaScript
4
5
Last reply by Reg 5mos ago
hussainabeer's avatar

TemporaryUrl() on livewire image uploads 401 response

Livewire version v3.5.19 Laravel version v11.31 Which PHP version are you using? PHP 8.4 What is the problem? I can upload the images fine, but when I use the temporary preview Url, it throws a 401 error. I looked around online, and everyone keeps saying comment out the validate signature portion from within livewire source files. I dont think that is a viable solution here. I

hussainabeer's avatar
hussainabeer's avatar satyakresn...5mos agoLivewire
3
3
Last reply by satyakresna 5mos ago
hinlocaesar-75309181's avatar

Which course to learn the Laravel From Scratch (2026 Edition) or 30 Days to Learn Laravel??

Which course to learn the Laravel From Scratch (2026 Edition) or 30 Days to Learn Laravel??

hinlocaesar-75309181's avatar
hinlocaesar-75309181's avatar 0xSenator5mos agoFeedback
7
1
Last reply by 0xSenator 5mos ago
GodziLaravel's avatar

Supervisor Issue: Queues Not Executing Despite Status 'RUNNING'

Hey, I'm facing an issue with Supervisor in my Laravel app. Despite supervisorctl showing everything as RUNNING, queued jobs aren't executing. Checking the jobs table reveals no changes. Oddly, restarting Supervisor (sudo service supervisor restart) resolves the problem temporarily, but I need a lasting solution. Details: Laravel version: 9 Supervisor version: 4.2.1 OS: Ubuntu

GodziLaravel's avatar
GodziLaravel's avatar RanjanNaga...5mos agoGeneral
8
6
Last reply by RanjanNagarkoti 5mos ago
IHsojib's avatar

anhskohbo/no-captcha working locally but not working in production

I have used anhskohbo/no-captcha package and its working fine in the local machine. But when deploying the project captcha is showing but I can submit the form without verifying the captcha. I am using AWS EC2 instance server. Site domain is added in reCaptcha, has SSL too but still not validating. Please someone tell me how to setup it properly...

IHsojib's avatar
IHsojib's avatar bstory5mos agoLaravel
6
15
Last reply by bstory 5mos ago
minaremonshaker's avatar

Organizing API Routes into Separate Files

Hi, my routes/api.php file has become quite large, so I’d like to split the routes into separate PHP files inside the routes directory. I don’t want to register them manually in app.php—I just plan to include those files directly within api.php. Is that a good approach, or are there better alternatives?

minaremonshaker's avatar
minaremonshaker's avatar JussiManni...5mos agoLaravel
2
1
Last reply by JussiMannisto 5mos ago
minaremonshaker's avatar

Laravel Test Fails: RefreshDatabase vs DatabaseTruncation with assertJsonCount on Search API

Hello, I want to understand why this test fails specifically with the RefreshDatabase trait but succeeds with DatabaseTruncation. The failing assertion is $response->assertJsonCount(1, 'data')—all other assertions and the complete test method work fine. I've tested other database traits, but none resolve the issue. Here's the test code: #[Test] /*#[DataProvid

minaremonshaker's avatar
minaremonshaker's avatar minaremons...5mos agoTesting
5
6
Last reply by minaremonshaker 5mos ago
Chron's avatar

Session timeouts

I'm planning to add an alert for the user to continue their work or let the system log out their account due to inactivity. Does having a get route that points to a controller that only has $request->session()->regenerate()/invalidate() considered "safe"?

Chron's avatar
Chron's avatar shahriar_s...5mos agoLaravel
4
2
Last reply by shahriar_shaon 5mos ago
naykel's avatar

Can't use 'index' in any part or a component suffix.

Is there a reason i can't use the word 'index' in any part of a component suffix. For example Unable to find component: [admin::course.course-index] Unable to find component: [admin::course.course-abcindex] Unable to find component: [admin::course.course-thisindexisstillaproblem] It took me ages to work out i can use any other word except for 'index'. I can get rid of the 'cou

naykel's avatar
naykel's avatar naykel5mos agoLivewire
4
1
Last reply by naykel 5mos ago
shez1983's avatar

livewire 4 - cant get the 2 way reactivity?

So I have a component, with Class and view separate. in class on mount i do $c. = Model::query()... and use that in view just fine. The issue is if i do .. nothing happens, if i submit a form, it just refreshes the page? I have created a new LARAVEL install with livewire.. i tried adding @livewireScripts as those were missing and no luck.. [I do have a livewire3 app which i

shez1983's avatar
shez1983's avatar shez19835mos agoLivewire
1
1
Last reply by shez1983 5mos ago
JoseBravo's avatar

Laravel background queue driver

Hi, I’m using Laravel 12.47.0 and trying to use the new background driver. I added it to the queue.php config file because it wasn’t present, and I also registered \Illuminate\Concurrency\ConcurrencyServiceProvider::class in my providers. However, when I dispatch a job like this: GenerateUsersReport::dispatch($report)->onConnection('background'); the job does not run. It onl

JoseBravo's avatar
JoseBravo's avatar vincent150...5mos agoLaravel
1
3
Last reply by vincent15000 5mos ago
yumna12-coder's avatar

Raw expressions

When should I use this DB::ROW? TO BE HONEST I do know what is raw expression means ->select(DB::raw('count(*) as user_count, status'))

yumna12-coder's avatar
yumna12-coder's avatar jlrdw5mos agoEloquent
5
7
Last reply by jlrdw 5mos ago
RealWorldDev's avatar

Upgrading Laravel 9 to 10 deleted database data

Hello all I've just completed a Laravel upgrade from version 9 to 10. I followed the guide and ran composer update and everything ran though ok. I then started to test the application to make sure everything was working but couldn't log in. Thinking I was going mad, I opened TablePlus to check I was using the correct email address to sign in with but the users table was empty.

RealWorldDev's avatar
RealWorldDev's avatar martinbean5mos agoLaravel
10
1
Last reply by martinbean 5mos ago
enadabuzaid's avatar

Laracast referral is stopped ?

I am trying to add my link referral to my friend but nothing has happened

enadabuzaid's avatar
enadabuzaid's avatar martinbean5mos agoGeneral
2
1
Last reply by martinbean 5mos ago
ivotrompert's avatar

Andre Madarang

I like there are more teachers now on Laracasts. The topic of the series from Andre Madarang are great, but I kind of fall a sleep from his voice. Does anyone else have this problem too?

ivotrompert's avatar
ivotrompert's avatar devope5mos agoFeedback
12
1
Last reply by devope 5mos ago
sebastiangperez's avatar

There any chance in Laracast to avoid the annoying the popup next chapter box ?

Does anyone think is annoying the popup that appear when the episode is finish? why not jump into the next video or maybe an option to disabled like a do not show this again. Thanks

sebastiangperez's avatar
sebastiangperez's avatar devope5mos agoFeedback
4
1
Last reply by devope 5mos ago
Blinks's avatar

Inertia for heavily SEO application

Hello everyone! Our company has raised the issue of creating a new portal that will rely heavily on SEO. One of the suggested options is Laravel + Next.js or Laravel+ Inertia + React. Regarding Inertia, no one has any experience working with it, so we asked Chatgpt to conduct research on the possibility of using Inertia for SEO, and he replied that it is better to use Laravel +

Blinks's avatar
Blinks's avatar DigitalArt...5mos agoInertia
5
2
Last reply by DigitalArtisan 5mos ago
chris_j's avatar

Designing a large project - specifically keep controllers short

This question is regarding design pattern(ish) and best practices in project design bearing in mind that SOLID design principles are goals and not rules. It's not Laravel specific but Jeffrey's series on SOLID principles encouraged me to ask here. My team is rebuilding a project where in several instances a user request performs one action (that they know about) but carries out

chris_j's avatar
chris_j's avatar martinbean5mos agoGeneral
6
2
Last reply by martinbean 5mos ago
kevinwakhisi's avatar

How can I clean data performing excel imports

I am importing a large number of records ('probably 10,000+) but the issue is that one column has this variation. The row name is certifications and from the file, I get these multiple variations that need to be standardized, For example, I when I dd() the group certifications I get ^ array:25 [▼ "RA CERTIFICATION" => Illuminate\Database\Eloquent\Collection {#170

kevinwakhisi's avatar
kevinwakhisi's avatar qualitcert...5mos agoLaravel
6
1
Last reply by qualitcertservices 5mos ago
RileyGWeb's avatar

Uncaught Snapshot missing on Livewire component with id:

(Before you comment, wire:key does not fix the issue) I have these nested components that I want to be draggable between several areas: @foreach($cards as $card) <livewire:card cardId="{{ $card->id }}" wire:key="card-{{ $card->id }}" /> @endforeach <div draggable="true" x-on:dragstart="dragStart($event)&quo

RileyGWeb's avatar
RileyGWeb's avatar tandogus5mos agoLivewire
14
6
Last reply by tandogus 5mos ago
sllkevin's avatar

Is it normal for 404.blade to respond as 301?

When using the browser network tools, I can see that any missing route originally reveals 404 before the official response as a 301 redirect to the 404.blade template. However, I'm checking my Nginx access logs and all the bots pinging random wordpress routes all show the response as 301. Is this normal behavior?

sllkevin's avatar
sllkevin's avatar jlrdw5mos agoGeneral
4
1
Last reply by jlrdw 5mos 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.