# Implementeer het discourse forum in het laravel 11 project

**URL:** https://meta.discourse.org/t/implement-the-discourse-forum-in-the-laravel-11-project/327003
**Category:** Development
**Created:** [18 september 2024 om 07:49 UTC](https://meta.discourse.org/t/implement-the-discourse-forum-in-the-laravel-11-project/327003 "2024-09-18T07:49:29Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![suraj.singh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/suraj.singh/32/447112_2.png) [@suraj.singh](https://meta.discourse.org/u/suraj.singh)
#### Post date: [18 september 2024 om 07:49 UTC](https://meta.discourse.org/t/implement-the-discourse-forum-in-the-laravel-11-project/327003/1 "2024-09-18T07:49:29Z")

</div>

i want to implement the discourse forum in my laravel 11 project how i can do it what should i need to get it from admin and set up in my laravel project can anyone told me

---

<div class="post-metadata">

### Author: ![merefield](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/merefield/32/176214_2.png) [@merefield](https://meta.discourse.org/u/merefield)
#### Post date: [18 september 2024 om 08:26 UTC](https://meta.discourse.org/t/implement-the-discourse-forum-in-the-laravel-11-project/327003/2 "2024-09-18T08:26:39Z")

</div>

That’s not going to work.

Discourse is on a completely different tech stack.

Some people have managed to use Discourse in an iFrame, but generally that’s not recommended.

Usually you put Discourse on a subdomain and can link User accounts using SSO.

---

<div class="post-metadata">

### Author: ![RGJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rgj/32/523185_2.png) [@RGJ](https://meta.discourse.org/u/RGJ)
#### Post date: [18 september 2024 om 09:00 UTC](https://meta.discourse.org/t/implement-the-discourse-forum-in-the-laravel-11-project/327003/3 "2024-09-18T09:00:37Z")

</div>

You can run [Discourse in a subfolder](https://meta.discourse.org/t/serve-discourse-from-a-subfolder-path-prefix-instead-of-a-subdomain/30507) and set up single sign on between your Laravel application and Discourse using the [spinen/laravel-discourse-sso](https://github.com/spinen/laravel-discourse-sso) PHP package.

If you replicate the header between your Laravel app and Discourse and use the same colors and fonts you can make this nearly seamless, especially if you implement some Javascript in your Laravel app to pull the notifications from Discourse.

---

<div class="post-metadata">

### Author: ![suraj.singh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/suraj.singh/32/447112_2.png) [@suraj.singh](https://meta.discourse.org/u/suraj.singh)
#### Post date: [18 september 2024 om 09:32 UTC](https://meta.discourse.org/t/implement-the-discourse-forum-in-the-laravel-11-project/327003/4 "2024-09-18T09:32:07Z")

</div>

Hi Discourse Team,

Currently the site is hosted by the Discourse ,how i can change the root domain name to [https://forum.tracalendar.com](https://forum.tracalendar.com) to implement the discourse in my project, i have try to do the change domain in the admin but it is saying that to ask the this support please give me the path to change it.

regards,  
Suraj

---

<div class="post-metadata">

### Author: ![RGJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/rgj/32/523185_2.png) [@RGJ](https://meta.discourse.org/u/RGJ)
#### Post date: [18 september 2024 om 10:14 UTC](https://meta.discourse.org/t/implement-the-discourse-forum-in-the-laravel-11-project/327003/5 "2024-09-18T10:14:35Z")

</div>

If it tells you to contact support then you should contact support.

Note: I’m not support 😉  
Note: That’s not a subfolder, that’s a subdomain. A subfolder will be [https://www.example.com/forum](https://www.example.com/forum).

---

<div class="post-metadata">

### Author: ![suraj.singh](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/suraj.singh/32/447112_2.png) [@suraj.singh](https://meta.discourse.org/u/suraj.singh)
#### Post date: [19 september 2024 om 11:11 UTC](https://meta.discourse.org/t/implement-the-discourse-forum-in-the-laravel-11-project/327003/7 "2024-09-19T11:11:40Z")

</div>

when i click on my community login button then it is redirecting to my [discourse connect](https://meta.discourse.org/t/13045?silent=true) url ,that is fine ,and in my [discourse connect](https://meta.discourse.org/t/13045?silent=true) url method i am getting sso and sig but how i can authenticate my users, because in the request i am only getting the sso and sig how i can get my user detail ,can anyone help me to get it done.
