Questions tagged [laravel-breeze]

130 questions
0
votes
1 answer

Laravel Jetstream problem with Bazar vendor package

i am using Laravel 8.3, and i already have installed Jetstream with Fortify package for login on frontend, it's work i can login, but i needit to install package Bazar: https://github.com/conedevelopment/bazar In that docs of bazar, it's say to…
BoBiTza
  • 98
  • 13
0
votes
3 answers

Route is not defined, laravel breeze inertia react SSR

I am trying to use SSR inertiajs with react, in laravel. Version details: Php: 8.1.2 Laravel: 8.82.0 Breeze: 1.7.1 Inertiajs: 0.11.0 Npm: 8.1.2 /resources/js/ssr.js createServer((page) => createInertiaApp({ page, render:…
parth
  • 1,803
  • 2
  • 19
  • 27
0
votes
2 answers

How can I customize the Log Out in Laravel 8 using Breeze?

I'm using tailwind, Laravel 8 and Breeze. After installing Breeze I would like to customize (change size, color and text) the log out button but I have no idea how to do that. Here is the code :
Rolek
  • 73
  • 6
0
votes
2 answers

How to change one image when I click in dropdown with VueJS and TailwindCSS

I created (with your help) one dropdown that change text when are clicked with Vue, but I want that image appears too, but my code don't work, I've tried this:
0
votes
0 answers

What middleware should I use on my Laravel 8 Breeze for api routes?

I followed the instructions to setup and install Laravel Breeze and it worked to the extent that I could register a user and subsequently log in, so that's cool. What I'm struggling to get working is to set up my API routes to only be accessible…
James Stewart
  • 869
  • 12
  • 33
0
votes
1 answer

retrive relation table in login request with laravel breeze

Hello I want to include my relation table roles when I login. I used Laravel Breeze for authentication. Models/User.php namespace App\Models; use Illuminate\Contracts\Auth\MustVerifyEmail; use Illuminate\Database\Eloquent\Factories\HasFactory; use…
0
votes
1 answer

Laravel breeze package overwrite existing files

I am working on a laravel project, for authentication, I have used passport for API. and used php artisan ui bootstrap --auth for web PHP. using php artisan ui bootstrap --auth laravel not be able to authenticate the current user I have researched a…
Mohamed Raza
  • 818
  • 7
  • 24
0
votes
0 answers

Yajra Datatable and Laravel-breeze, maybe csrf_token problem

I made a table using yajra datatables, everything works fine (buttons, table title, table data, editing, etc.) (Listing 1). Now I am trying to implement this using Laravel 8 components, but I do not understand how to do it correctly. I gave an…
0
votes
1 answer

Dropdown on hover for Laravel Breeze dropdown

I have set up a project using Laravel Breeze and am using some of the default components in it. One of these is the dropdown component, used in the nav bar. By default, you need to click on the dropdown in order for the menu to appear below.…
Thomas Read
  • 619
  • 2
  • 6
  • 14
0
votes
1 answer

Laravel Breeze Vue - Link and page not rendering

I working on an app and using Laravel Breeze Vue for the first time. Just some quick background, Laravel Breeze provides some quick scaffolding for authentication. When a user logs in, they are presented with a simple dashboard page. I have added a…
NSaid
  • 689
  • 2
  • 16
  • 32
0
votes
1 answer

How to redirect a user to different dashboards based on a level field in the '''users''' table in Laravel Breeze?

Please forgive me if my question is too generic but I am at my wits end. I have a users table with a level field as shown given below: $table->unsignedSmallInteger('level')->after('password'); I want to redirect the user to different dashboards…
Debajeet Choudhury
  • 389
  • 2
  • 5
  • 9
0
votes
1 answer

How can i fix problem of "illuminate/filesystem conflicting version" while installing laravel breeze?

I am trying to install Laravel breeze but having this error: $ composer require laravel/breeze --dev Using version ^1.2 for laravel/breeze ./composer.json has been updated Running composer update laravel/breeze Loading composer repositories with…
0
votes
1 answer

Why i cannot install Laravel Breeze

I installed a fresh laravel application using version 7.30.4. When I tried to install laravel breeze, using command composer require laravel/breeze --dev, it gives me this error. [InvalidArgumentException] Package laravel/breeze has a PHP…
beginner
  • 2,024
  • 5
  • 43
  • 76
0
votes
1 answer

Laravel 8: installation authentication with inertia is not working

I am starting to build a web application using Laravel 8. I am now trying to install the authentication in my application. I am trying to use Breeze and inertia. But it is not working as expected. This is how I installed it. After I installed the…
Wai Yan Hein
  • 13,651
  • 35
  • 180
  • 372
0
votes
1 answer

How to stop auto login after registration in Laravel 8 breeze

Hi I am fairly new to Laravel framework. I am trying to create a separate controller replicating the registeredusercontroller.php in laravel breeze to have a function for admin user to be able to add new users. But I am having trouble with auto…
jarus
  • 1,853
  • 11
  • 44
  • 76
1 2 3
8
9