Questions tagged [laravel-breeze]
130 questions
0
votes
0 answers
syntax error, unexpected end of file, expecting "elseif" or "else" or "endif"
I modify the breeze login to personalize it. I use bulma instead of tailwind but I encounter an error
syntax error, unexpected end of file, expecting "elseif" or "else" or "endif"
which shouldn't be there because the only condition @if@endif that I…
0
votes
1 answer
Laravel Breeze w/Inertia & Vue Dashboard view User Data
I'm using Laravel with Breeze along with Inertia and Vue.
I am looking at my Vue Dev tool while on the dashboard view and I can see my table schema and the user's strip ID. I would like more control over what is accessible here, however, I cannot…

grunt
- 79
- 8
0
votes
1 answer
laravel breeze component not showing content
Im using laravel with breeze, in the dasboard view i cant see the content with the default message
What could be the problem?
…

Leoh
- 642
- 2
- 17
- 41
0
votes
0 answers
Laravel\Fortify\Contracts\VerifyEmailViewResponse
since am using laravel breez i wanted to verefie emails so i have installed laravel fortify and i did all the configuration mentioned in laravel/doc but the problem when i try to register the user i get this error Target…
0
votes
0 answers
Laravel Breeze styles and scripts doesn't work
Created laravel project with command
PS D:\OpenServer\domains\shop> composer create-project laravel/laravel --prefer-dist .
Then I created the shop database using the OpenServer HeidiSQL Portable 11.0.0.5958 utility and added it to the .env…

vladwebmaster
- 11
- 4
0
votes
0 answers
Install of laravel/breeze failed
Using desktop docker and WSL on windows using Laravel breeze with react - encountering some errors
(To create my Laravel app)
curl -s https://laravel.build/example-app | bash
cd example-app
code .
./vendor/bin/sail up -d
./vendor/bin/sail…

gregariousPlant
- 1
- 1
0
votes
0 answers
select working initially in the blade but not the component
this is my initial code in laravel with breeze
0
votes
1 answer
laravel 10 php artisan storage:link problem in my live app on plesk / unix enviroment images will not show via symlink
i have installed laravel 10 as of july 2023, and i have installed breeze and then created a CRUD and Image Upload app
i have followed along with the guide Laravel 10 CRUD and Image Upload Tutorial with Laravel Breeze and Repo Example
i have now…

CHLOE HARLOW
- 1
- 1
0
votes
1 answer
Unhandled Runtime Error Error: Network Error using nextjs and laravel-breeze
to go a bit fast in my development I used breeze and the fontend nextjs (https://github.com/laravel/breeze-next) recommended on the official site but I'm having this problem. I don't know what TO DO.
Cordially
I tried several solutions read on the…

Geedoo Kanda
- 11
0
votes
1 answer
Laravel Echo + Pusherjs, callback function not working?
in my Laravel 10 Breeze app i'm setting up a private Pusher connection. I am using logtoconsole to debug the connection, and any request i put in works, and i can send and receive data. However, when it comes to processing the data inside a callback…

Eatenpancreas
- 35
- 7
0
votes
0 answers
Migrating from Vite to Mix in Laravel Inertia App with breeze scaffolding (React) not Compiling
I am scaffolding a new project using Laravel and Inertia Js with the breeze (react) scaffolding. The project is not compiling even after following the documentation on the official vite-plugin GitHub page at Vite-plugin
Below is my webpack.mix.js…

Leonard203
- 61
- 6
0
votes
1 answer
Inertia.js & Typescript: Argument type {} & InertiaFormProps{} is not assignable to parameter type Partial | undefined
I created an empty Laravel project and installed Laravel Breeze with Typescript support.
Now when I create a form (with useForm()) and I use the .post() method and I use one of the options (e.g. onFinish: () =>) I get the following error:
Argument…

Jacob
- 41
- 1
- 1
- 11
0
votes
0 answers
Laravel Passport Authorization Code Grant
I have a rough idea on implementing Authorization Code Grant.
I understand the general flow is
a. Application/Client requests Auth code from resource server by passing the client-id,scope,redirect_uri
b. Resource server prompts user to login with…

desh
- 627
- 1
- 7
- 19
0
votes
1 answer
Double rendering of page using Laravel + React + Breeze
Fresh install without any modification beside a console.log that is located on welcome.jsx and it is displayed twice. What can I do to fix this? This will affect all other functionalities all axios, if there will be, will be executed twice. How can…

dGame
- 1
- 1
0
votes
1 answer
Vite doens't compile correctly JS in Laravel Breeze running on Homestead
I have Laravel Breeze running on Homestead. I've noticed the the dropdown functionality from the menu is not working and checked the console log in the browser where I got:
Uncaught ReferenceError: require is not defined…

Ale
- 944
- 3
- 14
- 34