Hi guys, it possible put same ssl certificate in different server?

|
mrgafury 2019-07-03 19:01:26
Error: invalid_request

Missing required parameter: client_id

kv_sanjay 2019-07-03 19:03:08
rebory 2019-07-03 18:54:36
Use only key after install php storm and enjoy

Will this work for 2019 version?

rebory 2019-07-03 19:07:38
kv_sanjay 2019-07-03 19:03:08
Will this work for 2019 version?

Yes i used this code

kv_sanjay 2019-07-03 19:11:17
rebory 2019-07-03 19:07:38
Yes i used this code

Thanks bro

moazcode 2019-07-03 19:40:37
Hello all
Look for a course laravel API
daemon_coder 2019-07-03 19:48:02
daemon_coder 2019-07-03 18:58:42
Please how can I transfer media files to from my local computer to my Ubuntu server hosting my laravel app on vultr

please guys i really need help on this.

acrossoffwest 2019-07-03 21:10:27
daemon_coder 2019-07-03 19:48:02
please guys i really need help on this.

By ftp?

acrossoffwest 2019-07-03 21:10:32
Or scp
acrossoffwest 2019-07-03 21:10:53
acrossoffwest 2019-07-03 21:10:32
Or scp

If your local computer with Linux os

amirst88 2019-07-03 21:20:08
Hi to all
I have a question?
I want a american gmail but i don’t how to create
Please help me to create american gmail?
daemon_coder 2019-07-03 21:21:21
acrossoffwest 2019-07-03 21:10:53
If your local computer with Linux os

Ahv done it. Thanks

skys215 2019-07-03 21:47:59
daemon_coder 2019-07-03 18:58:42
Please how can I transfer media files to from my local computer to my Ubuntu server hosting my laravel app on vultr

Use scp or rsync

ldefra 2019-07-03 22:33:48
Hi guys, i have a problem… I use function url() to retrieve favicon, my site is in https but url() return http://mysite/path-favicon, can any one help me?
DesolatorMagno 2019-07-03 22:35:03
laravel_discuss-8271.jpg
Documentation don’t byte (blink)
ldefra 2019-07-03 22:37:44
Ok, but why url() in some domain work and in other doesn’t work?
DesolatorMagno 2019-07-03 22:40:06
The url function generates a fully qualified URL to the given path

If i remember well, if you have everything well configured it should return a https, with secure you are forcing it to return a https.

alexanderdavii 2019-07-03 22:45:49
rebory 2019-07-03 18:50:03
If you are php or laravel develpor leave any other editor only use php storm i promise you never use any editor after use this

i use fedoraOS , so i cant use php storm

ldefra 2019-07-03 22:47:49
DesolatorMagno 2019-07-03 22:40:06
The url function generates a fully qualified URL to the given path

If i remember well, if you have everything well configured it should return a https, with secure you are forcing it to return a https.

Yes… Exactly.. But i have two domain in https that direct to same machine, one of this work and the other doesn’t work. I don’t understand why?

DesolatorMagno 2019-07-03 22:49:21
A bad configuration in the server for that domain, is that all i can think, you will have to ask Google for that 1, if you get the answer share it.
ldefra 2019-07-03 22:53:36
DesolatorMagno 2019-07-03 22:49:21
A bad configuration in the server for that domain, is that all i can think, you will have to ask Google for that 1, if you get the answer share it.

It could be

Bucciaratti66 2019-07-03 23:35:50
Any here has used maatwebsite package ?
Bucciaratti66 2019-07-03 23:35:56
Any one*
isnopitag 2019-07-04 01:07:43
Bpatil 2019-07-03 07:31:22
How to begin with laravel?

@laravelcast search that channel, you can watch some tutorial videos

isnopitag 2019-07-04 01:08:30
Bucciaratti66 2019-07-03 23:35:50
Any here has used maatwebsite package ?

Yes, is useful and easy to use

Bucciaratti66 2019-07-04 04:31:13
isnopitag 2019-07-04 01:08:30
Yes, is useful and easy to use

Thanks for your answer

Bucciaratti66 2019-07-04 04:31:45
isnopitag 2019-07-04 01:08:30
Yes, is useful and easy to use

Do you know how to export 2 tables at once with it

isnopitag 2019-07-04 04:48:35
Bucciaratti66 2019-07-04 04:31:45
Do you know how to export 2 tables at once with it

From the database to an excel file?

beerstory19 2019-07-04 06:22:16
Bucciaratti66 2019-07-03 23:35:50
Any here has used maatwebsite package ?

There is a documentation in maatwebsite

beerstory19 2019-07-04 06:22:19
Not hard to use
Bucciaratti66 2019-07-04 06:24:04
isnopitag 2019-07-04 04:48:35
From the database to an excel file?

Yes

isnopitag 2019-07-04 08:26:14
Bucciaratti66 2019-07-04 06:24:04
Yes

Yes checkout the documentation ’cause de principal examples at google it’s for a previous version of the library, so the classes are outdated

