← prev | next →
Kamalwebdev 2020-12-30 14:11:16
natghi2010 2020-12-30 14:08:00
On the top
There is installation
Kamalwebdev 2020-12-30 14:11:26
Just run that command
natghi2010 2020-12-30 14:11:31
I did
Kamalwebdev 2020-12-30 14:13:05
Did it worked?
natghi2010 2020-12-30 14:15:13
Kamalwebdev 2020-12-30 14:13:05
Did it worked?
no the issue was that the packgist doesn’t exist. Dont why its still on the packisgt website.
Kamalwebdev 2020-12-30 14:16:22
Hmm maybe there will be any alternative
Prem Soni 2020-12-30 14:41:08
Anyone have work in laravel than dm me
natghi2010 2020-12-30 14:41:09
Kamalwebdev 2020-12-30 14:16:22
Hmm maybe there will be any alternative
manuel install
sefakor_yao 2020-12-30 14:47:23
nazmulpcc 2020-12-30 13:58:02
You need to remove the ‘namespace’ => ‘Admin’ section from the route definition
alright
segungreat 2020-12-30 15:01:05
sefakor_yao 2020-12-30 13:36:40
There is Admin namespace before the app namespace, show ur full route and app service provider
sefakor_yao 2020-12-30 15:04:15
segungreat 2020-12-30 15:01:05
There is Admin namespace before the app namespace, show ur full route and app service provider

sefakor_yao 2020-12-30 15:06:11
NullEmir 2020-12-30 16:00:29

Hi guys
I wanted to use postgresql for my database, but i got these errors while migrating
i’ve commented “extension=pdo_pgsql and extension=pgsql” in php.ini and edited my .env and database.php file too
Have you any solutions? 🤔
giorginogreg1 2020-12-30 16:06:39
Have you set the env file correctly?
giorginogreg1 2020-12-30 16:07:18
Tried also to do php -i and find if the extension are correctly installed?
segungreat 2020-12-30 16:08:12
NullEmir 2020-12-30 16:00:29
Hi guys
I wanted to use postgresql for my database, but i got these errors while migrating
i’ve commented “extension=pdo_pgsql and extension=pgsql” in php.ini and edited my .env and database.php file too
Have you any solutions? 🤔
And do you have postgre installed and running
nazmulpcc 2020-12-30 16:08:36
NullEmir 2020-12-30 16:00:29
Hi guys
I wanted to use postgresql for my database, but i got these errors while migrating
i’ve commented “extension=pdo_pgsql and extension=pgsql” in php.ini and edited my .env and database.php file too
Have you any solutions? 🤔
It clearly says the Driver is not found. So recheck if you’ve set postgres in your env file & then run the command “php -m” to list all the modules loaded by php & see if necessary postgres modules are there
segungreat 2020-12-30 16:08:58
sefakor_yao 2020-12-30 15:04:15
Remove the admin namespace you added to route and check if it works
NullEmir 2020-12-30 16:10:05
giorginogreg1 2020-12-30 16:06:39
Have you set the env file correctly?

NullEmir 2020-12-30 16:10:15
segungreat 2020-12-30 16:08:12
And do you have postgre installed and running
yep
segungreat 2020-12-30 16:12:06
Check your Php configuration
php_info
NullEmir 2020-12-30 16:12:32
nazmulpcc 2020-12-30 16:08:36
It clearly says the Driver is not found. So recheck if you’ve set postgres in your env file & then run the command “php -m” to list all the modules loaded by php & see if necessary postgres modules are there

NullEmir 2020-12-30 16:14:07
segungreat 2020-12-30 16:12:06
Check your Php configuration
php_info
OK
nazmulpcc 2020-12-30 16:16:18
NullEmir 2020-12-30 16:12:32
As you can see, pdo_pgsql is not loaded. check what ini file is loaded in php by running “php –ini” and then edit that so it loads pdo_pgsql
NullEmir 2020-12-30 16:20:56
nazmulpcc 2020-12-30 16:16:18
As you can see, pdo_pgsql is not loaded. check what ini file is loaded in php by running “php –ini” and then edit that so it loads pdo_pgsql
yes, Ok
NullEmir 2020-12-30 16:23:38
Thank you every one
It worked!😄
Prem Soni 2020-12-30 16:31:53
Return function not working in controller
Prem Soni 2020-12-30 16:32:04
In function
Prem Soni 2020-12-30 16:32:15
Can anyone help me
Prem Soni 2020-12-30 16:32:43
If I use validate method than return function not wo
Prem Soni 2020-12-30 16:32:55
Working
nazmulpcc 2020-12-30 16:36:28
Share code
M.A 2020-12-30 16:39:47
Hey
I have an old Laravel script (v 5.5)
In the script, users auth process will do with api_token field
How can I change it?
I want make a new version of api, so the old version should not change, and in new verison, users auth process will do with key field
segungreat 2020-12-30 16:42:21
Prem Soni 2020-12-30 16:32:43
If I use validate method than return function not wo
Share your code
carolinemms 2020-12-30 19:16:52
← prev | next →