Hey devdojo, amazing package! I'm new to Laravel, and have been following the tutorials on your site. Would it be possible to elaborate on what the composer require graham-campbell/markdown does? Would Graham Campbell have any control over the usage of this package in the future? Or is this only relevant during installation? Thanks!
Hey, great presentation devdojo! I have a question for you. So, I don't really know anything about Laravel yet. But based on recommendations I've received, I decided to use Laravel for a new web application I am about to build. Right now I am still researching different packages and features, etc. Forum is one of the must-have features for this new web application. My question is whether it is possible to integrate Chatter with an existing Laravel web application so that a user who is authenticated on the main Laravel web app, is authenticated on Chatter automatically without the need for that user to maintain a Chatter user account as well as the website user account. Are their hooks in place to allow for this?
Amazing package my friend, well done! :) Great thing is that it is so simple and not bloated, so it is so easy I guess to extend it's functionality further :) Simplicity and cleanness is the soul of this package
sir i have fetching problem..please help me for solving.. Illuminate\Database\QueryException SQLSTATE[HY000]: General error: 1215 Cannot add foreign key constraint (SQL: alter table `chatter_discussion` add constraint `chatter_discussion_user_id_foreign` foreign key (`user_id`) references `users` (`id`) on delete cascade on update cascade)
Glad to hear :) Let me know if you need any more customizations done to the forum package and I'll be sure to integrate those in. Thanks for the comment.
Thank you for this package. its look great! but i have a question. how can i find the html views in laravel 5.2. i have already the package and its working! hoping for your response thank you.
Thanks! Yep, it's open source :) You can check it out here: github.com/thedevdojo/chatter Thanks again for the comment. You can also checkout the demo here devdojo.com/forums
Oh, that's so epic! I just wanna let you know that I am an ardent follower of your channel and whatever you are doing is totally awesome, You are one of those who gives crash courses and make people aware of new technology which is totally awesome, One of the reason I started using laravel was your playlist about laravel, and now soon, I'll be publishing my very first website which can potentially be a start up for me. So cheers mate, just wanna let you know, Whatever you are doing is awesome. :D
Awesome! That means so much to me. I'm so happy I'm able to help. I'm actually getting ready to release a new beginner course on the new release of Laravel 5.3. Please feel free to share your work with me, I love checking out other peoples projects. Thanks again for your feedback. It makes me happy that I'm able to help out :)
I totally will! As soon as I get it done, I'll share it with you! But really, it makes me feel so happy that there are people like you and jeffery (he is the host at laracasts.com) and who can forget Taylor, you guys do so much for us (in the sense helping people) , it feels so good that there are such amazing people who are always there looking to help others. Alright, not gonna extend the discussion to a long extent. But yeah, Just wanna let you know, there are people like me who are really grateful for all the work you guys do, but don't comment often. (even I hardly comment on anything, would change on that :3 ) But yeah cheers mate! have a nice day! :D
I'm kind of thinking that I won't add an admin panel. I want that to be the decision of the app developer. There may be a mini admin where you can add categories and block users. What are your thoughts?
Firstly, great package. Good job dude! Secondly, can you give me the .bash_profile PS1 variable used in the video in your terminal? I was trying for something similar but couldn't get it that good. Still good job on the package!
"Subscriber only." -DevDojo 2016 God damnit dude, you found my weakspot! (subscriptions, i hate this stuff) PS: My last name consists of two words maybe you should allow spaces in your sign up screen :) PS: Is there a way for me to get access to your subscriber videos without having a credit card? I dont want to wait two years to be 18 and get a credit card, but your tutorials are just good and they work so if there is a way I would be glad to know :)
Haha, yeah. I'm going to be adding a ton more content very soon :) Sure thing I'll take that into consideration. Quick question, if I had a pay with paypal option would that work for you?
Yeah I could ask my parents if it is ok for them if I use their PayPal account, but it would be nice if there were another option for payment. If there are any other possibilities for payment just tell me :D
Thanks man :) You can contribute on github at: github.com/thedevdojo/chatter I'll be adding some new updates here very soon. Also, you can support me by checking out devdojo.com as well. Thanks again.
I can see some open issues on github, but I am not sure how to take one :) I am checking devdojo.com as well, good job. Please make more Laravel videos and keep up the good work. Thanks
my problem is : SQLSTATE[HY000]: General error: 1005 Can't create table `chatforum`.`#sql-2544_51` (errno: 121 "Duplicate key on write or update") (SQL: alter table `chatter_discussion` add constraint `chatter_discussion_chatter_category_id_foreign` foreign key (`chatter_category_id`) references `chatter_categories` (`id`) on delete cascade on update cascade)
Hello Am having a ploblem when i click on those link on sidebar like general ,feedback etc .it gives me error but when i add "public" like this" public/forums/category/general" it works but forums/category like it is there it doesnt work. what can i do please.................................
Hey mate, AWESOME PACKAGE! just a few things i was wondering if you are including in future versions. 1. User roles (who can see what) 2. Classic forum styling (like any old forum, i feel this could be a config setting) i was about to create my own forum, this saves me time i can spend on other stuff now. Keep up the good work!
Thanks for the comment :) 1. I could definitely add user roles, do you know how you would like this to work, would the people with certain roles only have access to discussions in a particular category? 2. Yeah, the styling can be 100% customized and the cool thing is that if you have all your styles in your master file, it will inherit those by default. Currently it is built using bootstrap, but I'm sure I can add some other popular front-end framework themes that can be chosen in the settings. Thanks again for the compliment and let me know if those answers helped :) Additionally, if you want to contribute some code I would love to have someone help out building more functionality into the package :)
Exception trace: 1 PDOException::("SQLSTATE[HY000] [2002] No such file or directory") /Users/siddhesh/sites/forum/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:68 2 PDO::__construct("mysql:host=localhost;port=3306;dbname=forum", "root", "root", []) /Users/siddhesh/sites/forum/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:68 Any help?
Hi, This solution looks awesome. However, i am having a little issue with the php artisan db:seed --class=ChatterTableSeeder. It's just pppong up this error from the DB [Illuminate\Database\QueryException] SQLSTATE[42S02]: Base table or view not found: 1146 Table 'forum.chatter_ca tegories' doesn't exist (SQL: delete from `chatter_categories`)
"Type error: Argument 2 passed to DevDojo\Chatter\Events\ChatterBeforeNewDiscussion::__construct() must be an instance of Illuminate\Support\Facades\Validator, instance of Illuminate\Validation\Validator given, called in /home/mahmood/work/aalaauddin/vendor/devdojo/chatter/src/Controllers/ChatterDiscussionController.php on line 66" please help
It sure is :) I will be releasing a whole new course on Laravel 5.3 with more advanced videos available only to subscribers. I am also working on a few jquery courses and a course to teach people how to create composer packages.
FatalErrorException in C:\laravel\voyger\Chatter\forume\vendor\laravel\framework\src\Illuminate\Foundation\Application.php line 606:Class 'GrahamCampbell\Markdown\MarkdownServiceProvider' not found
#help I have this problem D:\ZZxampp\htdocs\forum>php artisan migrate SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was t oo long; max key length is 767 bytes (SQL: alter table `chatter_discussion` add unique `chatter_discussion_slug_unique`(`slug`))
+devdojo one more thing. how would you make it available for only certain members to choose a certain category (1. if this is mentioned in the video, sorry 2. that was hard to word)
Yeah, I could definitely do this. I would probably need to integrate roles into the package. There are many plugins out there available for roles. I'll see about implementing this in a future version :)
dead like all other proyect ... this deb only make script for a sell collect money and run, in codecanyon .. have many script and all ist not support. this deb make, a laravel voyager.. abandoned. any time make many and many script and sistem in laravel.. and in some time.. just abandon this...
Looks like a great package! Thanks for releasing it!
Thanks, appreciate the comment.
@@Devdojo this video still work on 2021????
Your css skills are amazing
Thanks dude :)
thank you ...this package really good...i am newbie for programming...I'm suprised this video only get hundreds like...
Hey devdojo, amazing package! I'm new to Laravel, and have been following the tutorials on your site.
Would it be possible to elaborate on what the composer require graham-campbell/markdown does?
Would Graham Campbell have any control over the usage of this package in the future? Or is this only relevant during installation?
Thanks!
u are one of my best teachers keep going thank you.
Looks great, thanks for your contribution to the community!
Hey, great presentation devdojo! I have a question for you. So, I don't really know anything about Laravel yet. But based on recommendations I've received, I decided to use Laravel for a new web application I am about to build. Right now I am still researching different packages and features, etc. Forum is one of the must-have features for this new web application. My question is whether it is possible to integrate Chatter with an existing Laravel web application so that a user who is authenticated on the main Laravel web app, is authenticated on Chatter automatically without the need for that user to maintain a Chatter user account as well as the website user account. Are their hooks in place to allow for this?
Forum is not separated from the website, it's the same user always
Amazing package my friend, well done! :) Great thing is that it is so simple and not bloated, so it is so easy I guess to extend it's functionality further :) Simplicity and cleanness is the soul of this package
Cool...very nice tutorial and package! Always looking forward to see your new video!
This package is great , thank you for sharing with us.
Very nice! Keep doing what your doing. You are one of the inspirations why I programming!
Glad to hear man! Compliments help me continue creating this stuff :)
Dude, this looks so awesome! Can't wait to try this out!
sir i have fetching problem..please help me for solving..
Illuminate\Database\QueryException
SQLSTATE[HY000]: General error: 1215 Cannot add foreign key constraint (SQL: alter table `chatter_discussion` add constraint `chatter_discussion_user_id_foreign` foreign key (`user_id`) references `users` (`id`) on delete cascade on update cascade)
Awesome package brother ....
This would have saved me a few days of work
Glad to hear :)
Let me know if you need any more customizations done to the forum package and I'll be sure to integrate those in. Thanks for the comment.
Really its awesome!!! I have been waiting so long for this package. it would be great if you make a tutorial for us on this.
Nice package! I think I am gonna use it very soon. Thanks.
This looks sooo awesome great work!
devdojo ---> A new video of how to use Laravel Markdown
github.com/GrahamCampbell/Laravel-Markdown
Amazing! Thanks for the release man!
Amazing package. Thanks 🙏
awesome package! try to implement it at my project. thanks for sharing devdojo! :)
awesome. Let me know if you have any questions for me :)
does the package include a main admin and moderators ?
Thank you .
Sick package dude
Thanks man!
Thank you for this package. its look great! but i have a question. how can i find the html views in laravel 5.2. i have already the package and its working! hoping for your response thank you.
It doesn't work in Laravel 5.5 please help, I'm trying to create a new discussion but the window doesn't pop up
Try adding this piece of code to the app.blade.php:
@@Eric-em8tv its giving foreign key problem ...everything is migrating except for foreign key???
thx on behalf of all who refused to log in on devdojo.com
just waaaw ! Great package! thanks
Thanks man.
Awesome package!
Why are you commenting about my package. One man should never comment another mans package....
LOL, thanks for the comment dude!
Great application.
Very nice,thank you man.
For sure, thank you for the comment.
its really cool package, thanks. so helpful
Which is the current most stable release? am having problem after problem with this package
This looks decent, thanks man and keep up the good work
Thanks dude!
is there an implementation for api resource too?
Great! wont you make any social network tutorial?
Haha, I think I will in the future. Are you thinking a tutorial or a package that will tie in great with any new laravel app?
Hey, DevDojo, man this package looks so good, great work!
It's an open source package right?
Btw cheers!
Thanks! Yep, it's open source :) You can check it out here: github.com/thedevdojo/chatter
Thanks again for the comment. You can also checkout the demo here devdojo.com/forums
Oh, that's so epic!
I just wanna let you know that I am an ardent follower of your channel and whatever you are doing is totally awesome, You are one of those who gives crash courses and make people aware of new technology which is totally awesome, One of the reason I started using laravel was your playlist about laravel, and now soon, I'll be publishing my very first website which can potentially be a start up for me.
So cheers mate, just wanna let you know, Whatever you are doing is awesome.
:D
Awesome! That means so much to me.
I'm so happy I'm able to help. I'm actually getting ready to release a new beginner course on the new release of Laravel 5.3. Please feel free to share your work with me, I love checking out other peoples projects.
Thanks again for your feedback. It makes me happy that I'm able to help out :)
I totally will! As soon as I get it done, I'll share it with you!
But really, it makes me feel so happy that there are people like you and jeffery (he is the host at laracasts.com) and who can forget Taylor, you guys do so much for us (in the sense helping people) , it feels so good that there are such amazing people who are always there looking to help others.
Alright, not gonna extend the discussion to a long extent. But yeah,
Just wanna let you know, there are people like me who are really grateful for all the work you guys do, but don't comment often.
(even I hardly comment on anything, would change on that :3 )
But yeah cheers mate! have a nice day! :D
sir can you help me....i am having problem with foreign key...everything is migrating except for foreign key
cool package, thank you! Will you plan to add admin panel?
I'm kind of thinking that I won't add an admin panel. I want that to be the decision of the app developer. There may be a mini admin where you can add categories and block users. What are your thoughts?
It would be great to make admin panel similar to discourse admin panel, but I understand that it requires many time of work.
This is Incredible!!!
I didn't learn Laravel but it can be interressant
Doctrine\DBAL\Driver\PDO\Exception
i am getting this error after running migrations.. any solution??
Awesome package dude! =)
Thanks man. Appreciate the comment!
can you make a tutorial on role based or multi user auth,I mean authentication and authorization for normal users and admin and third user.
Man, this is awesome!
Thanks! Really appreciate the comment.
Firstly, great package. Good job dude!
Secondly, can you give me the .bash_profile PS1 variable used in the video in your terminal? I was trying for something similar but couldn't get it that good.
Still good job on the package!
Thanks man!
Sure, we actually have a video for that: devdojo.com/episode/customizing-your-terminal-using-oh-my-zsh
"Subscriber only." -DevDojo 2016
God damnit dude, you found my weakspot! (subscriptions, i hate this stuff)
PS: My last name consists of two words maybe you should allow spaces in your sign up screen :)
PS: Is there a way for me to get access to your subscriber videos without having a credit card? I dont want to wait two years to be 18 and get a credit card, but your tutorials are just good and they work so if there is a way I would be glad to know :)
Haha, yeah. I'm going to be adding a ton more content very soon :)
Sure thing I'll take that into consideration.
Quick question, if I had a pay with paypal option would that work for you?
Yeah I could ask my parents if it is ok for them if I use their PayPal account, but it would be nice if there were another option for payment.
If there are any other possibilities for payment just tell me :D
Thank's guys, awesome
looks awesome
Thanks!
How can i manage it by administrator?
For example, if someone post something, the admin must accept it to be viewed on the website.
How can i do that?
following
i wanna ask the samething
Greetings ..
Is the package compatible with laravel 7 ?
Please let me know
Thank you
Nice Package , i must try this (y)
Awesome package. Thanks for sharing. How can I contribute?
Thanks man :) You can contribute on github at: github.com/thedevdojo/chatter I'll be adding some new updates here very soon. Also, you can support me by checking out devdojo.com as well. Thanks again.
I can see some open issues on github, but I am not sure how to take one :) I am checking devdojo.com as well, good job. Please make more Laravel videos and keep up the good work. Thanks
thank you ! nice work !
Absolutely :) Thank you for the comment
my problem is :
SQLSTATE[HY000]: General error: 1005 Can't create table `chatforum`.`#sql-2544_51` (errno: 121 "Duplicate key on write or update") (SQL: alter table `chatter_discussion` add constraint `chatter_discussion_chatter_category_id_foreign` foreign key (`chatter_category_id`) references `chatter_categories` (`id`) on delete cascade on update cascade)
also there is an error in your foreign key migrations.. i am getting an dublicate error can u pls help?
Hello
Am having a ploblem
when i click on those link on sidebar like general ,feedback etc .it gives me error
but when i add "public" like this" public/forums/category/general" it works but forums/category like it is there it doesnt work.
what can i do please.................................
How can I integrate this forum package into my application, and for the admin part all
Hi Nice Package Bro
but css doesnt work in my laravel 5.3
i have done excatly as you instructred..help please
Hey mate,
AWESOME PACKAGE!
just a few things i was wondering if you are including in future versions.
1. User roles (who can see what)
2. Classic forum styling (like any old forum, i feel this could be a config setting)
i was about to create my own forum, this saves me time i can spend on other stuff now.
Keep up the good work!
Thanks for the comment :)
1. I could definitely add user roles, do you know how you would like this to work, would the people with certain roles only have access to discussions in a particular category?
2. Yeah, the styling can be 100% customized and the cool thing is that if you have all your styles in your master file, it will inherit those by default. Currently it is built using bootstrap, but I'm sure I can add some other popular front-end framework themes that can be chosen in the settings.
Thanks again for the compliment and let me know if those answers helped :)
Additionally, if you want to contribute some code I would love to have someone help out building more functionality into the package :)
Thanks for the reply back!
I will take a look at the code when i'm back from my holiday, might aswell start contributing to this, :)
awesome !!
i like it
wow nice
Exception trace:
1 PDOException::("SQLSTATE[HY000] [2002] No such file or directory")
/Users/siddhesh/sites/forum/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:68
2 PDO::__construct("mysql:host=localhost;port=3306;dbname=forum", "root", "root", [])
/Users/siddhesh/sites/forum/vendor/laravel/framework/src/Illuminate/Database/Connectors/Connector.php:68
Any help?
How to implement AJAX in this application? Any suggestions?
Cool man.. thanks for share...
Absolutely :) Thanks for the comment ;)
Amazing!
brother please make video on any Payment handler package thanks
Awesome
Treamendous!!
Hi, This solution looks awesome. However, i am having a little issue with the php artisan db:seed --class=ChatterTableSeeder. It's just pppong up this error from the DB [Illuminate\Database\QueryException]
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'forum.chatter_ca
tegories' doesn't exist (SQL: delete from `chatter_categories`)
I have the same problem do you know how to solve this problem. Thank you
sir
all are working except for New discussion...when i clicked on that nothing is happening
can anyone help me find where the logos are stored? I tried to find it and change it to mine logo but couldn't find the path
Anyone got an error on migration? How do u fix that?
"Type error: Argument 2 passed to DevDojo\Chatter\Events\ChatterBeforeNewDiscussion::__construct() must be an instance of Illuminate\Support\Facades\Validator, instance of Illuminate\Validation\Validator given, called in /home/mahmood/work/aalaauddin/vendor/devdojo/chatter/src/Controllers/ChatterDiscussionController.php on line 66"
please help
anyone? i am using laravel 5.2
Illuminate\Database\QueryException : SQLSTATE[HY000]: General error: 1005 Can't create table `rush`.`chatter_discussion` (errno: 150 "Foreign key constraint is incorrectly formed") (SQL: alter table `chatter_discussion` add constraint `chatter_discussion_user_id_foreign` foreign key (`user_id`) references `users` (`id`) on delete cascade on update cascade)
css is not working in y project. please help me.
how to change the text "welcome the chatter" from start to a custom one
works fine for me
do you have a problem installing?
Apparently in laravel 5.8 cant add discussion or comment
it doesn't work with 5.3. Going to /forums page says it's missing the class. Any advice?
I am using Laravel 5.3 and it works perfectly Fine bro
I gave up on Laravel. It got refactored quite a bit. I will built my project from scratch using Huge.
What's the difference between doing this and instaling a wordpress blog?
A forum and a blog is not the same thing
After long time. Is your site ready with paid & premium content ?
It sure is :) I will be releasing a whole new course on Laravel 5.3 with more advanced videos available only to subscribers. I am also working on a few jquery courses and a course to teach people how to create composer packages.
Great to hear! Look forward to it :)
Awesome package.. thanks
Pls what about if someone want to reply to the message
css doesnt work ?????????
@yield('css')
Don't know why but any link gives 404 error
nice, tnx :)
Thanks man. Appreciate it.
it's very cool,but i can't see '/forums' in routes.php,where is it..?
feng xiao folder routes/web.php
Thanks yu
FatalErrorException in C:\laravel\voyger\Chatter\forume\vendor\laravel\framework\src\Illuminate\Foundation\Application.php line 606:Class 'GrahamCampbell\Markdown\MarkdownServiceProvider' not found
try running: composer require graham-campbell/markdown, and they try reloading :)
its works! thank you
Is this deprecated, non-functioning project?
when i'm finished the installation she done this error in browser
#help
I have this problem
D:\ZZxampp\htdocs\forum>php artisan migrate
SQLSTATE[42000]: Syntax error or access violation: 1071 Specified key was t
oo long; max key length is 767 bytes (SQL: alter table `chatter_discussion`
add unique `chatter_discussion_slug_unique`(`slug`))
solved
Nice! :O
One question, could you make a roles and permission system in L5.3? Because I want to make one, but I don't know how. :$
one word
wow
Thank you. Appreciate the feedback.
+devdojo This is worthy of costing around £90 but you do it for free. You and the laravel team will definantly go to tech heaven lol
Haha, thanks. I love the idea of tech heaven. Really appreciate the kind words :D
+devdojo one more thing. how would you make it available for only certain members to choose a certain category (1. if this is mentioned in the video, sorry 2. that was hard to word)
Yeah, I could definitely do this. I would probably need to integrate roles into the package. There are many plugins out there available for roles. I'll see about implementing this in a future version :)
is not working in laravel 6
"Call to undefined method Illuminate\Events\Dispatcher::fire()"
error in database manager
no matter how much i try to migrate! it doesn't happen!
not work in laravel 6
touché ! haha . are you alive? you 're not willing to answer to comment...?
No one is willing to help?
dead like all other proyect ... this deb only make script for a sell collect money and run, in codecanyon .. have many script and all ist not support.
this deb make, a laravel voyager.. abandoned.
any time make many and many script and sistem in laravel.. and in some time.. just abandon this...