Contents:
Did you try to write localhost instead?
What do you need ?
You have a project or something ?
how enable pdo?
Someone use laradock?
Do you have a blade view?
Did you try to write localhost instead?
What do you need ?
You have a project or something ?
how enable pdo?
Someone use laradock?
Do you have a blade view?
Jihat_developer 2020-04-26 13:26:10
cayetanohosma 2020-04-26 13:23:46
Did you try to write localhost instead?
good
wangdeer 2020-04-26 13:26:14
Time to go home.
cayetanohosma 2020-04-26 13:26:49
Jihat_developer 2020-04-26 13:26:10
good
Did it works?
2020-04-26 13:31:29
Looking for laravel developers
Mehdi_N8 2020-04-26 13:34:40
2020-04-26 13:31:29
Looking for laravel developers
What do you need ?
Mehdi_N8 2020-04-26 13:34:50
You have a project or something ?
2020-04-26 13:37:29
I have a project
Luan Cardoso 2020-04-26 13:43:31
Which level?
2020-04-26 13:45:08
2020-04-26 12:53:23
This is what is saw on my chrome devtool for the site on sheared host
PLEASE ANY ONE 👆🏼
Jihat_developer 2020-04-26 14:21:13

how error
Jihat_developer 2020-04-26 14:22:01

how error
skys215 2020-04-26 14:45:54
Jihat_developer 2020-04-26 14:22:01
how error
Enable pdo, pdo_mysql extension
Jihat_developer 2020-04-26 15:07:46
skys215 2020-04-26 14:45:54
Enable pdo, pdo_mysql extension
how enable pdo?
2020-04-26 15:13:37
Looking for PHP developers who have experience in core PHP and laravel frame work.
skys215 2020-04-26 15:14:26
Jihat_developer 2020-04-26 15:07:46
how enable pdo?
Google it
You need first install by apt-get, and then enable it from php.ini
Don’t forget to restart service
Prakash D 2020-04-26 15:19:20

I have this error in my view page
Prakash D 2020-04-26 15:20:05

In my controller I declared std
Prakash D 2020-04-26 15:20:19
But I get undefined variable std
Prakash D 2020-04-26 15:20:36
Please anyone tell me how to solve this
Yannickshadownet 2020-04-26 15:21:57
Prakash D 2020-04-26 15:20:05
In my controller I declared std
You miss , in your code
Yannickshadownet 2020-04-26 15:22:38
Before [
Yannickshadownet 2020-04-26 15:30:12
,
Yannickshadownet 2020-04-26 15:30:23
CommA
Jihat_developer 2020-04-26 15:30:33
skys215 2020-04-26 15:14:26
Google it
You need first install by apt-get, and then enable it from php.ini
Don’t forget to restart service
You need first install by apt-get, and then enable it from php.ini
Don’t forget to restart service
thank so much
Prakash D 2020-04-26 15:31:00
Yannickshadownet 2020-04-26 15:30:23
CommA
I add the comma but it have an error
Prakash D 2020-04-26 15:31:18

Prakash D 2020-04-26 15:31:21
Same error
Yannickshadownet 2020-04-26 15:34:46
Return view (‘layouts.adminLayout.markentry’,[‘std’=>$std]);
Jihat_developer 2020-04-26 15:37:27
skys215 2020-04-26 15:14:26
Google it
You need first install by apt-get, and then enable it from php.ini
Don’t forget to restart service
You need first install by apt-get, and then enable it from php.ini
Don’t forget to restart service
very thanks
Prakash D 2020-04-26 15:39:45
Yannickshadownet 2020-04-26 15:34:46
Return view (‘layouts.adminLayout.markentry’,[‘std’=>$std]);
I add comma in that place but still I got an error
Yannickshadownet 2020-04-26 15:43:28
[‘std’=>$std] not [‘std=’> $std]
Prakash D 2020-04-26 15:55:55
Yannickshadownet 2020-04-26 15:43:28
[‘std’=>$std] not [‘std=’> $std]
I correct it but still I have a Same error
K0n3st 2020-04-26 15:57:42
Someone use laradock?
Prakash D 2020-04-26 16:01:58
Can we use two functions in same view and controller
Prakash D 2020-04-26 16:02:03
Prakash D 2020-04-26 15:55:55
I correct it but still I have a Same error
Like this
Prakash D 2020-04-26 16:03:46
I want to design with three drop-down in my view page for that drop-down I want to fetch my data from database with three different table
How can I write a function in controller to fetch data
How can I write a function in controller to fetch data
Prakash D 2020-04-26 16:04:09
Prakash D 2020-04-26 16:03:46
I want to design with three drop-down in my view page for that drop-down I want to fetch my data from database with three different table
How can I write a function in controller to fetch data
How can I write a function in controller to fetch data
🙏 help me to solve this
giorbismiguel 2020-04-26 16:06:28
Prakash D 2020-04-26 16:04:09
🙏 help me to solve this
It very easy but I recommend you use a repository pattern because is probably you use in another view
giorbismiguel 2020-04-26 16:08:54
Create one repository from each model and inject the repository in the controller to access method that return the data
giorbismiguel 2020-04-26 16:09:34
The in your controller send de data to the view
giorbismiguel 2020-04-26 16:10:09
Do you have a blade view?
skys215 2020-04-26 16:17:38
Prakash D 2020-04-26 16:03:46
I want to design with three drop-down in my view page for that drop-down I want to fetch my data from database with three different table
How can I write a function in controller to fetch data
How can I write a function in controller to fetch data
Api
giorbismiguel 2020-04-26 16:24:05
skys215 2020-04-26 16:17:38
Api
Ok, create an array and send to the view in format json
giorbismiguel 2020-04-26 16:25:43
response()->json([…..]);
rebory 2020-04-26 16:25:46
i need one simple help in laravel
giorbismiguel 2020-04-26 16:28:08
skys215 2020-04-26 16:17:38
Api
You can use the DRY concept if you don’t like to repeat the code to send json to the view, create a BaseController
giorbismiguel 2020-04-26 16:28:50
If you need more help contact me directly
rebory 2020-04-26 16:29:33
i try to fetch first() record from table exp: title, description and direct display in two form inputs Input names Title and description -> but problem is when data is empty it show error Trying to get property ‘title’ of non-object
rebory 2020-04-26 16:30:14

rethdaro 2020-04-26 16:31:46
{{Auth::user()->name}} is working but {{Auth::user()->photo}} not show anything,.. how can please