Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
60 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
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
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
1 answer
138 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
27 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
2 votes
0 answers
193 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
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
2 votes
1 answer
311 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
2 answers
365 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
1 answer
397 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
-1 votes
1 answer
113 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
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
2 answers
849 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
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
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
1 vote
2 answers
382 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
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
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
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
2 answers
454 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 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
1 answer
663 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
0 answers
323 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
1 answer
622 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
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

1
2 3 4 5
10