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

vincent15000's avatar

Problem with Fortify and email verification ?

Hello, Is there any problem with Fortify v1.27 ? When I create a new user via the registration form, I receive an email with a link to verify the email. When I click on the link, I am redirected to the login page and email_verified_at is not updated with the date. I regularly use Fortify and it's the first time I get this behavior. Thanks for your help. V

vincent15000's avatar
vincent15000's avatar vincent150...3mos agoLaravel
16
1
Last reply by vincent15000 3mos ago
anjanesh's avatar

Laravel and WordPress on same git on separate branches

Not sure about how to go about doing this - just checking if this is technically possible. New project in GitHub. main branch has an empty/hello-world index.php file. laravel branch has an entire Laravel 12 setup wordpress branch has an entire WordPress setup. No .env here since its all in config.php Can I setup 2 servers (or one server and 2 apps) where WordPress is running on

anjanesh's avatar
anjanesh's avatar Jsanwo643mos agoGeneral
6
1
Last reply by Jsanwo64 3mos ago
vincent15000's avatar

Authentication with password vs 2FA

Hello, When reading some documentation and recommendations about security and authentication (in France we have the CNIL for that), if an application handles sensitive datas (according to GDPR), it's recommended to have : either a password with entropy 80 or greater : uppercase, lowercase, numbers, special characters and minimum 14 characters long or 2FA, then the password

vincent15000's avatar
vincent15000's avatar Snapey3mos agoGeneral
6
1
Last reply by Snapey 3mos ago
magmatic's avatar

One migration passed and one failed

I just deployed some changes to our live site (using Envoyer). It included two migrations. The first one passed, and the second one failed. Since it failed, the new code was not going to be used. So we kept using the old code, but the first migration had already altered the database. So the site went down because the old code couldn't use the new database structure (from the fi

magmatic's avatar
magmatic's avatar ian_h3mos agoLaravel
6
19
Last reply by ian_h 3mos ago
Exoseed's avatar

Deploy Laravel 11 to shared hosting

Hello, So I recently had a security issue with my website (supposedly because of an outdated version or Livewire), which prompted me to update it. I went from Laravel 10 to Laravel 11, everything works fine locally and when I uploaded it on my shared hosting, it doesn't. I have a couple of issues, probably linked: When I go to my homepage, I get this error: "SQLSTATE[HY000

Exoseed's avatar
Exoseed's avatar Exoseed3mos agoLaravel
10
5
Last reply by Exoseed 3mos ago
Mounting's avatar

Video caption size increased

Hi there, Really enjoying the laracasts video series and learning a lot from it, especially with closed captions. But I've noticed recently that the caption size has increased drastically when viewing the videos through the laracasts site making it more difficult to watch as the captions take up a large part of the screen now. Just wondering if this is something that is being l

Mounting's avatar
Mounting's avatar LaryAI3mos agoFeedback
1
1
Last reply by LaryAI 3mos ago
gause's avatar

Isolated git worktrees for Laravel + Herd - a Claude Code skill

Hey everyone, I've been running multiple Claude Code sessions on the same Laravel project and kept hitting the same wall - each git worktree needs its own database, Herd domain, Vite port, and .env. Setting it all up manually every time defeats the purpose of worktrees. So I built a Claude Code plugin skill that generates all the setup/teardown scripts for your project. You ins

gause's avatar
gause's avatar LaryAI3mos agoAI
1
7
Last reply by LaryAI 3mos ago
Developer654079525's avatar

Composer flags

Are --no-dev --optimize-autoloader flags required or not when using Composer to install the framework on a live server? Do you actually use those flags when deploying?

Developer654079525's avatar
Developer654079525's avatar martinbean3mos agoLaravel
2
1
Last reply by martinbean 3mos ago
an.leclerc's avatar

Problem with livewire slots

