Browse AI Field GuideForum Podcast
All ThreadsLeaderboard
  1. Discussions

    1. Popular This Week
    2. Popular All Time
    3. Solved
    4. Unsolved
    5. No Replies Yet

Makaram's avatar

crypto wallet in Laravel

Hi everyone I have a project in laravel which need's an In app Crpto wallet is there any package/ libarary in PHP or laravel that would Help ?

Makaram's avatar
Makaram's avatar Cordario23m agoGuides
2
1
Last reply by Cordario 23m ago
daveb2's avatar

Pest V4 browser testing - unreliable

Hi all, Browser testing is awesome, and very powerful. I love being able to script actions and save screenshots. I'd love to be able to use these, maybe even in some basic CI like github workflows, but for some reason it is just incredibly unreliable for me. I've worked through everything I can find with online guides and the LLMs etc. I pare down my browser test scripts and te

daveb2's avatar
daveb2's avatar daveb21h agoTesting
5
48
Last reply by daveb2 1h ago
ayoubelmoudni's avatar

How to run site with "http://localhost/example' instead of "http://example.test" while using Laravel Herd

I have a project that needs to be run as "http://localhost/example" and not "http://example.test" in my local, am using Herd and i like it, is there any way to do this?

ayoubelmoudni's avatar
ayoubelmoudni's avatar BenWortley1h agoGeneral
4
17
Last reply by BenWortley 1h ago
vincent15000's avatar

Return back to a page with Infinite Scroll

Hello, With Laravel / InertiaJS / VueJS. Step1 : I have a page with an Infinite Scroll to display a list of games. I can click on a game to display the game details on another page. Step 2 : On this page with the game details, I have a back button. When I click on the back button, I go back to the page with the list of the games. Step 3 : I'm back on the page with the list of t

vincent15000's avatar
vincent15000's avatar ghabriel255h agoInertia
4
38
Last reply by ghabriel25 5h ago
lsvagusa's avatar

Contract/Interface for Eloquent models

