How we can create forum with laravel ajax? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
- 1

How we can create forum with laravel ajax?

I want to create forum for my e-learning website please help me

28th Jun 2021, 6:28 AM
​🇲🅰🅷︎🅳︎🅸︎
​🇲🅰🅷︎🅳︎🅸︎ - avatar
2 Réponses
+ 2
You can try https://moodle.org/ It is open source, so you can read the source to learn how it works too, if you want to make one your own.
28th Jun 2021, 6:33 AM
Ipang
+ 1
Ajax is Asynchronous JavaScript and Xml So, Ajax gives you possibility not to refresh all the page. Just take fresh data from the database and refresh only certain parts of page. In case of forum this is only conversations foreignkey related with certain topic. Do you know Laravel well enough to build up at least general forum? If answers is "yes" then searching learning and then implementing Ajax-ed comment system will take from 1 to 7 days.
28th Jun 2021, 10:12 AM
Shadoff
Shadoff - avatar