#Getting started with Laravel
30 messages · Page 1 of 1 (latest)
@clear gull Can you stop creating new threads for each new message.
Getting started with Laravel
For the same thing, yes.
okay loud and clear!
Your last three threads have all been around just starting with a Laravel project. So just keep it in one thread and then every one will have context as to what you were trying, what error you got, etc.
No problem 🙂
The SSL issue, will be stemming from PHP on your machine. It looks like the openssl extension isn’t installed/configured.
on the internet they said i need to look into my php.ini file but i can't find it nowhere.
so i just uncommented it i will take a look if this works
no still get the same error
use the command php --ini to validate which php.ini is being used.
after modifying the file, you will have to restart the php /terminal.
which directory being registered at the evironment varible? are there files name like php.ini-development, php.ini-production or something similar?
copy and paste one of them and rename as php.ini
these are my variables in my path right now
the php.ini-development and production files are in my php folder
do i need to make two new variables for those two too?
No, copy anyone and rename it to php.ini in same directory.
php/composer command will pick/read php.ini automatically.
yeah i just did that
but still doesnt want to open the extension openssl
by running php --ini, can you check if the php.ini is being used?
also, you can share again what exactly you want to achieve, I can't find your other threads.
Off-topic: since you are just getting started with PHP/Laravel, I would suggest you to use WSL2. Setting up PHP is much easier in Ubuntu.