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…
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…
0
votes
0 answers

select working initially in the blade but not the component

this is my initial code in laravel with breeze