Hi, I've some problems with livewire slots. It doesn't works. I follow Caleb podcast and I don't understand what's wrong with my code . Here is my list component : <?php use App\Models\Referential\TreasuryTypeModel; use Livewire\Attributes\Computed; use Livewire\Attributes\Layout; use Livewire\Attributes\Title; use Livewire\Component; new #[Layout('layouts.admin.app')] #[T

an.leclerc's avatar
an.leclerc's avatar vincent150...3mos agoLivewire
7
1
Last reply by vincent15000 3mos ago
Shivamyadav's avatar

How to select all the records from the listings from the pagination?

I have created a notification listing with the pagination but I want to delete all the notifications or only the selected one to delete it. I was using the checkbox for each record and the top header select all the records form the listing and it selects all the records but only from which ever page I select the header checkbox to select all the listing. When I go to the 2nd p

Shivamyadav's avatar
Shivamyadav's avatar Shivamyada...3mos agoLaravel
7
1
Last reply by Shivamyadav 3mos ago
abdoab's avatar

project ideas

any project ideas to practice what i learn

abdoab's avatar
abdoab's avatar vincent150...3mos agoLaravel
8
1
Last reply by vincent15000 3mos ago
vincent15000's avatar

Gates and policies to manage authorizations

Hello, With Laravel, it's possible to manage authorizations with gates and/or policies. But what is the real difference between a gate and a policy ? Here is an example of how I use both. Can you simply tell me what you think about it ? I have defined roles and each role has some permissions. Then it's possible to assign roles to users and eventually permissions directly to use

vincent15000's avatar
vincent15000's avatar vincent150...3mos agoLaravel
6
2,186
Last reply by vincent15000 3mos ago
Snapey's avatar

Migrations generated by AI

I used Claude to build a project from scratch. When it created the migrations, it created them in batches, problem was, each batch got the same timestamp. As these tables were related, and had constraints, after I cloned the project and tried to migrate the database, it fell over a couple of times because of table dependencies in constraints. Anyone encountered this and found

Snapey's avatar
Snapey's avatar LaryAI3mos agoAI
1
1
Last reply by LaryAI 3mos ago
Shivamyadav's avatar

How to migrate the laravel project from 4.1 to 4.2?

Currently I have assigned a project to migrate it. As this is the first time I am working on the migrating the older project. Current Working state: I have installed a new fresh laravel 4.2 project and according to the upgrade guide I have makes the necessary changes and put the copied existing older project with laravel version 4.1. New fresh project is using the php 7.3 and

Shivamyadav's avatar
Shivamyadav's avatar Snapey3mos agoLaravel
13
1
Last reply by Snapey 3mos ago
rowild's avatar

A plugin for content?

Hi! I am new to Laravel (coming from TYPO3). I want to use it with the Aimeos Shop system. That is running already and it works rather fine. But I am missing features for editing and providing "regular" content (e.g. for sites like "About", "CV" etc). Are there any recommendable plugins out there? Whenever I google for "Laravel content plugin&

rowild's avatar
rowild's avatar Cordario3mos agoLaravel
3
1
Last reply by Cordario 3mos ago
madprabh's avatar

Ensure file uploads before processing further