Hello. I have created a number of different tables that when having an entry created in them all need to go through a queue job. So they all need some kind of 'status' field (and others that are very application specific so won't mention). Then when being processed by the job the 'status' field would get updated. Of course this is something the job shouldn't care about, so I th

lsvagusa's avatar
lsvagusa's avatar ghabriel258h agoEloquent
9
163
Last reply by ghabriel25 8h ago
diazwatson's avatar

Multiplayer Game Using Livewire?

Hi, I am working on a multiplayer card game project and I would like to use Livewire for it. The idea Registered users can start a new game or join an existing one. To join an existing game user needs to input a unique code (game identifier code?). Players play in turns. On every turn, a new card is presented to all players but only the player playing can interact with it (cho

diazwatson's avatar
diazwatson's avatar martinbean12h agoLivewire
11
54
Last reply by martinbean 12h ago
june23's avatar

I am sorry this is way off topic. But is this link that can be downloaded and installed malware?

A person I was messaging with on another website sent me a link. I installed this WPS Office from a person that wanted to show me a document. But I clicked on it and installed it and tried to remove my self following manual steps: 1. first turn off wi-fi 2. obtain administrator access throughout the entire removal of malware 3. use cmd prompt icacls/cacls to unhide any files in

june23's avatar
june23's avatar quintinmor...17h agoGeneral
3
48
Last reply by quintinmorrow 17h ago
hafizur-rahman's avatar

Ppaypal payment gateway : Got Http response code 404 when accessing

Hello seniors, I was trying to integrate paypal payment gateway in my laravel project. But facing an issue. here first I tried to redirect with these code: pls check https://i.postimg.cc/LsH5LYFx/explaination.png "Got Http response code 404 when accessing " error. https://i.postimg.cc/nhVMQ9J0/error01.png what can be the solution here? Thanks in advance.

hafizur-rahman's avatar
hafizur-rahman's avatar martinbean19h agoLaravel
5
93
Last reply by martinbean 19h ago
marcusmoore's avatar

DB schema for marriage?

Hello, I'm working on a quick(ish) family tree type application and I got a little lost on what the best way to lay out the db tables and their corresponding Eloquent models. I thought of something similar below that I thought might work but I'm just not sure if that's the direction I should take. Marriages ___ id partner_1_id partner_2_id start_date end_date I wasn't sure ho

marcusmoore's avatar
marcusmoore's avatar martinbean21h agoGeneral
2
89
Last reply by martinbean 21h ago
randomcast's avatar

Unable to disable deprecations logging

I cannot seem to disable deprecations loggings/attempts of loggings, running Laravel 9.11. My logging.php config file is not altered, containing: 'deprecations' => [ 'channel' => env('LOG_DEPRECATIONS_CHANNEL', 'null'), 'trace' => false, ], and my env file has LOG_DEPRECATIONS_CHANNEL=null However, i still keep getting deprecations logging att

randomcast's avatar
randomcast's avatar MortenS23h agoLaravel
1
1
Last reply by MortenS 23h ago
ninjapeps's avatar

Creating an event to check for inactivity

I'm trying to make a sort of real time auction site with each auction ideally lasting only as long as people are bidding. If no new bids are detected within a few seconds of the last bid, then the auction will close. Originally, I did this by having an event fire off when someone bids that sleeps for a few seconds and then checks if there are any new bids when it finally runs.

ninjapeps's avatar
ninjapeps's avatar Glukinho1d agoReverb
6
155
Last reply by Glukinho 1d ago
gravity_global's avatar

Laravel concurrently and the shell-quote exploit

Looks like all installs of 11x, 12x and 13x are all going to face an issue with concurrently currently. All three latest versions of Laravel use the 9x branch "concurrently": "^9.0.1", So will be pulling in EOL v9.2.1 from Aug 2025 https://github.com/open-cli-tools/concurrently/tags The issue with that is its dependency is fixed to "shell-quote": &

gravity_global's avatar
gravity_global's avatar gravity_gl...1d agoLaravel
2
154
Last reply by gravity_global 1d ago
june92's avatar

If I create a CRM and I needed web developers to work on the CRM, would web devs not work on it if it was not successful?

I want to create a Real Estate Investment CRM. I just wonder if I created a REI CRM and it started getting a good amount of users and the users are using the CRM but needed to be maintained. Will web developers not work on this because the codebase was not what they expected and think the CRM did not have good code even though it works and follows best practices? Even if the C

june92's avatar
june92's avatar Dewaxdi1d agoGeneral
21
2,699
Last reply by Dewaxdi 1d ago
june92's avatar

How big of projects do I need to get a job?

If someone can take the time to look at this open source project https://github.com/invoiceninja and if someone can tell me do I have to create a few projects like these? I know they aren't system design and other technologies. But should I have a project like this or a little smaller to apply for a job? I was planning to create a project but if I create a basic CRM or maybe a

june92's avatar
june92's avatar vincent150...1d agoGeneral
9
765
Last reply by vincent15000 1d ago
lara28580's avatar

Can't clear fields in form with livewire

I am trying to clear fields after submitting a form with livewire, but I can't get this to work. I am using the reset function trying to achieve this. What I am doing wrong here? public function submit() { $this->protectAgainstSpam(); // if is spam, will abort the request $validatedData = $this->validate(); Partner::create($validatedData);

lara28580's avatar
lara28580's avatar youssef200...2d agoLivewire
9
44
Last reply by youssef2001 2d ago
PeteBatin's avatar

VS Code, Laravel and increased errors/warnings from Intelephense

Has anyone else noticed a sudden increase in warnings in the Problems tab of VS Code from the Intelephense Extension? Does anyone know if they've reduced the feature set for the freemium version and maybe that's why it's doing it? It happened around last Thursday (12th Feb) where the most basic things are being falsely flagged up. I also noticed that PHP Namespace Resolver had

PeteBatin's avatar
PeteBatin's avatar CaptainBor...2d agoGeneral
5
5,080
Last reply by CaptainBornig 2d ago
kylef-fotf's avatar

Forge is setting git remote origin with HTTPS and not SSH

Is this normal? I noticed on some newer servers my origin url uses HTTPS, while previously it's always been SSH. I'm noticing this now, because none of my servers that are using that HTTPS remote url are deploying. Has Forge changed something recently?

kylef-fotf's avatar
kylef-fotf's avatar kylef-fotf2d agoForge
7
599
Last reply by kylef-fotf 2d ago
viewflex's avatar

Filament Address Pro — complete international address management for Filament (v1.0)

I've just released v1.0 of Filament Address Pro, a package that handles the full international address problem for Filament apps — not just a form component, but the complete system. What's included: Country-aware address forms for 256 countries and territories (17k+ subdivisions) Three input modes: Google Places autocomplete, freeform with auto-geocoding, or manual entry Addr

viewflex's avatar
viewflex's avatar LaryAI2d agoFilament
1
31
Last reply by LaryAI 2d ago
kokoshneta's avatar

Excluding a field from validation if not present, but validating type if present

[Laravel 9, Livewire 2 – upgrading is not currently an option] I have a Livewire component that validates a number of fields belonging to a User model. The validation rules are stored in the User class and pulled into the component from there. Usually, when validating User models, I want to validate the username and password fields, but for this particular component, those two

kokoshneta's avatar
kokoshneta's avatar krisi_gjik...2d agoLivewire
14
2,109
Last reply by krisi_gjika 2d ago
arifhossen's avatar

Best Way to Implement JWT Authentication in Laravel?

Hi everyone, I'm currently working on a Laravel project where I need to implement JWT authentication, but I’m unsure which approach is best suited for Laravel's latest versions. I’ve noticed several packages and methods, like tymon/jwt-auth and even Laravel's Passport, but I’d like some insights into what works best for: Security – ensuring tokens are secure and tamper-proof.

arifhossen's avatar
arifhossen's avatar wjvankeste...3d agoLaravel
4
6,136
Last reply by wjvankesteren 3d ago
Shivamyadav's avatar

How to load the angular js version 2 from the laravel vite instead of the mix?

I have setup the vite and removed the mix and scss is loading and working with the laravel but the angular js version 2 is breaking.   How can i setup the order as it is and avoid any siteApp issue form the angular itself this is how it was setup form the webpack. let mix = require('laravel-mix'); mix .sass('resources/assets/desktop/sass/app.scss', 'public/desktop/css/app.css

Shivamyadav's avatar
Shivamyadav's avatar Shivamyada...3d agoVite
3
168
Last reply by Shivamyadav 3d ago
spiritkiddie's avatar

Livewire 4 single file component event is not working

Dispatching event in blade is never received in any order blade component listener using livewire 4 single file component.

spiritkiddie's avatar
spiritkiddie's avatar imrandevbd3d agoLivewire
1
136
Last reply by imrandevbd 3d ago
Politeboat36's avatar

How to modify Session middleware for waking up a serverless database without blocking UI

Hello, I have a Laravel + Inertia application that uses a serverless database which shuts down if a database query is not received within one hour. Once shut down, it takes around 30 seconds to wake up. I admit this is awful, but I proposed multiple options to the client and they chose this with full knowledge. By default, Laravel stores sessions in the database, so when someon

Politeboat36's avatar
Politeboat36's avatar jlrdw3d agoLaravel
8
1,161
Last reply by jlrdw 3d ago
finlamit's avatar

Movie database relationships

Hi, My brain has melted somewhat, so throwing this out here to see what others would do. I am creating a movie database and there are three tables. Movies Actors Clips Movies have many Actors, and Actors belong to many Movies. Clips belong to one Movie, and Movies have many Clips. Clips belong to many Actors, and Actors have many Clips. Actors belong to many Movies, and Movies

finlamit's avatar
finlamit's avatar junaidalie...3d agoEloquent
6
37
Last reply by junaidalie91-rgb 3d ago
laracoft's avatar

Missing /var/run/php-fpm.sock after reboot

I'm on ubuntu 22.04 On A, I have scripted my server installation to install PHP (8.4.21), MySQL and Apache On B, I have scripted my server installation to install PHP (8.4.21), MySQL and Nginx For B, when re-running the script on a fresh machine recently, /var/run/php-fpm.sock is now missing and causing the Laravel site not to load in the browser The script of A remains proble

laracoft's avatar
laracoft's avatar komatom3d agoPHP
12
1,387
Last reply by komatom 3d ago

Want us to email you occasionally with Laracasts news?

Nine out of ten doctors recommend Laracasts over competing brands. Come inside, see for yourself, and massively level up your development skills in the process.

Learn
BrowseSeriesCreatorSeriesLaravel PathLarabitsPlayground
Discuss
ForumPodcastSupport
Extras
Gift CertificatesApparelFAQiOS AppTerms
Social
X(Twitter)TikTokYoutube

© Laracasts 2026. All rights reserved. Yes, all of them. That means you, Todd.

Proudly hosted with Laravel Forge and DigitalOcean.

Want us to email you occasionally with Laracasts news?

Nine out of ten doctors recommend Laracasts over competing brands. Come inside, see for yourself, and massively level up your development skills in the process.

Learn
BrowseSeriesCreatorSeriesLaravel PathLarabitsPlayground
Discuss
ForumPodcastSupport
Extras
Gift CertificatesApparelFAQiOS AppTerms
Social
X(Twitter)TikTokYoutube

© Laracasts 2026. All rights reserved. Yes, all of them. That means you, Todd.

Proudly hosted with Laravel Forge and DigitalOcean.