September 5, 2020
Category : Laravel
PHP Laravel – How to solve “You need to specify a file path to store the seed 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..........

Hardik Savani
I'm a full-stack developer, entrepreneur and owner of Aatman Infotech. I live in India and I love to write tutorials and tips that can help to other artisan. I am a big fan of PHP, Laravel, Angular, Vue, Node, Javascript, JQuery, Codeigniter and Bootstrap from the early stage. I believe in Hardworking and Consistency.