onlinecode

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

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

In this post we will give you information about PHP Laravel – How to solve “You need to specify a file path to store the seed laravel ” ?. Hear we will give you detail about PHP Laravel – How to solve “You need to specify a file path to store the seed laravel ” ?And how to use it also give you demo for it if it is necessary.

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:wampbinapacheApache2.4.4bin 

Find:

 ;extension=php_openssl.dll

INTO

extension=php_openssl.dll

Try this……….

Hope this code and post will helped you for implement PHP Laravel – How to solve “You need to specify a file path to store the seed laravel ” ?. if you need any help or any feedback give it in comment section or you have good idea about this post you can give it comment section. Your comment will help us for help you more and improve us. we will give you this type of more interesting post in featured also so, For more interesting post and code Keep reading our blogs

For More Info See :: laravel And github

Exit mobile version