Is this possible to run laravel website in the host and install packages by composer?

|
StanleyMasinde 2019-04-08 11:31:55
R_IT_Geek 2019-04-08 11:30:32
I even set the uuid to the following, still giving it the same error.

‘uuid’ => ‘hiiii’,

That is what I’m am getting from the exception above

R_IT_Geek 2019-04-08 11:33:20
StanleyMasinde 2019-04-08 11:31:55
That is what I’m am getting from the exception above

ok, tnx

do not have a way for this?

StanleyMasinde 2019-04-08 11:33:57
R_IT_Geek 2019-04-08 11:33:20
ok, tnx

do not have a way for this?

I think you might be missing something from the docs

R_IT_Geek 2019-04-08 11:36:52
StanleyMasinde 2019-04-08 11:33:57
I think you might be missing something from the docs

ok, this time I check it out completely.

StanleyMasinde 2019-04-08 11:37:30
R_IT_Geek 2019-04-08 11:36:52
ok, this time I check it out completely.

All the best

Rasyidialwee 2019-04-08 12:39:43
can anyone share video or step by step on how to integrage laravel with Active Directory.

iam new to windows server, active directory and laravel

eAmirGH 2019-04-08 14:09:39
hello guys!
is there a way to get visitors mobile brand and model for example get apple iPhone x from the user agent?
2019-04-08 14:29:43
http://mobiledetect.net

Mobile Detect – lightweight PHP class for detecting mobile devices (including tablets)mobiledetect.net
Mobile Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.
eAmirGH 2019-04-08 14:31:49
2019-04-08 14:29:43
http://mobiledetect.net

i couldn’t find a method to get what , we can get the brand but we cant get the specific model

Holylight1977 2019-04-08 17:38:55
Hi. Is this possible to run laravel website in the host and install packages by composer ?!
luismaringuitar 2019-04-08 17:51:43
Hi gday
luismaringuitar 2019-04-08 17:52:28
I need u help, i try to create a unit test and create a validation for user, but when run de test return a error
luismaringuitar 2019-04-08 17:53:37
Fatal error: Call to a member function connection() on null un bootstrap/cache/compiled.php on line 11222
Marshmellow 2019-04-08 18:05:05
luismaringuitar 2019-04-08 17:53:37
Fatal error: Call to a member function connection() on null un bootstrap/cache/compiled.php on line 11222

If it’s a unit test, then you should mock your DB. However, I’m not sure it’s your problem, give more details

mohitmavani 2019-04-08 22:03:33
Any one have laravel tutorial PDF or online website for beginners
mohitmavani 2019-04-08 22:03:35
?!?
Bastian 2019-04-09 01:13:23
little offtop, did you know is symfony group in english ?
loveycom 2019-04-09 01:14:06
mohitmavani 2019-04-08 22:03:33
Any one have laravel tutorial PDF or online website for beginners

Laracast.com

berto309 2019-04-09 03:49:52
Help please…When I display the current time using carbon… It outputs it alright but the time is an hour late
Rasyidialwee 2019-04-09 03:54:59
berto309 2019-04-09 03:49:52
Help please…When I display the current time using carbon… It outputs it alright but the time is an hour late

day light saving?

berto309 2019-04-09 04:12:20
laravel_discuss-4550.jpg

berto309 2019-04-09 04:15:38
Rasyidialwee 2019-04-09 03:54:59
day light saving?

Yh

berto309 2019-04-09 04:18:06
I’ve adjusted the daylight savings.. Working now
Rasyidialwee 2019-04-09 04:29:16
nice
htoowaikhant 2019-04-09 05:00:43
berto309 2019-04-09 03:49:52
Help please…When I display the current time using carbon… It outputs it alright but the time is an hour late

u have to change time zone in config. default time zone is UTC.

nikhil_ev 2019-04-09 17:47:05
Can we track websites from a web application , a user is accessing via other tabs?
nikhil_ev 2019-04-09 17:47:18
Like parental control
Englishtutor70 2019-04-09 18:58:13
laravel_discuss-4564.jpg

Englishtutor70 2019-04-09 18:58:13
laravel_discuss-4563.jpg

Englishtutor70 2019-04-09 18:58:13
گذشته ی can :
Ability 👉👉could

Possibility 👉👉can + have + pp

Englishtutor70 2019-04-09 18:58:13
Can
۲ ✌️تا کاربرد داره :

Possibility و ability

✅Ability

الف) برای نشان دادن توانایی های جسمی

Tom is strong. He can lift that heavy box.

ب) can با افعال حسی بسیار استفاده می شه ( حواس پنجگانه ) :
see, hear, feel, smell, taste.

I can see Central Park from my apartment.

ج)برای نشان دادن توانایی های اکتسابی:

Maria can play the piano. She’s been taking lessons for many years.

can play = knows how to play.

✅Possibility

You can buy a hammer at the hardware store.

you can buy = it is possible for one to buy.

praneet81 2019-04-09 21:37:56
laravel_discuss-4565.jpg
This is my table
praneet81 2019-04-09 21:38:09
laravel_discuss-4566.jpg
The schema of the table
praneet81 2019-04-09 21:38:21
laravel_discuss-4567.jpg
The table seeder
praneet81 2019-04-09 21:38:33
laravel_discuss-4568.jpg
Defined it
praneet81 2019-04-09 21:38:57
laravel_discuss-4569.jpg
All fields are mass assignable
praneet81 2019-04-09 21:39:12
laravel_discuss-4570.jpg
I run the seed
praneet81 2019-04-09 21:39:18
But the database is still empty
praneet81 2019-04-09 21:39:22
What am i missing?
terremoth 2019-04-09 21:51:21
praneet81 2019-04-09 21:38:33
Defined it

Show us the PlanTableSeeder class AFTER that code

praneet81 2019-04-09 21:51:47
praneet81 2019-04-09 21:38:21
The table seeder

Here it is

terremoth 2019-04-09 21:51:52
praneet81 2019-04-09 21:38:21
The table seeder

In case, What you code have after this

praneet81 2019-04-09 21:52:08
laravel_discuss-4576.jpg

praneet81 2019-04-09 21:59:05
Anyone?
ErgashevXurshid 2019-04-09 22:47:38
Plan::create($plans);
praneet81 2019-04-09 23:13:39
Okay let me try that
praneet81 2019-04-10 00:15:40
ErgashevXurshid 2019-04-09 22:47:38
Plan::create($plans);

That didn’t work either

berto309 2019-04-10 01:14:34
I’m trying to display questionnaire from a database in carousel form.. When I use the @foreach Blade directive it displays all the questions. Help
Rasyidialwee 2019-04-10 04:39:07
berto309 2019-04-10 01:14:34
I’m trying to display questionnaire from a database in carousel form.. When I use the @foreach Blade directive it displays all the questions. Help

adjust your query

Rasyidialwee 2019-04-10 04:39:17
i think it suppose to look like
|