jeffzercreative 2019-07-04 09:35:20
Hello. I’m new here
GauravGohil 2019-07-04 10:57:53
How to get all the values of a particular attribute in jquery
GauravGohil 2019-07-04 11:01:52
Please answer someone
o_sayfullayev 2019-07-04 11:03:44
IlluminateDatabaseQueryException : SQLSTATE[HY000] [1045] Access denied for user ‘homestead’@’localhost’ (using password: YES) (SQL: create table migrations (id int unsigned not null auto_increment primary key, migration varchar(191) not null, batch int not null) default character set utf8 collate ‘utf8_unicode_ci’)

at C:OSPaneldomainsblogvendorlaravelframeworksrcIlluminateDatabaseConnection.php:664
660| // If an exception occurs when attempting to run a query, we’ll format the error
661| // message to include the bindings with SQL, which will make this exception a
662| // lot more helpful to the developer instead of just the database’s errors.
663| catch (Exception $e) {
> 664| throw new QueryException(
665| $query, $this->prepareBindings($bindings), $e
666| );
667| }
668|

Exception trace:

1 PDOException::(“SQLSTATE[HY000] [1045] Access denied for user ‘homestead’@’localhost’ (using password: YES)”)
C:OSPaneldomainsblogvendorlaravelframeworksrcIlluminateDatabaseConnectorsConnector.php:70

2 PDO::__construct(“mysql:host=127.0.0.1;port=3306;dbname=homestead”, “homestead”, “secret”, [])
C:OSPaneldomainsblogvendorlaravelframeworksrcIlluminateDatabaseConnectorsConnector.php:70

Please use the argument -v to see more details.

o_sayfullayev 2019-07-04 11:04:13
I already did Schema::defaultStringLength(191);
o_sayfullayev 2019-07-04 11:04:33
use IlluminateSupportFacadesSchema;
o_sayfullayev 2019-07-04 11:05:00
But it still giving Error on Open Server PhpMyaadmin Why?
o_sayfullayev 2019-07-04 11:20:06
OMG I find solution, if you have a same problem you should change password usenname DB name also and host=127.0.0.1 on file config/database.php
o_sayfullayev 2019-07-04 11:20:24
Thank you for your attention brothers!
jeffzercreative 2019-07-04 11:25:54
GauravGohil 2019-07-04 10:57:53
How to get all the values of a particular attribute in jquery

*$(element).attr(‘attribute’);* returns the value of an element attribute.

Harrisdtt 2019-07-04 17:38:00
laravel_discuss-8307.jpg
hello everyone please tell me how to send this value to my own rule
the ball input data contains the following
[
{
“method_id”:”QTS3″,
“codes”:”0&1&2″,
“count”:3,
“times”:1,
“cost”:”0.600″,
“mode”:”0.100″,
“prize_group”:1950,
“price”:2
},
{
“method_id”:”QTS4″,
“codes”:”0&1&2|0&1&2″,
“count”:3,
“times”:1,
“cost”:”0.600″,
“mode”:”0.100″,
“prize_group”:1950,
“price”:2
}
]
ldefra 2019-07-04 18:08:53
Hi guys, it possible put same ssl certificate in different server? I have a domain that direct traffic in two different server
DesolatorMagno 2019-07-04 20:17:21
o_sayfullayev 2019-07-04 11:20:06
OMG I find solution, if you have a same problem you should change password usenname DB name also and host=127.0.0.1 on file config/database.php

You should change it in .env and the config will take those values from there

DesolatorMagno 2019-07-04 20:18:50
Harrisdtt 2019-07-04 17:38:00
hello everyone please tell me how to send this value to my own rule
the ball input data contains the following
[
{
“method_id”:”QTS3″,
“codes”:”0&1&2″,
“count”:3,
“times”:1,
“cost”:”0.600″,
“mode”:”0.100″,
“prize_group”:1950,
“price”:2
},
{
“method_id”:”QTS4″,
“codes”:”0&1&2|0&1&2″,
“count”:3,
“times”:1,
“cost”:”0.600″,
“mode”:”0.100″,
“prize_group”:1950,
“price”:2
}
]

You are inside request so you have access to request attributes and methods.

Harrisdtt 2019-07-04 21:17:52
DesolatorMagno 2019-07-04 20:18:50
You are inside request so you have access to request attributes and methods.

I could only access the input param ball, but don’t know how to access the asterisk param method_id inside the ball.

izzatullokanoatov 2019-07-04 21:19:27
Harrisdtt 2019-07-04 17:38:00
hello everyone please tell me how to send this value to my own rule
the ball input data contains the following
[
{
“method_id”:”QTS3″,
“codes”:”0&1&2″,
“count”:3,
“times”:1,
“cost”:”0.600″,
“mode”:”0.100″,
“prize_group”:1950,
“price”:2
},
{
“method_id”:”QTS4″,
“codes”:”0&1&2|0&1&2″,
“count”:3,
“times”:1,
“cost”:”0.600″,
“mode”:”0.100″,
“prize_group”:1950,
“price”:2
}
]

U can get the value via antivures if u have one

izzatullokanoatov 2019-07-04 21:21:46
Or via photoshop
izzatullokanoatov 2019-07-04 21:22:04
In Both ways u can do
izzatullokanoatov 2019-07-04 21:22:52
What??
|