hypernxf 2021-03-08 21:21:59
We already know itβs your virtual host issue haha
segungreat 2021-03-08 21:23:48
Billsamy 2021-03-08 21:18:22
The error was on that documetroot I did not change projects to lessons….. because i copied it from that one at the top… bit after changing it to xammp/htdocs/lessons/public everything worked fine
Thought as much πππ
You’ve got more experience
Billsamy 2021-03-08 21:35:25
I think
Billsamy 2021-03-08 21:35:36
I have to change
Billsamy 2021-03-08 21:36:03
Lessons project name
Billsamy 2021-03-08 21:36:14
To virtualhost π
Billsamy 2021-03-08 21:37:10
segungreat 2021-03-08 21:23:48
Thought as much πππ
You’ve got more experience
You’ve got more experience
Big experience friend ππ
DvDty 2021-03-09 00:41:30
which is cheaper – digital ocean vs aws?
2021-03-09 03:50:06
iwant report about laravel
wizard Cerdo 2021-03-09 10:01:52
Morning guys
wizard Cerdo 2021-03-09 10:02:20
I need little help with this project i’m writing
hypernxf 2021-03-09 10:03:54
ask your qns
wizard Cerdo 2021-03-09 10:04:46

wizard Cerdo 2021-03-09 10:05:32
I’m trying to seed the database using factories with faker to populate the data base
wizard Cerdo 2021-03-09 10:06:25

Here is my product model
wizard Cerdo 2021-03-09 10:07:27

There is the product table
hypernxf 2021-03-09 10:08:43
$product_name seems to return an array rather then a string
wizard Cerdo 2021-03-09 10:09:06

ProductFactory
Psalmsin 2021-03-09 10:09:14
Hello Guys, please anyone with useful material
am trying to do a registration form with Laravel
Step by step
first user input his/her email
get a verification code
enter the code if valid go to the next step
enters names
then redirected to dashboard
am trying to do a registration form with Laravel
Step by step
first user input his/her email
get a verification code
enter the code if valid go to the next step
enters names
then redirected to dashboard
hypernxf 2021-03-09 10:09:45
try doing a dd($product_name); in your Factory and see what it returns
wizard Cerdo 2021-03-09 10:11:52

If that is what u meant
hypernxf 2021-03-09 10:17:24
yeah
wizard Cerdo 2021-03-09 10:17:54
wizard Cerdo 2021-03-09 10:11:52
If that is what u meant
It’s isn’t working
hypernxf 2021-03-09 10:18:01
seems fine
wizard Cerdo 2021-03-09 10:18:22
hypernxf 2021-03-09 10:18:01
seems fine
It’s not seeding
hypernxf 2021-03-09 10:19:52
weird
hypernxf 2021-03-09 10:20:10
take a look at your Seeder file
hypernxf 2021-03-09 10:20:55
I did notice your eloquent model did not have $fillable nor $guarded
hypernxf 2021-03-09 10:21:20
but not sure if it’s relevant to this issue
wizard Cerdo 2021-03-09 10:22:23
wizard Cerdo 2021-03-09 10:09:06
ProductFactory
Im using the product Factory to seed
hypernxf 2021-03-09 10:30:26
erm…
hypernxf 2021-03-09 10:30:49
open DatabaseSeeder.php
wizard Cerdo 2021-03-09 10:31:41

hypernxf 2021-03-09 10:40:01
ok try this
hypernxf 2021-03-09 10:40:12
factory(1)->create();