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

hinlocaesar-75309181's avatar

Request for Certificate Upon Completion of the Laravel Architect Path

I plan to complete the Laravel Architect learning path. Upon successful completion, in addition to building real-world projects, I hope Laracasts will consider issuing a certificate to formally recognize the skills and expertise I gain through this program. This certificate would allow me to showcase my achievements on LinkedIn and during tech interviews, which I believe would

hinlocaesar-75309181's avatar
hinlocaesar-75309181's avatar lift_spind...4mos agoFeedback
1
1
Last reply by lift_spindle 4mos ago
minaremonshaker's avatar

Is it a good practice to assign direct permissions to users when using the Spatie permissions package?

hi i am using spaite permissions for authorization , I want to ask what are the situation where i can assign direct permissions to users

minaremonshaker's avatar
minaremonshaker's avatar vincent150...4mos agoLaravel
6
1
Last reply by vincent15000 4mos ago
raobilal4822's avatar

Cluster navigation filament

i want to edit the view of cluster's navigation. i want to change the bg of navigation of cluster.

raobilal4822's avatar
raobilal4822's avatar lift_spind...4mos agoFilament
2
1
Last reply by lift_spindle 4mos ago
Developer654079525's avatar

The PsySH tool

Latest framework update made some security and workflow changes to the PsySH library used in Tinker. Now, the first time we start the Tinker we are greeted with the confirmation dialog. This looks like a major shift from a usage perspective. I understand they are tackling the security issue, but not sure if the library is the one that should be displaying the dialog. What are y

Developer654079525's avatar
Developer654079525's avatar DigitalArt...4mos agoLaravel
2
1
Last reply by DigitalArtisan 4mos ago
wannabe-laravel-dev's avatar

Efficient Infinite scroll using Livewire?

Are there any known techniques/methods for implementing infinite scroll or load more on scroll using Livewire without querying the database for all previous results? All tutorials on the web seem to show exactly the same inefficient way of implementing it which is like this.. At first 10 results are loaded When load more is called 20 results are loaded Each time you load more

wannabe-laravel-dev's avatar
wannabe-laravel-dev's avatar thepanda4mos agoLivewire
5
1
Last reply by thepanda 4mos ago
earmsby's avatar

Should I change the timezone for my server?

I have a filament app on a forge server which has a widget to fetch my WooCommerce orders for today. The WooCommerce site is on a completely different server and I use the API to interact with it on my filament app. I fetch orders like this: //get today's orders $today_start = date('Y-m-d') . 'T00:00:00'; $today_end = date('Y-m-d') . 'T23:59:59';

earmsby's avatar
earmsby's avatar earmsby4mos agoForge
4
9
Last reply by earmsby 4mos ago
Shivamyadav's avatar

Any AWS tutorial for learning from scratch?

Would you guys please give me your 1 or 2 mins to suggest me a good 😊 AWS tutorial and I can't find the way from where should I start?

Shivamyadav's avatar
Shivamyadav's avatar lift_spind...4mos agoGeneral
3
1
Last reply by lift_spindle 4mos ago
lewiswildman's avatar

How to track form data?

I'm using intertia with wayfinder to build my forms. But I've ran into a situation where I need to track any changes to the form data. However, I can't see any way of doing that? With the form context, I can do something like form.getData(), but that only returns a snapshot of the data and not the actual state. But on the form context itself, I see no way of getting the state o

lewiswildman's avatar
lewiswildman's avatar JussiManni...4mos agoInertia
3
1
Last reply by JussiMannisto 4mos ago
ian_h's avatar

Forum - Post removal doesn't reset the REAL "last updated" time

It seems when comments (largely spam) are removed from a thread, the thread still remains as a recently updated thread, when in reality, it's not if it's had the last record removed. Would be great to see the date reset to the last comment date so that 2 year old (for example) threads don't appear in the latest updated threads. This thread for example: https://laracasts.com/dis

ian_h's avatar
ian_h's avatar Glukinho4mos agoFeedback
2
1
Last reply by Glukinho 4mos ago
cstilstra's avatar

Laravel 10: request()->cookies->all() empty on one subdomain but not others (cookies present in browser)

Hi all, I’m seeing a very odd Laravel/Symfony behavior related to cookies and subdomains, and I’m hoping someone recognizes this pattern. Setup (simplified): Laravel 10, PHP 8.3 Multiple subdomains on the same app: staging.website.us = works staging-pages.website.us = works staging-account.website.us = broken Same Apache vhost and PHP-FPM pool for all subdomains Session cookie

cstilstra's avatar
cstilstra's avatar cstilstra4mos agoLaravel
0
1
Dikanio's avatar

Artisan command on cpanel

Hi, i use jasonlewis\resource-watcher package to detect a presence of new file in storage, so everytime new file is created in storage/public i can detect it and move it to another folder, the package is working fine on localhost but i need to run it on cpanel, to start the package in localhost i simply use 'php artisan watcher' but how do i run it on cpanel, so it can work on

Dikanio's avatar
Dikanio's avatar neluttu4mos agoLaravel
6
1
Last reply by neluttu 4mos ago
bufferoverflow's avatar

Good video service for an education saas

I'm building an educational saas app where my users are going to upload videos. I don't want to host and stream them, so I'm trying to find a good service with nice API. Has anyone been in this spot before or has some recommendations? Thanks!

bufferoverflow's avatar
bufferoverflow's avatar martinbean4mos agoGeneral
9
1
Last reply by martinbean 4mos ago
lara28580's avatar

How to solve "ERR_TIMED_OUT" error?

I am trying to access my page , but I am getting the following error "ERR_TIMED_OUT". Someone can tell me how to resolve the error?

