Is it possible to run the Laravel with local host apache or Nginx?

|
2020-11-14 10:15:03
laravel_discuss-59092.jpg

2020-11-14 10:15:04
laravel_discuss-59094.jpg

2020-11-14 10:15:04
laravel_discuss-59093.jpg

cartltech 2020-11-14 10:44:25
Pm me if you need any help with Laravel projects … I’ll do my best to help
Azad Akhtar 2020-11-14 11:06:39
Hello…everyone…. i am getting a issue..
Data available in [data].
How can i use in api
Azad Akhtar 2020-11-14 11:07:30
laravel_discuss-59097.jpg

Azad Akhtar 2020-11-14 11:08:21
laravel_discuss-59098.jpg

cartltech 2020-11-14 11:10:28
save the result in a variable..if the variable is $result..then access data with this — $result[‘data’][‘0’][‘name’] –this will return the name in the data array with they key ‘0’
Azad Akhtar 2020-11-14 11:11:33
Okay…
Trying
Azad Akhtar 2020-11-14 11:14:31
cartltech 2020-11-14 11:10:28
save the result in a variable..if the variable is $result..then access data with this — $result[‘data’][‘0’][‘name’] –this will return the name in the data array with they key ‘0’

Yes…$data[‘data’]
Showing data in the table
Thanks

cartltech 2020-11-14 11:14:47
TheGuyi 2020-11-14 11:20:36
Anyone have agood guide to laravel and LDPA authentication? Please thank you
cartltech 2020-11-14 11:23:27
Follow the guide on GitHub
cartltech 2020-11-14 11:23:38
https://github.com/jotaelesalinas/laravel-adminless-ldap-auth

GitHub – jotaelesalinas/laravel-adminless-ldap-auth: Authenticate users in Laravel against an adminless LDAP serverGitHub
Authenticate users in Laravel against an adminless LDAP server – GitHub – jotaelesalinas/laravel-adminless-ldap-auth: Authenticate users in Laravel against an adminless LDAP server
cartltech 2020-11-14 11:23:49
If you need extra help pm me
jung_doeng 2020-11-14 11:31:10
i want asking one question,
.
when want show data respon api
what the good to choose,
show from blade template or from front end like vue js?
Fred_ki 2020-11-14 11:33:20
jung_doeng 2020-11-14 11:31:10
i want asking one question,
.
when want show data respon api
what the good to choose,
show from blade template or from front end like vue js?

From blade template

jung_doeng 2020-11-14 11:34:28
Fred_ki 2020-11-14 11:33:20
From blade template

is good choosen, but what the reason?
.
thx brother

Fred_ki 2020-11-14 11:57:54
jung_doeng 2020-11-14 11:34:28
is good choosen, but what the reason?
.
thx brother

I found it easier to parse the response using blade on my side

Begroups 2020-11-14 12:22:27
Whicj library use you for display Picture vuejs
Begroups 2020-11-14 12:22:37
which*
JeevaniSM 2020-11-14 12:28:24
kevinpita 2020-11-14 01:08:48
Vagrant laravel box

Yes, I installed it but the problem is I don’t have a MySQL admin tool to connect the DB in homestead. MySQL workbench has some issues to be installed.

1. Is it possible to run the Laravel with local host apache or Nginx ?? If yes pls guide

cartltech 2020-11-14 12:47:52
JeevaniSM 2020-11-14 12:28:24
Yes, I installed it but the problem is I don’t have a MySQL admin tool to connect the DB in homestead. MySQL workbench has some issues to be installed.

1. Is it possible to run the Laravel with local host apache or Nginx ?? If yes pls guide

Download xampp from apachefriends.org
Install it
Start the Apache and sql server
Visit phpmyadmin
Create db
Connect the db to your Laravel site (edit the db config details in the .env file)

JeevaniSM 2020-11-14 13:02:33
cartltech 2020-11-14 12:47:52
Download xampp from apachefriends.org
Install it
Start the Apache and sql server
Visit phpmyadmin
Create db
Connect the db to your Laravel site (edit the db config details in the .env file)

Thanx , how to connect with homestead DB ?
Whata the connection parameters ??

cartltech 2020-11-14 13:02:54
It’s not homestead
cartltech 2020-11-14 13:03:06
It’s mysql
cartltech 2020-11-14 13:03:35
I’ll send you a sample .env
SyedUmairCodes 2020-11-14 13:45:11
Hey can anyone here help me with image uploading using Spatie/laravel-medialibrary
JeevaniSM 2020-11-14 13:47:11
cartltech 2020-11-14 13:03:35
I’ll send you a sample .env

Ah ok thanks for that, so I can run Laravel with xampp

2020-11-14 14:02:45
goodday guys
2020-11-14 14:03:15
am new here
2020-11-14 14:04:21
pls guys, i need your assistance, am having issues in laravel
2020-11-14 14:05:02
laravel_discuss-59127.jpg
this is the view code
cartltech 2020-11-14 14:06:18
SyedUmairCodes 2020-11-14 13:45:11
Hey can anyone here help me with image uploading using Spatie/laravel-medialibrary

Use GitHub to set up

2020-11-14 14:06:32
laravel_discuss-59129.jpg
this is the return view
cartltech 2020-11-14 14:06:57
2020-11-14 14:04:21
pls guys, i need your assistance, am having issues in laravel

What’s the problem exactly

2020-11-14 14:06:59
laravel_discuss-59131.jpg
instead of these
cartltech 2020-11-14 14:16:07
Change $detail to $data
cartltech 2020-11-14 14:16:32
If I’m right
cartltech 2020-11-14 14:16:46
Or what variable holds the data?
2020-11-14 14:18:10
laravel_discuss-59140.jpg
this is the controller
cartltech 2020-11-14 14:19:31
Do dd($detail)in the controller and check the output
2020-11-14 14:25:50
laravel_discuss-59142.jpg
this is the result i got
cartltech 2020-11-14 14:34:30
The query is not returning any results
cartltech 2020-11-14 14:34:41
Check your db
cartltech 2020-11-14 14:35:00
And fix the query
natghi2010 2020-11-14 15:04:46
Does anyone know how to run composer install with yaml?
2020-11-14 15:25:52
have found the problem
2020-11-14 15:26:08
my PurchaseD model is not saving
2020-11-14 15:26:59
laravel_discuss-59150.jpg
this is the store
|