Hey Folks, I have a situation where I want to ensure that files get uploaded completely before a batch of jobs have to run. Something like this foreach ($files as $file) { $projectData = $projectService->handleFileUpload($project, $file); if (strtolower($file->getClientOriginalExtension()) === 'csv') { $projectData->

madprabh's avatar
madprabh's avatar martinbean3mos agoLaravel
3
1
Last reply by martinbean 3mos ago
ajmcgrail's avatar

Correct usage of factories

Hello all, I'm not sure if I'm posting this in the correct place, but I'm looking for the correct way to deal with using factories in phpunit testing in regards to fillables. I'm on Laravel 11. Psuedo MVP below. For example, let's say I have a Vulnerability model with a belongsTo relationship to an Asset model: Vulnerability: id description (fillable) asset_id (not nullable)

ajmcgrail's avatar
ajmcgrail's avatar martinbean3mos agoTesting
4
1
Last reply by martinbean 3mos ago
ksorbo's avatar

Cannot access authenticated user from within filament admin panel provider

When I use the following code: $user = auth()->user(); from within the panel method of the AdminPanelProvider, I get null, even when the user is logged in. Here is my user model declaration: class User extends Authenticatable implements FilamentUser How do I access the currently logged in user from there?

ksorbo's avatar
ksorbo's avatar dipeshkhan...3mos agoFilament
5
42
Last reply by dipeshkhanal79 3mos ago
valentin_vranic's avatar

Sharing experience

Probably it's supposed to be a blog post, but I find it well to place it here too. So my first, real "wtf" moment after so many "wow"s regarding of capabilities of AI agents, and the development with them. So long story short. Together with my teammate , we started working on a dashboard for our customers, with many things in plan from our PM, and superiors,

valentin_vranic's avatar
valentin_vranic's avatar Snapey3mos agoAI
2
1
Last reply by Snapey 3mos ago
AlexandreBillereau's avatar

Long-running POST API route stops after ~30 seconds despite increasing max_execution_time

Hi all, We have a POST route in routes/api.php for creating a temporary landing page: Route::post('/create-landing-page', [TempLandingPageController::class, 'function_with_anonyme_name']); The issue is that when the script runs longer than ~30 seconds, it just stops, even though we’ve tried increasing the execution time at runtime: $init_set_string = ini_set('max_execution_time

AlexandreBillereau's avatar
AlexandreBillereau's avatar Snapey3mos agoLaravel
3
1
Last reply by Snapey 3mos ago
dilfdo's avatar

how to prevent showing login page after user logged and hit browser back button

in my laraval5 system when user succesfully login to system and click on browser back button, its goin again to login page where without entering password user can login to system how can i prevent that? plsease advice . how can i redirect user back to home page if browser back button goes to login page again

dilfdo's avatar
dilfdo's avatar gwyneorge3mos agoLaravel
13
1
Last reply by gwyneorge 3mos ago
nicknds97's avatar

Add middleware to package routes

Suppose I installed some packages xyz. The xyz package has some routes registered and I need to add middleware to those routes. How can I achieve that?

nicknds97's avatar
nicknds97's avatar Ken-vdE3mos agoLaravel
5
3
Last reply by Ken-vdE 3mos ago
AminDantey's avatar

The HerdHelper windows service is not running...

can somebody help me here? i installed herd on my PC. theres an error saying that herdhelper is not running (while it is running in windows services) and the status is red. in general settings in the red box which shows the error, theres a "write to Hosts file" option, which when i click on it the powershell opens and closes immidately. I have fully uninstalled herd a

AminDantey's avatar
AminDantey's avatar usulix3mos agoLaravel
2
1
Last reply by usulix 3mos ago
davy_yg's avatar

Call to undefined method App\Http\Controllers\ProfileController::delete()

I get this error message: Call to undefined method App\Http\Controllers\ProfileController::delete() web.php Route::delete('profile/{id}', [ProfileController::class, 'delete'])->name('profile.delete'); admin/index.blade.php <table> <tr> <th>Foto</th> <th>NIM</th> <th>Nama</th> <th>Alamat</th> <

davy_yg's avatar
davy_yg's avatar davy_yg3mos agoLaravel
2
1
Last reply by davy_yg 3mos ago
dannivn's avatar

Zero-Code AI Usage Dashboard for Laravel: Check Out Larai Tracker

Hi Laracasts , Lately, I've been integrating a lot of AI features into Laravel apps (using OpenAI, Gemini, etc.), and one recurring headache is keeping track of token usage and real API costs without adding messy logging code everywhere. To solve this cleanly, I created Larai Tracker – an open-source package that tracks everything "invisibly" with zero changes to your

dannivn's avatar
dannivn's avatar dannivn3mos agoAI
0
1

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.