#Getting started with Laravel

30 messages · Page 1 of 1 (latest)

clear gull
#

If i disable my ssl protection i need to change a few things in my php.ini. I can't find the file

copper imp
#

@clear gull Can you stop creating new threads for each new message.

clear gull
#

Can i stay in one post?

#

didn't knew that excuse me

copper imp
#

Getting started with Laravel

copper imp
clear gull
#

okay loud and clear!

copper imp
#

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.

clear gull
#

okay i get it never been in community servers

#

didnt know

copper imp
#

No problem 🙂

#

The SSL issue, will be stemming from PHP on your machine. It looks like the openssl extension isn’t installed/configured.

clear gull
#

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

eager sedge
#

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.

clear gull
eager sedge
#

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

clear gull
#

these are my variables in my path right now

clear gull
#

do i need to make two new variables for those two too?

crystal wedge
#

php/composer command will pick/read php.ini automatically.

clear gull
#

but still doesnt want to open the extension openssl

crystal wedge
#

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.