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.dllINTO
extension=php_openssl.dll
Try this..........