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

web-head's avatar

Player Error. Not playing videos since Jan 13th

Hi, Laracasts team! I'm watching from Kazakhstan, have a forever account. Since yesterday, there are player errors constantly appearing. Cannot play videos normally. Quality decreasing and stopping. Error message: Player Error The player is having trouble. We’ll have it back up and running as soon as possible. What can be done? Usage OS: Linuxmint 22.2 Cinnamon Browser: Firefox

web-head's avatar
web-head's avatar web-head5mos agoFeedback
4
1
Last reply by web-head 5mos ago
peterdev's avatar

problem Laravel Herd on MacOS

Hi everyone, after upgrading my Mac to macOS Tahoe 26 I’m having issues with local domains. Before the update I was using Laravel Valet without any problems. After the upgrade, none of my .local projects are reachable anymore. I also tried Laravel Herd, but the behavior is the same. When I visit example.local the browser can’t resolve the domain. If I manually map it to 127.0.0

peterdev's avatar
peterdev's avatar quintinmor...5mos agoGeneral
6
18
Last reply by quintinmorrow 5mos ago
Faisalkazmi's avatar

Choosing Between Custom Web Development vs SaaS Solutions – What’s Right for My Client?

Body: Hey folks, I’m currently helping a U.S.-based client (real estate firm) decide whether to go with a fully custom Laravel-based web solution or opt for an existing SaaS platform to handle their property listings, customer interactions, and internal reporting. They have specific requirements like: Integrating with local MLS APIs Role-based access for agents, clients, and ad

Faisalkazmi's avatar
Faisalkazmi's avatar ERashdan5mos agoDesign
4
6
Last reply by ERashdan 5mos ago
minaremonshaker's avatar

Spatie QueryBuilder Missing findByName() on Role Model

Hi everyone, In my Laravel API project using Spatie Laravel Permission (with Sanctum guard) and Spatie Query Builder, I'm trying to fetch permissions for a specific role like 'user', but running into an issue with QueryBuilder. ​ These attempts fail with Call to undefined method Spatie\QueryBuilder\QueryBuilder::findByName(): QueryBuilder::for(Role::class)->where('name', 'us

minaremonshaker's avatar
minaremonshaker's avatar minaremons...5mos agoLaravel
4
1
Last reply by minaremonshaker 5mos ago
Chron's avatar

Is there a new vue style guide?

There was this Vue doc that had recommendations when writing Vue code, like components/instance order and other good stuff, but I noticed that it is outdated. Is there still a recommended configuration for Vue (3.5.x)?

Chron's avatar
Chron's avatar martinbean5mos agoVue
2
10
Last reply by martinbean 5mos ago
earmsby's avatar

SSH connection to Forge DB

When testing out some functions on my local machine, I connect to the live DB on my Forge server via SSH like so: ssh -L 3307:127.0.0.1:3306 [email protected] My env file for this is: DB_CONNECTION=mysql DB_HOST=127.0.0.1 DB_PORT=3307 DB_DATABASE=my_db DB_USERNAME=forge DB_PASSWORD=my_password This has been working fine for months. But just today when I opened

earmsby's avatar
earmsby's avatar earmsby5mos agoForge
2
1
Last reply by earmsby 5mos ago
vincent15000's avatar

Is it better to use wayfinder or ziggy ?

Hello, I just discover wayfinder. In an application with InertiaJS, is it better to use wayfinder or ziggy ? Thanks for your answer. V

vincent15000's avatar
vincent15000's avatar vincent150...5mos agoInertia
3
1
Last reply by vincent15000 5mos ago
spook1's avatar

LTI 1.3 tutorial

Learning Management Systems (LMS) in higher education ( Canvas, Moodle) use so called LTI interfaces. These allow external tools to communicate with the LMS. An example is: https://github.com/celtic-project/LTI-PHP For me as a beginner in Laravel it seems complicated. Yet I can image the possibilities if we can make LTI development available for teachers and students. Would it

spook1's avatar
spook1's avatar DigitalArt...5mos agoLaravel
3
1
Last reply by DigitalArtisan 5mos ago
MysticKnight's avatar

Hot Reloading Fails

