Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
64 views

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 ...
JesperChops's user avatar
1 vote
2 answers
80 views

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 ...
Tarun Korat's user avatar
1 vote
2 answers
79 views

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. ...
MUGWANEZA MANZI Audace's user avatar
0 votes
1 answer
81 views

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 ...
Ashish Cherry2's user avatar
0 votes
1 answer
103 views

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 ...
Ludo's user avatar
  • 783
0 votes
0 answers
43 views

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 ...
Petro Gromovo's user avatar
0 votes
1 answer
139 views

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 ...
Rex Zednelab's user avatar
0 votes
0 answers
14 views

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 ...
Dahlanチャネル's user avatar
0 votes
0 answers
28 views

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 ...
Clayton Montarroyos's user avatar
0 votes
1 answer
327 views

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 ...
Todd Horst's user avatar
2 votes
0 answers
194 views

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 ...
Ubeydullah Keleş's user avatar
0 votes
1 answer
170 views

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 ...
Brian Tracy's user avatar
0 votes
1 answer
628 views

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 ...
abu abu's user avatar
  • 7,102
1 vote
0 answers
150 views

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/...
Marius Bosinceanu's user avatar
2 votes
1 answer
320 views

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 ...
Ish's user avatar
  • 27
1 vote
1 answer
433 views

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 ...
Rob's user avatar
  • 11
1 vote
2 answers
373 views

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 "@...
Ubaldo Villaba's user avatar
2 votes
2 answers
927 views

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 ...
Smo's user avatar
  • 49
2 votes
1 answer
402 views

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 ...
MED HMH's user avatar
  • 31
0 votes
1 answer
96 views

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/...
zkanoca's user avatar
  • 10k
-1 votes
1 answer
114 views

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 ...
Banana's user avatar
  • 3
1 vote
1 answer
1k views

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 "...
Ubaldo Villaba's user avatar
0 votes
0 answers
59 views

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 ...
Nguyen Hiep's user avatar
2 votes
1 answer
91 views

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 ...
Shaho's user avatar
  • 371
-2 votes
2 answers
852 views

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 ...
Shaho's user avatar
  • 371
0 votes
1 answer
1k views

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. ...
Salman Musliman's user avatar
1 vote
1 answer
309 views

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(...
Yuto's user avatar
  • 29
1 vote
1 answer
3k views

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 ...
leonnicklas's user avatar
0 votes
1 answer
2k views

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 ...
Bloxxor's user avatar
  • 35
0 votes
0 answers
668 views

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'...
NAUFAL_ ARZ's user avatar
1 vote
2 answers
395 views

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 ...
dev_ip's user avatar
  • 61
1 vote
1 answer
247 views

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 ...
Vadim Gerich's user avatar
0 votes
1 answer
359 views

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 ...
ox15's user avatar
  • 5
1 vote
1 answer
2k views

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 ...
Alberto Martínez's user avatar
0 votes
1 answer
53 views

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 ...
mohamad zbib's user avatar
-1 votes
1 answer
215 views

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 ...
mohamad zbib's user avatar
0 votes
1 answer
169 views

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 ...
Anthony Dean's user avatar
0 votes
0 answers
187 views

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 ...
sunset-crow's user avatar
0 votes
2 answers
456 views

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 ...
Brian Tracy's user avatar
1 vote
4 answers
4k views

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 [...
Slim Juan's user avatar
-1 votes
1 answer
96 views

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. ...
user2286485's user avatar
0 votes
0 answers
118 views

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 ...
Ignacio's user avatar
  • 51
0 votes
1 answer
670 views

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, ...
Elliott Coe's user avatar
0 votes
1 answer
2k views

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 ...
Rayhan Ahmed Rakib's user avatar
0 votes
0 answers
324 views

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 ...
Ojobo Dionix's user avatar
0 votes
0 answers
209 views

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:...
zkanoca's user avatar
  • 10k
0 votes
1 answer
626 views

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 : ...
Dong Giang's user avatar
0 votes
1 answer
832 views

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 ...
niconico's user avatar
0 votes
0 answers
374 views

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 ...
niconico's user avatar
0 votes
1 answer
1k views

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 ...
Nay Aung Lin's user avatar

1
2 3 4 5
10