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

papnikol's avatar

Suggest a path for me

Hi everyone, I have used PHP previously (almost 10 years ago). I barely wrote any OOP PHP and did no use Laravel (on any other framework for that matter) and I learned it as I went. So I am trying to balance my will to learn modern PHP and Laravel with my tight schedule since I want to create a website with admin panels connecting to an existing SQL database whose schema is al

papnikol's avatar
papnikol's avatar LaryAI3h agoGeneral
1
23
Last reply by LaryAI 3h ago
Respect's avatar

how to show delete confirmation and make request continmue

hot to make request continue <script> document.addEventListener('livewire:init', () => { Livewire.hook('component.init', ({ component }) => { component.intercept('delete', async ({ action }) => { action.cancel(); const resu

Respect's avatar
Respect's avatar anhphamngu...5h agoLivewire
5
19
Last reply by anhphamnguyen1839-afk 5h ago
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 Tray26h agoGuides
3
35
Last reply by Tray2 6h ago
SigalZ's avatar

Yajra datatables questions

Hello, I installed yajra datatables version 12 on my laravel 12 project. I have a few questions and I just don't understand the documentation. On the Quick Starter instructions, it says: "Next, we will install Laravel DataTables Vite to simplify our frontend setup. npm i laravel-datatables-vite --save-dev This will install the following packages: Bootstrap Icons DataTab

SigalZ's avatar
SigalZ's avatar vincent150...8h agoLaravel
1
28
Last reply by vincent15000 8h 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 daveb211h agoTesting
5
76
Last reply by daveb2 11h 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 BenWortley11h agoGeneral
4
48
Last reply by BenWortley 11h 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 ghabriel2515h agoInertia
4
55
Last reply by ghabriel25 15h 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 ghabriel2517h agoEloquent
9
249
Last reply by ghabriel25 17h 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 martinbean21h agoLivewire
11
78
Last reply by martinbean 21h 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...1d agoGeneral
3
58
Last reply by quintinmorrow 1d 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 martinbean1d agoLaravel
5
118
Last reply by martinbean 1d 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 martinbean1d agoGeneral
2
101
Last reply by martinbean 1d 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 MortenS1d agoLaravel
1
12
Last reply by MortenS 1d 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
218
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
205
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 Dewaxdi2d agoGeneral
21
2,741
Last reply by Dewaxdi 2d 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...2d agoGeneral
9
821
Last reply by vincent15000 2d 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
67
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,111
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-fotf3d agoForge
7
643
Last reply by kylef-fotf 3d 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 LaryAI3d agoFilament
1
42
Last reply by LaryAI 3d 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...3d agoLivewire
14
2,141
Last reply by krisi_gjika 3d 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,175
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
177
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
2
Last reply by imrandevbd 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.