This seems like it should be such a simple problem to solve, but I have searched for days without finding and answer. Environment: Mac OS Chrome Herd for Laravel Installation with Breeze I had a Laravel project and I decided to completely delete it and start over. I started from scratch, but I used the same name for the project and now hot reloading doesn’t work. I can see th

MysticKnight's avatar
MysticKnight's avatar billytheki...5mos agoVite
10
1
Last reply by billythekid 5mos ago
k_nadam's avatar

Preloading images via injecting preload link in response header

Hello, I want to preload images on my Laravel application before rendering the Vue template, so I worked on this middleware public function handle(Request $request, Closure $next): Response { $response = $next($request); if ($request->header('X-Inertia')) { return $response; } $preloads = $request->attributes->g

k_nadam's avatar
k_nadam's avatar JussiManni...5mos agoInertia
2
1
Last reply by JussiMannisto 5mos ago
troccoli's avatar

Is the Notification Facade macroable?

My app sends quite a few notifications on Slack, so I thought I could create a macro to clean up the code and reduce duplication. namespace App\Providers; use Illuminate\Notifications\Notification; use Illuminate\Support\Facades\Notification as NotificationFacade; use Illuminate\Support\ServiceProvider; class NotificationServiceProvider extends ServiceProvider { public fu

troccoli's avatar
troccoli's avatar troccoli5mos agoLaravel
2
1
Last reply by troccoli 5mos ago
Shivamyadav's avatar

Is there any way to grab a domain name for free?

Is there any way to grab a domain name for free? Without buying any hosting provider.

Shivamyadav's avatar
Shivamyadav's avatar automica5mos agoFeedback
9
3
Last reply by automica 5mos ago
earmsby's avatar

How to add image to storage on Forge server

This is probably a dumb question: I have a Filament table with a column like this: ImageColumn::make('head_shot') ->label('') ->disk('public') ->visibility('public') ->defaultImageUrl(url('storage/authors/default_avatar.png')) ->circular(), On my local server (Her

earmsby's avatar
earmsby's avatar LaryAI5mos agoForge
1
1
Last reply by LaryAI 5mos ago
Čamo's avatar

Form error causes recaptcha error

Hi I tried to create new discussion here and made some mistakes so the submit returns an errors. I forget to choose channel or title second time... But if any error occures second submit returns error with recaptcha so it is impossible to submit the form. Secondly I do not see any recaptcha here.

Čamo's avatar
Čamo's avatar antoineLZC...5mos agoFeedback
2
1
Last reply by antoineLZCH 5mos ago
Drmario901's avatar

How can I authenticate Laravel Reverb private channels using JWT (Tymon JWTAuth) in Laravel 12?

Hi everyone, I need help understanding how to authenticate private channels in Laravel 12 when using Laravel Reverb together with Tymon JWTAuth. My project is API-only (no sessions, no cookies, no web middleware). All authentication is done through JWT (Bearer token). I want to know: How can I authenticate '/broadcasting/auth' using JWT so that private channels work correctly

Drmario901's avatar
Drmario901's avatar itsmill3rt...5mos agoLaravel
1
4
Last reply by itsmill3rtime 5mos ago
tanjilurrahman21's avatar

Deploying Redis on a server or C-panel for PHP v7.3

Hello, I've come across an issue where I have to apply redis caching and deploy. In my local Environment I am running redis on docker and the php is running on xampp. Is there any guideline or instructions on how to deploy the redis and run on server ?

tanjilurrahman21's avatar
tanjilurrahman21's avatar itsmill3rt...5mos agoPHP
1
1
Last reply by itsmill3rtime 5mos ago
EltonRexha's avatar

Postgres with neon not working

i generated the default migrations and when i try to migrate: $ php artisan migrate:fresh INFO Preparing database. Creating migration table ........................................................................................................... 240.69ms DONE INFO Running migrations. 0001_01_01_000000_create_users_table ........................................

EltonRexha's avatar
EltonRexha's avatar itsmill3rt...5mos agoGuides
2
1,957
Last reply by itsmill3rtime 5mos ago
samirz's avatar

No difference between PHP-FPM and Swoole in Production with nginx

Hello, I installed swoole php extension at digitalocean droplet and used https://github.com/hhxsv5/laravel-s with laravel application, then i created a reverse proxy with nginx for the port that swoole server works on it. My problem is that when i test the app with internal ip 127.0.0.1:8000 i notes that swoole works and the response time nearly to 15ms to 20ms but when i use t

samirz's avatar
samirz's avatar itsmill3rt...5mos agoServers
1
1
Last reply by itsmill3rtime 5mos ago
forkingbeardman's avatar

Inertia/React SSR - i18n Language flicker Issue

Hi, i have run into the following issue after adding SSR support to my app, the server rendered html stays in English but later is hydrated with whatever user has selected. this causes slight flicker of text during refresh (and seo not indexing correct html). i have tried many solutions and none have solved the underlying problem. in my Layout.jsx i have following code: useEffe

forkingbeardman's avatar
forkingbeardman's avatar forkingbea...5mos agoInertia
2
1
Last reply by forkingbeardman 5mos ago
nmbrcolin's avatar

Making Nova's Repeater support dependsOn()

Has anyone here been able to make Nova's Repeater field (the outer field itself, not the inner repeatables or their fields) depend on another field? I have a repeater field that I'd like to show or hide depending on the value of another field (a Select field) and slowly coming to terms with the fact that I might need to either write custom Vue.js code or switch to a third-party

nmbrcolin's avatar
nmbrcolin's avatar hofnof5mos agoNova
1
3
Last reply by hofnof 5mos ago
FrazeColder's avatar

FilamentPHP + Spatie Media library plugin: Images are not being saved

Hey there, I am using FilamentPHP and Spatie media library. Additionally, I am using the Spatie media library FilamentPHP plugin in order to show and upload the images in my admin panel. However, the images are not being uploaded and stored at all! This is my model: use Illuminate\Database\Eloquent\Model; use Spatie\MediaLibrary\HasMedia; use Spatie\MediaLibrary\InteractsWithMe

FrazeColder's avatar
FrazeColder's avatar primalmove...5mos agoGeneral
5
1
Last reply by primalmover 5mos ago
june23's avatar

How to get a job as an Entry Level Junior Laravel Developer?

What type of projects should I have if I want to start applying for Junior Laravel Roles? Also what technologies should I use, is DevOps Tools a must for any Role including Containers like Docker, Configuration Management Tools like Ansible, Chef, or Puppet and an Automation Server Tools such as Jenkins, Circle CI, or maybe even Github Actions and Code Coverage Tools with Stati

june23's avatar
june23's avatar june235mos agoGeneral
23
45
Last reply by june23 5mos ago
Čamo's avatar

Laravel 12 CommandFinished does not run for php artisan test

I would like to implement some logic after all tests in Laravel 12 application finished. I found this blog from 2024 https://laravel.com/docs/12.x/events#main-content which is based on CommandFinished native event. So I made a CommandFinishedListener. If I run php artisan event:list I see the lister in the list. So it is obviously registered. If I run any command it works BUT a

Čamo's avatar
Čamo's avatar Glukinho5mos agoGeneral
11
4
Last reply by Glukinho 5mos ago
konrms's avatar

Shibboleth Authentication

I am trying to add the shibboleth authentication package to my project. My laravel version is 5.7.26. I have followed these instructions https://packagist.org/packages/uabookstores/laravel-shibboleth?fbclid=IwAR1fBHLv_0EPgS2hhNc5fB2AVF_ZjOthpPVu_yCgLzySfLYXX-dRSTucCBc but I can not implement users login (and have not understood how to use it). I'm stuck at this point: @if (Auth

konrms's avatar
konrms's avatar jschlies5mos agoLaravel
15
6
Last reply by jschlies 5mos ago
minaremonshaker's avatar

Question About Adding Custom Methods in Laravel Policies

Hi, I have a question about Laravel policies. Is it possible to define a custom method in a policy, like createOwn, or is it better to stick with the default methods provided in the policy stubs? I'm asking because, in the method below, I want to ensure that a user can only create their own ticket, so I plan to pass the ticket ID as an argument. public function create(User

minaremonshaker's avatar
minaremonshaker's avatar tykus5mos agoLaravel
14
1
Last reply by tykus 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.