lara28580's avatar
lara28580's avatar michaelrou...4mos agoLaravel
9
9,177
Last reply by michaelrouillard 4mos ago
Ali-Hegzy's avatar

A problem in the exam submition

Hello developers, I'm currently learning PHP in the "PHP for Beginners" course. When I click the "Take Test" button below the video, I'm taken to another page. When I click "Submit Answer," I get a 403 (Forbidden) error page. When I click the "Return to Homepage" button, I'm taken back to the homepage, but the sidebar isn't working, and I

Ali-Hegzy's avatar
Ali-Hegzy's avatar JeffreyWay4mos agoFeedback
5
1
Last reply by JeffreyWay 4mos ago
Developer654079525's avatar

Markdown storage

Our cms stores raw HTML in a table. The HTML was written by us and is displayed unescaped as part of a page in multiple routes. The content itself usually contains simple tags, escaped pre code and code content and some Bootstrap styled divs and tags. Some of the divs even utilize the Bootstrap's JavaScript functionality. A markdown approach seems to be an easier option for edi

Developer654079525's avatar
Developer654079525's avatar Developer6...4mos agoLaravel
4
4
Last reply by Developer654079525 4mos ago
wim91's avatar

How can I check the uniqueness of multiple fields in one record?

Hello everyone. Here's the task. Four images are added through a form. Each image has a name that is saved in the database. When updating files, I need to delete the previously saved image, upload a new one, and overwrite its name. It's possible that the new file name will match the names of three other files. My question is, how can I check the name of the uploaded file agains

wim91's avatar
wim91's avatar martinbean4mos agoLaravel
5
1
Last reply by martinbean 4mos ago
sarmadindhar's avatar

Default adding Api Request headers

Is there any way to add Accept=application/json header with every request in API by default. Because currently in every request I have to pass Accept header manually. Is there any method in laravel that adds this header by default/automatically with every request?

sarmadindhar's avatar
sarmadindhar's avatar josep42ny4mos agoLaravel
6
1
Last reply by josep42ny 4mos ago
yumna12-coder's avatar

Localization

Route::get('/{Locale?}',function($Locale=null){ if(isset($Locale)&& in_array($Locale,config('app.available_Locales'))){ app()->setLocale($Locale); } return view('welcome'); }); how to add this for all my route without using middleware

yumna12-coder's avatar
yumna12-coder's avatar LaryAI4mos agoLaravel
1
1
Last reply by LaryAI 4mos ago
doe_doe_doe's avatar

Symfony Service Locator equivalent

Hi, I'm relativly new to Laravel and currently I'm searching, which is the best way to design my app. Let's say I have a MessageInterface and I have about 50x different implementations of this interface. And now I want to build different VoodooServices for these messages. Each message implementation could have a different VoodooService. In Symfony there would be a nice solution

doe_doe_doe's avatar
doe_doe_doe's avatar rodrigo.pe...4mos agoLaravel
3
1
Last reply by rodrigo.pedra 4mos ago
AI-Gmz's avatar

URGENT: Lesson Notes and Homework disappeared from the entire site

Hi Jeffrey and team, I think there is a critical UI bug affecting the lesson pages. Up until a few minutes ago, I could see the written theoretical material, code blocks, and homework exercises below each video. However, after refreshing the page, that entire section has completely disappeared from every episode and every series on the site. ​Now, only the 'Transcript | Comment

AI-Gmz's avatar
AI-Gmz's avatar kornsp1rac...4mos agoFeedback
4
1
Last reply by kornsp1racy 4mos ago
yumna12-coder's avatar

Laravel Translatable

Is there a Laracasts video/tutorial that demonstrates using Spatie Laravel Translatable for Eloquent models? If yes, which series or episode?

yumna12-coder's avatar
yumna12-coder's avatar LaryAI4mos agoLaravel
1
1
Last reply by LaryAI 4mos ago
Mick79's avatar

Any “famous” sites built with Laravel?

Are there any “famous” websites built in laravel that someone not in the Laravel world might know? Like any major retailers? Any major platforms or organisations? Thanks.

Mick79's avatar
Mick79's avatar mgolshan4mos agoLaravel
51
214
Last reply by mgolshan 4mos ago
laracoft's avatar

Rate limiting mailables

use Illuminate\Cache\RateLimiter; use Illuminate\Support\Facades\RateLimiter as RateLimiterFacade; // In AppServiceProvider boot method: RateLimiterFacade::for('mailing-list', function (object $job) { return $job->user->rateLimit(5)->perMinute(); // A - defined first time // Or a global limit: // return Limit::perMinute(5); }); class SendUserEmail impleme

laracoft's avatar
laracoft's avatar laracoft4mos agoLaravel
8
1
Last reply by laracoft 4mos ago
vincent15000's avatar

VSCode shortcuts

Hello, For some months, I have Ctrl + Alt + i to import namespaces and classes. From today, I don't know why, the AI Agent panel opens with Ctrl + Alt + i instead of importing the classes. How can I change this ? I already changed the shortcuts view from the File > Preferences menu, but it doesn't work. Do you have any other advice to deactivate the shortcut for the Agent AI

vincent15000's avatar
vincent15000's avatar quintinmor...4mos agoGeneral
2
11
Last reply by quintinmorrow 4mos ago
silveira's avatar

Error After update to livewire 4 Livewire\Exceptions\RootTagMissingFromViewException vendor/livewire/livewire/src/Drawer/Utils.php:20

after i update my project to livewire 4 i am getting this error when i am trying run some action in my component. I am using filament v5 table and his action here is my code //... existing code ->recordActions([ Action::make('delete') ->label('Excluir') ->icon('heroicon-o-trash') -&

silveira's avatar
silveira's avatar DoubleClic...4mos agoLivewire
2
1
Last reply by DoubleClickDesignLtd 4mos 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.