460 questions
0
votes
0
answers
64
views
Laravel 12.0 Jetstream 5.3 "remember me" not working
I am having a problem with the remember me functionality in my app. When users log in they can check the box and it will work for a while but after a few hours/days (I haven't timed it exactly) they ...
1
vote
2
answers
80
views
Unable to validate reCAPTCHA in Laravel Jetstream with Inertia.js during login
Jetstream Version
4.0
Jetstream Stack
Inertia
Laravel Version
10.10
PHP Version
8.1
I am implementing Google RECAPTCHA v3 in Jetstream login. But its fails because inertia Jetstream auth sending 2 ...
1
vote
2
answers
79
views
How to set current_team_id when user accepts Jetstream team invitation by email to the Team id of the Admin inviting him?
I am developing an App that uses Jetstream registration as well as teams. With my App users join App once and they stay, so I need set current_team_id to user when he/she accepts invitation via email.
...
0
votes
1
answer
81
views
How to prevent that super admin’s credentials can be used to log in as a tenant?
I am using Laravel Jetstream for authentication, which provides login and registration functionality that redirects users to the dashboard.
Currently, in my web.php file, I have set up routes with ...
0
votes
1
answer
103
views
Laravel Jestream problem loading Vite manifest
I have a Laravel 10 app with Jetstream working perfect on local.
When I upload my app to a cpanel shared hosting, when I access to the pages I have created, I have no problem, but when I try to load ...
0
votes
0
answers
43
views
Why file app/Providers/JetstreamServiceProvider.php on Jetstream 5 site is different I read in docs and how to work with it?
On Laravel / Livewire / Jetstream site I try to change name of field by which user login into the site and I changed in config/fortify.php:
'username' => 'login', // 'email',
and checking docs for ...
0
votes
1
answer
139
views
2 laravel projects communicating using API Sanctum?
I have two laravel projects
Bac4 laravel v.8
InfraProject laravel v.9
I want them to communicate using the Laravel Sanctum API.
I want the InfraProject to access some data in the Bac4 project and ...
0
votes
0
answers
14
views
Jetstream photo url change from 127.0.0.1 to virtual host
Anyone have a issue like me? Before when first install Jetstream, the photo is working, but now when im upload the image, the upload is success but the image its not showing, when i see it the image ...
0
votes
0
answers
28
views
Laravel Jetstream: Does not update custom additional profile information
I customized the app\Actions\Fortify\UpdateUserProfileInformation.php file with new fields.
There is a ZIP code search performed with JQuery, but when there is a change of address, the new data is not ...
0
votes
1
answer
327
views
Laravel Sanctum Impersonate User only works for one request
I'm using Laravel Jetstream, which uses sanctum for authentication. I'm trying to build a simple impersonate feature, and I have it working 99% of the way, but I am missing something small.
If the ...
2
votes
0
answers
194
views
Is it possible to install Laravel Jetstream with Typescript?
Is it possible to install Laravel Jetstream with Typescript instead of Javascript when you are installing it with Inertia/Vue?
I saw that they have it with Breeze but I can't find it for Jetstream.
If ...
0
votes
1
answer
170
views
Laravel Jetstream | Two Factor Authentication - GAuth code is rejected
I've installed Laravel 11 with Jetstream (Livewire).
I enabled 2FA and I scanned the QR code with Google-Authenticator, then I get the code on my smartphone, but when I type it on the page, I get:
The ...
0
votes
1
answer
628
views
Use filament 3 jetstream
How to use filament 3 jetstream with blade and livewire ?
I used below commands.
composer require laravel/jetstream
composer require filament/filament
php artisan jetstream:install livewire
npm ...
1
vote
0
answers
150
views
Laravel/Jetstream Livewire - Unable to find component: [profile.edit-profile-information-form]
I need some help for a Project in Laravel/Jetstream/Livewire.
I've made next installation for : Laravel:10.10 Jetstream:3 Livewire:2.11
In the framework provided, there is a page in :
resources/views/...
2
votes
1
answer
320
views
Laravel email verification URL redirect to 404
I want to use a custom template for verification emails being sent by Laravel 11. It generates a verification url, but when I click it, it shows 404 on the browser.
Below is my user model where I ...
1
vote
1
answer
433
views
Laravel 11 route passes empty object to edit form
I'm trying to populate an edit form when accessed from a list... The object's in the database, loads through laravel, and can be outputted into the list in Laravel, but when I click the edit link, as ...
1
vote
2
answers
373
views
Flash message not displaying when redirecting to the same page in Laravel Jetstream + Inertia
I'm having an issue with displaying flash messages in my Laravel Jetstream application using Inertia.js. Here is the relevant code:
In AppLayout.vue
<script setup>
import { usePage } from "@...
2
votes
2
answers
927
views
Laravel Livewire Jetstream app throws 419 in an iframe when a POST request is made for mobile users ONLY
The Problem & Code source
I am using Laravel 10, Livewire 3 & Jetstream 5. My website is on a custom domain, on an owned server. I have this website also placed in an iframe and it needs to ...
2
votes
1
answer
402
views
Error with postcss.config.js when installing Laravel Jetstream with Livewire
I am trying to install Jetstream in a Laravel project. Immediately after running the command php artisan jetstream:install livewire, this error appears:
`C:\xampp\htdocs\PFE\PFE\postcss.config.js:1
...
0
votes
1
answer
96
views
Laravel/Jetstream: dynamically filled dropdown list in registration form
I have watched several videos and read some related tutorials about customization of the register form of Laravel/JetStream registration system. All I found is something like this:
//resources/views/...
-1
votes
1
answer
114
views
bugged dropdown in laravel 10 jetstream/livewire
image
This is the admin side, when on the home page the theme of the web is white and it is fine there, I'm guessing it's because it is assigned to multiple css tag influencing the same part but I ...
1
vote
1
answer
1k
views
Cannot display image in Vue.js + Laravel + Inertia
I need help with displaying images within a Vue.js component in my project, which is integrated with Laravel and Inertia.
I have a component called "Index.vue" located at the route "...
0
votes
0
answers
59
views
How to redirect after sign up laravel jetstream
On laravel jetstream, after I changed the line ('home' => '/dashboard',) to ('home' => '/dashboard',) in fortify file. When I sign up successfull, the system do not direct me to index page, it ...
2
votes
1
answer
91
views
jetstream Class "verified" does not exist [duplicate]
I'm new to Laravel 10, and I recently installed Jetstream. When I run php artisan route:list in the console, I get the following error: Class "verified" does not exist.
I do have verified in ...
-2
votes
2
answers
852
views
Resolving the 'Class does not exist' error in Laravel 10 [closed]
I'm new to Laravel 10, and I recently installed Jetstream. When I run php artisan route:list in the console, I get the following error: Class "verified" does not exist.
I do have verified in ...
0
votes
1
answer
1k
views
Implementing multi-role access in Laravel and Jetstream
I'm working on a school web app project using Laravel and Jetstream, which requires three different user roles: admin, instructor, and student. Each role should have a unique dashboard upon login. ...
1
vote
1
answer
309
views
How to modify Laravel Jetstream login ? I'd like user to redirect to Admin Dashboard when usertype is 1
I'm using Larave10 Jetstream livewire and I wanna modify the login.
But my code doesn't work properly what I thought.
This is user database.
Id, name:varchar(255), email:varchar(255), usertype:varchar(...
1
vote
1
answer
3k
views
Laravel Filament v3 automatic logout if SESSION_DRIVER=database
Problem:
I'm currently trying to implement filament v3 into my current laravel v10 project also using livewire v3.
After installing filament v3 as described in their installation guide I am able to ...
0
votes
1
answer
2k
views
Laravel Livewire loading after Alpine.js after Update
I get the following error with a modal component on the profile page:
Console:
Uncaught TypeError: window.Livewire.find(...) is undefined
After the page is fully loaded, I can access livewire in the ...
0
votes
0
answers
668
views
"message": "Call to a member function currentAccessToken() on null",
I have a logout function (to revoke the token), but when I fill in the Authorization headers with Bearer 6|4dc2p1jSWxXVdHPL8vHFK1x7SPSFysl0nOcVH78Ye3c75982 in Postman, it returns the response 'message'...
1
vote
2
answers
395
views
wire:navigate causes conflicts in my template
I have a template called Minia that includes everything (js, tailwind, jetstream, livewire). However, when I add the wire:navigate to some link, it takes me to the view without loading the page and it ...
1
vote
1
answer
247
views
Laravel jetstream does not load profile photo
i create new laravel 9 proj with jetstream/inertia
laravel new testProject
cd testProject
composer require laravel/jetstream
php artisan jetstream:install inertia
npm install
npm run dev
php artisan ...
0
votes
1
answer
359
views
Laravel Jetstream redirects when trying to access an API endpoint
When I try to access an endpoint in my Laravel API, Jetstream redirects to the dashboard page. I am already logged in, and when I go to my endpoint from the dashboard, it goes back to the dashboard. I ...
1
vote
1
answer
2k
views
How to make Primevue work with Laravel Jetstream and Inertia?
I'm working with Inertia and Jetsteam and I'd like to add Primevue in order to use datatables, but I'm getting no render elements after installation and setting up, I'll share my current files and a ...
0
votes
1
answer
53
views
Laravel 10 jerstream - redirect back doesn't work
I am using Laravel 10 with PHP 8.1
The issue that redirect back is not working, it's redirecting me to home only.
even in the core functions i need to manipulate it like login i added:
throw ...
-1
votes
1
answer
215
views
Fortify laravel 10 - login issue on production
I am using Laravel 10 with jetstream +livewire.
in my local host everything is fine, but on server I have an issue.
when I login with wrong credential it redirect me to home page without error and ...
0
votes
1
answer
169
views
Laravel Jetstream 4.1 Issue with Agent.php (MobileDetect/PSR) cache not functioning correctly
In the new Agent.php (Laravel Jetstream 4.1) that uses MobileDetect, specifically the cache set/get functionality seems to be broken.
I modified the retrieveUsingCacheOrResolve function in Agent.php ...
0
votes
0
answers
187
views
Jetstream email verification not working, Laravel 10.20.0
I had a issue with the SMTP when trying to set up Laravel Jetstream, now I'm able to send e-mails to reset, register.
The problem is, I want to let the user enter the application only if he confirms ...
0
votes
2
answers
456
views
Laravel 10 Jetstream | Livewire path error 404
I just installed Laravel 10 under WAMP and it works fine.
Then I installed Jetstream but login/ registration pages fail because Livewire path is wrong. How do I fix it ? Can't find it in .env
The ...
1
vote
4
answers
4k
views
Target class [Spatie\Permission\Middlewares\PermissionMiddleware] does not exist
I hope you’re all right. I was wondering if you could take a look at a problem I’ve encountered in a Laravel project that uses Spatie Laravel Permission.
The mistake I’m facing is this:
Target class [...
-1
votes
1
answer
96
views
Target class [GoogleAdsApiController] does not exist
I am trying to replicate the Google Ads API Laravel Sample app and port it to a Laravel Jetstream application.
I keep getting the following error: Target class [GoogleAdsApiController] does not exist.
...
0
votes
0
answers
118
views
Trying to auto-login user once registration is done via email confirmation
After creating the password from a user invitation using the confirmation email the user is not getting auto logged. I tried to dd on the store() method and it is arriving there, but it seems there's ...
0
votes
1
answer
670
views
How do I customise controller actions in Laravel Jetstream?
I would like to add some data for the Create vue file for the teams feature in Laravel Jetstream, but I haven't seen a way how to publish the vendor controllers. Essentially what I am trying to do is, ...
0
votes
1
answer
2k
views
Laravel Inertia Vue Error with session flash message
I am currently working on a project in Laravel Inertia with a Jetstream starter pack that works with vue3.
I have to customize the login method. Basically, the logic will be if the user status is ...
0
votes
0
answers
324
views
How can I edit the default behavior of jetstream's email verification on Laravel
I recently created a Laravel project with Jetstream and Livewire implemented and I want change the behavior of the email verification feature after login or registration such that rather than ...
0
votes
0
answers
209
views
Laravel Jetstream breaks when no logged in user exist
I am developing an application. I have chosen to use Jetstream with LiveWire. I installed it to my application. I can create accounts, log in, log out. But when I try to open the homepage, I get error:...
0
votes
1
answer
626
views
Install jetstream and livewire in laravel 8
I am using PHP 7.3, Laravel 8.0, Node version 13.13.0 and NPM version 6.14.4.
When I install Jetstream v2.9 and Livewire, the CSS in the login and register page has broken.
I used below command's :
...
0
votes
1
answer
832
views
Laravel Jetstream Login Page - Logo is too big
I have being trying to fix this bug for the whole day, where the login, register and dashboard page all look horrific. I can't even begin to explain how ugly the login looks so I have attached a ...
0
votes
0
answers
374
views
Permissions with JetStream Laravel
I have recently started using Laravel at my internship and have developed a website in which employees within the company can register their profiles (which are displayed on one page) and upload ...
0
votes
1
answer
1k
views
Laravel Database Seeding Error TypeError Illegal offset type in isset or empty
Thanks for reading. I am trying to seed my database in laravel. When I ran "php artisan migrate:fresh --seed" command, only the database refreshing part was successful. I have already ...