ItSolutionStuff.com

Laravel Window – How to Solve “You need to specify a file path to store the seed laravel”?

By Hardik Savani • November 5, 2023
Laravel

when you install laravel and get the records from database then occur “You need to specify a file path to store the seed laravel” error. that error happened because your php can not loading openssl extension. so, If you are using windows then you should enable openssl extension in following path :

 Path : C:\wamp\bin\apache\Apache2.4.4\bin 

Find:

 ;extension=php_openssl.dll

INTO

extension=php_openssl.dll

Try this..........

Tags: Laravel
Hardik Savani

Hardik Savani

I'm a full-stack developer, entrepreneur, and founder of ItSolutionStuff.com. Passionate about PHP, Laravel, JavaScript, and helping developers grow.

📺 Subscribe on YouTube

We Are Recommending You

How to Use DB Raw Query in Laravel?

Read Now →

Laravel Login with Mobile Number OTP Tutorial

Read Now →

Laravel Login and Registration using Ajax Tutorial

Read Now →

Laravel - How to Upload Picture in Registration Form?

Read Now →

Laravel Eloquent Find by Column Name Example

Read Now →

Laravel TCPDF: Generate HTML to PDF File Example

Read Now →

Laravel Livewire File Upload Tutorial

Read Now →

How to Get Last Executed Query in Laravel?

Read Now →

Laravel Client Side Validation using Parsley.js Example

Read Now →

How to Get Query Strings Value in Laravel?

Read Now →

How to Add Charts in Laravel using Highcharts?

Read Now →

Laravel Where Clause with MySQL Function Example

Read Now →

How to use DB Transactions in Laravel?

Read Now →