Support the ongoing development of Laravel.io →

Warren

Joined 27 Sep 2023

Statistics

Threads 2
Replies 4
Solutions 0
Articles 0

Uncaught ReferenceError: $ is not defined after upgrading

I upgraded to Larvel 10 and now I get the above error in Chrome when I visit any page. In my bootstr...

0 Likes
1 Replies
posted 6 months ago

How to call PHP's normalizer in Laravel Model

I have some strings that I need to normalize ( RCVR to RCVR ) and I can do that via [https://www...

0 Likes
6 Replies
Solved
replied 6 months ago

Uncaught ReferenceError: $ is not defined after upgrading

bootstrap.js: []( try { window.Popper = require('@popperjs/core'); window.$ = window.jQuery = requir...

0 Likes
replied 6 months ago

How to call PHP's normalizer in Laravel Model

Thank you, I get: Error Class "App\Normalizer" not found. I added the \ prefix to Normali...

0 Likes
replied 6 months ago

How to call PHP's normalizer in Laravel Model

https://laravel.com/docs/5.8/eloquent-mutators#defining-a-mutator

0 Likes
replied 6 months ago

How to call PHP's normalizer in Laravel Model

In the model class: public function setPnAttribute($value) { $this->attributes['pn'] = strtoupper...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.