Skip to main content

Questions tagged [laravel-breeze]

The tag has no usage guidance.

laravel-breeze
0 votes
0 answers
47 views

Laravel "reset" password doesn't work but "forgot" password does [closed]

Using Laravel 11 with Breeze, the Reset Password page is not working as intended. When user fills out the form and presses the button, the page just redirects immediately back to the homepage. No ...
d c's user avatar
  • 1
0 votes
0 answers
44 views

How to fix the laravel breeze styling not working?

I'm using laravel breeze in my eCommerce laravel project, but the styling is not working. I have tried many solutions but still the same. Should I install a tailwind package or what? here is my app....
Pierre Sameh's user avatar
0 votes
0 answers
57 views

Why middleware in Laravel 11 raise redirected you too many times error?

I try to refactor and move my code from Laravel 10 site to Laravel 11 / Livewire 3.5 site and in app/Http/Middleware/CheckAuthPermissionsMiddleware.php I have custom checks from Livewire 10: public ...
Petro Gromovo's user avatar
1 vote
1 answer
180 views

Error: `htmlspecialchars(): Argument #1 ($string) must be of type string, Closure given` in Laravel Blade Component

I'm encountering an error in my Laravel application that I haven't been able to resolve. The error message is: htmlspecialchars(): Argument #1 ($string) must be of type string, Closure given (View: D:\...
Shayan Jani's user avatar
0 votes
0 answers
23 views

AuthenticatedLayout issue with Laravel Breeze/React

Laravel Version 11.10.0 PHP Version 8.3.7 Description When typing text between html tags inside AuthenticatedLayout tags of breeze, it's suggesting them as VS Code emmet Steps To Reproduce Create a ...
Maaz Tajammul's user avatar
0 votes
0 answers
104 views

How to integrate Modal from Laravel Breeze React starter kit?

This was the original code from the Modal Component that came along with the Laravel Breeze React starter kit, but I can't see to get the modal to show up - is this code only for a dark background of ...
jlimsy's user avatar
  • 3
0 votes
2 answers
56 views

Lavarel error passing data to blade - undefined variable

I'm discovering Laravel with a little project with Breeze to manage authentication. As I'm completely new, I'm dealing with a basic problem to simply display data on the dashbord. Here is my code. The ...
user24284859's user avatar
0 votes
0 answers
82 views

How do i get vuetify to work with Laravel breeze (Laravel/Vue3/Inertia.js)

It is my first time doing a project using Laravel breeze (Laravel10/Vue3/inertia.js). I have done the back-end and front-end set-up and everything looks good till then. However, I installed Vuetify3.5 ...
Flexi's user avatar
  • 195
0 votes
0 answers
38 views

error when installing laravel/breeze $ composer require laravel/breeze --dev

image of register pageerror message: Cannot create cache directory /.composer/cache/repo/https---repo.packagist.org/, or directory is not writable. Proceeding without cache. See also cache-read-only ...
Yen Lau's user avatar
-1 votes
1 answer
72 views

Package installation into a module

I have created a module to handle authentication, this module will contain Laravel Breeze package. I tried specifying the path to the module during installation (using php artisan breeze:install "...
Rienbirorue's user avatar
0 votes
0 answers
31 views

Laravel/Inertia/Breeze/Vue application loads javascript files only on second click to link in production mode

I have a Laravel/Inertia/Breeze/vue/vite application with links to several pages/indexes. When I run in development mode it all works fine and the pages display with no problem. When i deploy to ...
Jorge Dev Guzman's user avatar
0 votes
1 answer
464 views

How to edit verification email text in Laravel 10 with Laravel Breeze

I am using Laravel 10 and Laravel Breeze. When a user registers a new account, the following code is executed: event(new Registered($user)); I believe this part of the code is responsible for sending ...
marcin2137's user avatar
0 votes
0 answers
257 views

Installing Laravel Breeze on a Docker container ("npm not found")

I'm new to Docker, so I apologize in advance if this is a dumb question. I am creating a new Laravel application using Docker following this tutorial: https://medium.com/@murilolivorato/setting-up-a-...
thePITman's user avatar
  • 211
1 vote
2 answers
158 views

Passing auth credentials in nextjs server side api call

I'm using Laravel breeze-next nextjs starter package to create a nextjs app with a backend powered by laravel and protected by sanctum. Laravel expects a csrf header value and a session cookie. I'm ...
user101289's user avatar
  • 10.2k
0 votes
1 answer
196 views

Laravel Auth registration issues using MongoDB

I noticed an issue after I installed breeze on my Laravel application. When trying to register my user I was receiving the following error: Call to a member function prepare() on null Which pointed ...
maxLeet's user avatar

15 30 50 per page
1
2 3 4 5
11