Questions tagged [laravel-breeze]

130 questions
0
votes
1 answer

laravel breeze app.css, app.js missing when inspected

I'm new to Laravel Breeze and tailwind. After successfully installed Laravel Breeze and looking at /login page source, I couldn't match the source code and actual page source and would like to know what's going on. In app.blade.php or…
Anurat Chapanond
  • 2,837
  • 3
  • 18
  • 31
0
votes
2 answers

Laravel Inertia Shared Data not updating

I have a laravel breeze app up and running using InertiaJS scaffolding. I'm using a middleware to pass general data to the layout. The issue is the following : A user can change the country, and if the country has changed, you have a different list…
Denis
  • 120
  • 7
0
votes
1 answer

customize login in Laravel Breeze

I want to customize Laravel Breeze's login logic and users can login with username and mobile for example, in previous version of Laravel, login logic uses AuthenticatesUser trait and I could override methods and customize easily, but now there is…
0
votes
1 answer

Save extra data while User Registration

I am using Breeze template.I am working with User Registration. My store() user function is like below public function store(Request $request) { $request->validate([ 'name' => 'required|string|max:255', 'email'…
abu abu
  • 6,599
  • 19
  • 74
  • 131
0
votes
0 answers

Work flow of Breeze template code of Laravel

I am using Breeze template. I have below code in register.blade.php file. 1 2 3
abu abu
  • 6,599
  • 19
  • 74
  • 131
-1
votes
1 answer

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'unicess_app.app\http\controllers\auth\user' doesn't exist Laravel Breeze Reset Password

Why is that , when I'm resetting password the controller\auth\user is passing for request to reset not the User Model ? I didn't touch anything in the reset password controller, maybe I got an wrong import but I dont know how to solve this. Here is…
-1
votes
1 answer

Larvel Breeze role user and admin role system

I was facing issues of making user and admin role system with laravel breeze. It was quick and straight forward with laravel ui authentication. So i created a middleware for the admin and user and registered it in the kernel.php file as usual. I…
Dever
  • 1
  • 3
-1
votes
1 answer

Laravel determine which controller returned error , laravel breeze

I'm using laravel breeze and I have two popups modals in the header, one for login and one for signup, when an authentication error occurs I want to: A) open the modal responsible and B) show the error in the correct modal, any ideas?
Omar Malas
  • 110
  • 1
  • 9
-1
votes
1 answer

Laravel 8.x - Not able to add a button in laravel component file

I am learning Laravel blade . I have installed the breeze and I am trying to add a button in the dashboard.blade.php .

{{…

logeeks
  • 4,849
  • 15
  • 62
  • 93
-3
votes
1 answer

How can I Change the Email's Footer Name in Laravel?

enter image description here i'm facing this problem. anyone please guide me and help me to solve this problem
1 2 3
8
9