Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [laravel-breeze]

The tag has no usage guidance.

laravel-breeze
1 vote
0 answers
9 views

Next.js server action authentication laravel breeze api

I want to use Next.js application as SPA in an integrated way with Laravel API. There is breeze-next library for this, but the operations performed here are client-side. I want to do auth operations ...
Ubeydullah Yılmaz's user avatar
0 votes
0 answers
17 views

Laravel API authentication: Sanctum + Breeze

I just started a new Laravel application. For API authentication I installed Sanctum and it seems working right: testing API route authentication in feature tests using Sanctum::actingAs() assert ...
fudo's user avatar
  • 2,680
0 votes
0 answers
55 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
64 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
257 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
115 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
59 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
92 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
40 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
74 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
32 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
512 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
262 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
190 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

15 30 50 per page
1
2 3 4 5
11