November 5, 2023
Category : Laravel
Laravel Window – 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 ItSolutionstuff.com. 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.
Subscribe me on: Youtube
We are Recommending you
- How to Use DB Raw Query in Laravel?
- Laravel Login with Mobile Number OTP Tutorial
- Laravel Login and Registration using Ajax Tutorial
- Laravel - How to Upload Picture in Registration Form?
- Laravel Eloquent Find by Column Name Example
- Laravel TCPDF: Generate HTML to PDF File Example
- Laravel Livewire File Upload Tutorial
- How to Get Last Executed Query in Laravel?
- Laravel Client Side Validation using Parsley.js Example
- How to Get Query Strings Value in Laravel?
- How to Add Charts in Laravel using Highcharts?
- Laravel Where Clause with MySQL Function Example
- How to use DB Transactions in Laravel?