Questions tagged [jetstream]

Laravel Jetstream is an application starter kit for Laravel. Jetstream provides the following features for your application:

  • login
  • registration
  • email verification
  • two-factor authentication
  • session management
  • API via Laravel Sanctum

Documentation at jetstream.laravel.com.

480 questions
-1
votes
1 answer

How to redirect role based login to a nwidart module of Laravel 8

I am stuck somewhere in creating Multi Auth Laravel Project. I setup the project on Laravel 8 and I have done Jetstream, Fortify setup. I have created 4 nwidart Modules SuperAdmin Admin User Meeting Database already linked, User role already…
Arien
  • 1
-1
votes
1 answer

Failed to authenticate on SMTP server with username using Laravel Jetstream

I'm learning how to send email to the user whenever their system role change using Laravel 8 and I had this issue where most tutorials that I'm following requires the Google Account to turn on the Less Secure Apps, but I cannot change the settings…
-1
votes
3 answers

Laravel Jetstream livewire - Profile photo is not being uploaded on s3

I have checked everything in AWS S3, permissions, policy bucket name, all looks okay. I have updated the config in the jetstream config file config\jetstream.php 'profile_photo_disk' => 's3', I have updated the .env file variables with AWS S3…
Mahesh Yadav
  • 2,416
  • 20
  • 23
-1
votes
2 answers

laravel jetstream photo profile section doesnt apear

eh been trying to make the section of upload photo appear in the update section, but it does not appear unless I remove the if and I do not understand why I already modify the jetstream.php the .env and I do not know what else to do enter image…
-1
votes
1 answer

jetstream laravel login dose not check my database and bring me back to login page

jetstream laravel login dose not check my database and bring me back to same login page !! I want after login the system go to redirects route enter image description here enter image description here
-1
votes
2 answers

How to display message after registration Laravel Jetstream

Hi im trying figure out how to display message(toastr) after successful registration, im using laravel 8 with jetstream authetication, so far i couldnt find anything useful on google... by the way im in RegistredUserController.php public function…
Arturs
  • 23
  • 1
  • 6
-1
votes
1 answer

How to fetch data from database in Laravel 8 Jetstream register page?

So I have a model named Role. I want to show a dropdown where the roles are visible from the Role model. How can I get all the data from the roles model in my registration page? I want to show them on a dropdown select menu. My question is how to…
-1
votes
1 answer

Laravel Auth::attemp() is not working, even with valid credentials

This is the unit test which I want to run. This is always failing. I have tried with wrong data. Still it fails and with correct data still it fails. Please someone help me out from this. If anyone wants to explore more:…
Pawan Roy
  • 29
  • 5
-1
votes
1 answer

Changing Default Bcrypt to sha1 in Laravel 8 jetstream while logging in a user

I have an old project using sha1 encryption. Now I want to upgrade it with laravel jetstream, how can I override the default laravel authentication system which is Auth::attempt() in order to match the user when logging in with sha1 on the database/
-1
votes
1 answer

Bootstrap classes do not run in Laravel 8 views with auth module

On the Laravel 8 project I've done the next commands: composer require laravel/ui php artisan ui bootstrap npm install && npm run dev And now I'm trying to add the new button with bootstrap classes to the dashboard page, generated by…
Ulianka Shu
  • 133
  • 1
  • 12
-2
votes
0 answers

Implementing SSO Server with Laravel Jetstream for External Website Authentication

Hello Stack Overflow community, I am working on a project where I need to implement a Single Sign-On (SSO) server using Laravel Jetstream for authenticating users from an external website. I have a requirement to use Laravel Jetstream's…
user2881770
  • 45
  • 1
  • 9
-2
votes
2 answers

page doesn't change when using paginator (Laravel, Inertia.js)

I am using Laravel Jetstream and InertiaJS. I tried to make a pagination according to the manual. web.php use App\Models\Post; use Illuminate\Foundation\Application; use Illuminate\Support\Facades\Route; use Inertia\Inertia; Route::get('/posts',…
bobus
  • 1
  • 3
-2
votes
1 answer

Laravel Jetsream Interia Error Handling Issues

I was just taking Jetstream/Interia for a spin and wanted to checkout. So, I created a form, with 2 input fields. Start Date End Date I have a route which recieves this over GET request and try to validate it. Like…
Rehan
  • 3,813
  • 7
  • 37
  • 58
-3
votes
1 answer

store results from method in data form

I am going to preface this with I have NOT done this in a LONG time and my mind is mud. So no picking on me just remind me what I am doing wrong or not remembering. NOTE: This is VueJS 3 / Tailwind 3 inside a Laravel 9 Jetstream Project I have a…
ArcticMediaRyan
  • 687
  • 8
  • 32
-3
votes
1 answer

use mail in laravel 8 with Laravel Jetstream

i wanted to use mail in laravel 8 with Laravel Jetstream but I encountered a lot of problems i try use ssl and tsl ,change port 2525,587,465 but also it didnot work
1 2 3
31
32