Laravel Forum Package - Chatter

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024

Комментарии • 164

  • @wasidhossain3848
    @wasidhossain3848 8 лет назад

    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.

  • @luisv1308
    @luisv1308 8 лет назад

    Nice package! I think I am gonna use it very soon. Thanks.

  • @wanbahjahkas8895
    @wanbahjahkas8895 4 года назад +1

    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)

  • @algifarijihar
    @algifarijihar 8 лет назад

    Thank's guys, awesome

  • @faisalm6591
    @faisalm6591 8 лет назад

    This looks decent, thanks man and keep up the good work

  • @ibrahimsh3856
    @ibrahimsh3856 7 лет назад +2

    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?

  • @WeltonLSantos
    @WeltonLSantos 8 лет назад

    nice, tnx :)

    • @Devdojo
      @Devdojo  8 лет назад

      Thanks man. Appreciate it.

  • @ashishrprastogi
    @ashishrprastogi 7 лет назад

    css is not working in y project. please help me.

  • @slaction
    @slaction 8 лет назад +15

    Looks like a great package! Thanks for releasing it!

    • @Devdojo
      @Devdojo  8 лет назад +4

      Thanks, appreciate the comment.

    • @uniforms_untad7560
      @uniforms_untad7560 2 года назад

      @@Devdojo this video still work on 2021????

  • @30minut0s
    @30minut0s 6 лет назад +6

    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

    • @Eric-em8tv
      @Eric-em8tv 6 лет назад +3

      Try adding this piece of code to the app.blade.php:

    • @tenzingyelmo5861
      @tenzingyelmo5861 4 года назад

      @@Eric-em8tv its giving foreign key problem ...everything is migrating except for foreign key???

  • @eddyloayza7754
    @eddyloayza7754 7 лет назад +1

    devdojo ---> A new video of how to use Laravel Markdown
    github.com/GrahamCampbell/Laravel-Markdown

  • @peace2941
    @peace2941 8 лет назад +2

    does the package include a main admin and moderators ?
    Thank you .

  • @robyjaya8040
    @robyjaya8040 4 года назад +1

    thank you ...this package really good...i am newbie for programming...I'm suprised this video only get hundreds like...

  • @josephkamande4502
    @josephkamande4502 4 года назад

    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)

  • @sheharyarkhan6029
    @sheharyarkhan6029 3 года назад

    Doctrine\DBAL\Driver\PDO\Exception
    i am getting this error after running migrations.. any solution??

  • @C.Andres.Diaz.1982
    @C.Andres.Diaz.1982 4 года назад

    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...

  • @admhngla
    @admhngla 4 года назад

    Apparently in laravel 5.8 cant add discussion or comment

  • @mathematicianfenteng2755
    @mathematicianfenteng2755 3 года назад

    Awesome package.. thanks
    Pls what about if someone want to reply to the message

  • @wolandmargarita
    @wolandmargarita 2 года назад

    Is this deprecated, non-functioning project?

  • @justtlenin
    @justtlenin 7 лет назад +1

    #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`))

  • @sheharyarkhan6029
    @sheharyarkhan6029 3 года назад

    also there is an error in your foreign key migrations.. i am getting an dublicate error can u pls help?

  • @humairamasdi7131
    @humairamasdi7131 3 года назад

    Anyone got an error on migration? How do u fix that?

  • @Novica89
    @Novica89 8 лет назад +1

    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

    • @Devdojo
      @Devdojo  8 лет назад

      thanks man. I agree. I want to keep it as simple as possible and put a lot of control in the hand of the app creator :) Appreciate the feedback and comment.

  • @tutopro4246
    @tutopro4246 7 лет назад +1

    FatalErrorException in C:\laravel\voyger\Chatter\forume\vendor\laravel\framework\src\Illuminate\Foundation\Application.php line 606:Class 'GrahamCampbell\Markdown\MarkdownServiceProvider' not found

    • @Devdojo
      @Devdojo  7 лет назад +1

      try running: composer require graham-campbell/markdown, and they try reloading :)

    • @tutopro4246
      @tutopro4246 7 лет назад

      its works! thank you

  • @SiddheshNan
    @SiddheshNan 6 лет назад

    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?

  • @Ali-nj1tv
    @Ali-nj1tv 4 года назад

    is not working in laravel 6

  • @jose_aranda
    @jose_aranda 4 года назад

    not work in laravel 6

  • @josephkamande4502
    @josephkamande4502 4 года назад

    No one is willing to help?

  • @ahmedsultan8841
    @ahmedsultan8841 7 лет назад +2

    Your css skills are amazing

    • @Devdojo
      @Devdojo  7 лет назад +1

      Thanks dude :)

  • @nghengineer791
    @nghengineer791 5 лет назад

    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)

  • @salumramadhani2708
    @salumramadhani2708 7 лет назад

    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.................................

  • @babacardiop3162
    @babacardiop3162 3 года назад

    Thanks yu

  • @atiqurrahman6213
    @atiqurrahman6213 4 года назад

    Greetings ..
    Is the package compatible with laravel 7 ?
    Please let me know
    Thank you

  • @JudeSaintNeger
    @JudeSaintNeger 7 лет назад

    How can I integrate this forum package into my application, and for the admin part all

  • @salumramadhani2708
    @salumramadhani2708 7 лет назад

    Hi Nice Package Bro
    but css doesnt work in my laravel 5.3
    i have done excatly as you instructred..help please

  • @moseskamau4989
    @moseskamau4989 5 лет назад

    Which is the current most stable release? am having problem after problem with this package

  • @freedom341
    @freedom341 8 лет назад

    wow nice

  • @allanbaruiz8355
    @allanbaruiz8355 7 лет назад

    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.

  • @Novica89
    @Novica89 8 лет назад

    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

  • @tenzingyelmo5861
    @tenzingyelmo5861 4 года назад

    sir
    all are working except for New discussion...when i clicked on that nothing is happening

  • @maxengio
    @maxengio 7 лет назад

    How to implement AJAX in this application? Any suggestions?

  • @slawete2312
    @slawete2312 7 лет назад

    Don't know why but any link gives 404 error

  • @blazethunder5525
    @blazethunder5525 6 лет назад

    touché ! haha . are you alive? you 're not willing to answer to comment...?

  • @blankblank9784
    @blankblank9784 7 лет назад

    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!

  • @umarsaleem8318
    @umarsaleem8318 6 лет назад

    brother please make video on any Payment handler package thanks

  • @haykabelyan9252
    @haykabelyan9252 7 лет назад

    css doesnt work ?????????
    @yield('css')

  • @cassli
    @cassli 6 лет назад

    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

  • @karaday
    @karaday 5 лет назад

    no matter how much i try to migrate! it doesn't happen!

  • @pchandu1995
    @pchandu1995 8 лет назад

    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.

  • @pratibimbakhadka487
    @pratibimbakhadka487 4 года назад

    is there an implementation for api resource too?

  • @nghengineer791
    @nghengineer791 5 лет назад

    "Call to undefined method Illuminate\Events\Dispatcher::fire()"

  • @YaminAlam
    @YaminAlam 7 лет назад

    Awesome package brother ....

  • @icrmsoftware59
    @icrmsoftware59 4 года назад

    Amazing package. Thanks 🙏

  • @alexbz2442
    @alexbz2442 7 лет назад

    I didn't learn Laravel but it can be interressant

  • @morispasic660
    @morispasic660 7 лет назад

    Looks great, thanks for your contribution to the community!

  • @nghengineer791
    @nghengineer791 5 лет назад

    "Call to undefined method Illuminate\Events\Dispatcher::fire()"

  • @Ecrios
    @Ecrios 5 лет назад

    thx on behalf of all who refused to log in on devdojo.com

  • @billtanthowijauhari2692
    @billtanthowijauhari2692 7 лет назад

    its really cool package, thanks. so helpful

  • @easyvideott7505
    @easyvideott7505 8 лет назад

    Cool...very nice tutorial and package! Always looking forward to see your new video!

  • @nghengineer791
    @nghengineer791 5 лет назад

    "Call to undefined method Illuminate\Events\Dispatcher::fire()"

  • @johwel340
    @johwel340 4 года назад

    Great application.

  • @belhachemikhalil6587
    @belhachemikhalil6587 7 лет назад

    u are one of my best teachers keep going thank you.

  • @georgesnacouzi969
    @georgesnacouzi969 7 лет назад

    awesome !!
    i like it

  • @Mohamud258
    @Mohamud258 7 лет назад

    "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

    • @Mohamud258
      @Mohamud258 7 лет назад

      anyone? i am using laravel 5.2

  • @aliyigit8978
    @aliyigit8978 7 лет назад

    This package is great , thank you for sharing with us.

  • @yosodermawan312
    @yosodermawan312 6 лет назад

    error in database manager

  • @ardhiirfansyabani6471
    @ardhiirfansyabani6471 8 лет назад

    awesome package! try to implement it at my project. thanks for sharing devdojo! :)

    • @Devdojo
      @Devdojo  8 лет назад

      awesome. Let me know if you have any questions for me :)

  • @HanomaIDU
    @HanomaIDU 6 лет назад

    This looks sooo awesome great work!

  • @tutopro4246
    @tutopro4246 7 лет назад

    when i'm finished the installation she done this error in browser

  • @emmanuelodor2564
    @emmanuelodor2564 7 лет назад

    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`)

    • @aungkulwattanachai
      @aungkulwattanachai 7 лет назад

      I have the same problem do you know how to solve this problem. Thank you

  • @marco2carriloo436
    @marco2carriloo436 6 лет назад

    how to change the text "welcome the chatter" from start to a custom one

  • @christiawaneko
    @christiawaneko 8 лет назад

    Nice Package , i must try this (y)

  • @nanayawgodwin4403
    @nanayawgodwin4403 8 лет назад

    This is Incredible!!!

  • @samuelluswata
    @samuelluswata 7 лет назад

    Treamendous!!

  • @angelitohizon1459
    @angelitohizon1459 7 лет назад

    Awesome

  • @narhem123
    @narhem123 7 лет назад

    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?

    • @Smrtnyk
      @Smrtnyk 7 лет назад

      Forum is not separated from the website, it's the same user always

  • @matiasvaldiviezo9594
    @matiasvaldiviezo9594 7 лет назад

    What's the difference between doing this and instaling a wordpress blog?

  • @seanwhelann
    @seanwhelann 8 лет назад

    Dude, this looks so awesome! Can't wait to try this out!

  • @fengxiao2384
    @fengxiao2384 8 лет назад

    it's very cool,but i can't see '/forums' in routes.php,where is it..?

  • @producdevity
    @producdevity 8 лет назад

    Amazing! Thanks for the release man!

  • @MarcelWeidum
    @MarcelWeidum 8 лет назад

    Very nice! Keep doing what your doing. You are one of the inspirations why I programming!

    • @Devdojo
      @Devdojo  8 лет назад

      Glad to hear man! Compliments help me continue creating this stuff :)

  • @marwankhaled2415
    @marwankhaled2415 8 лет назад

    Great! wont you make any social network tutorial?

    • @Devdojo
      @Devdojo  8 лет назад

      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?

  • @its01
    @its01 7 лет назад

    Awesome package. Thanks for sharing. How can I contribute?

    • @Devdojo
      @Devdojo  7 лет назад +1

      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.

    • @its01
      @its01 7 лет назад

      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

  • @ataman1990
    @ataman1990 8 лет назад

    Amazing!

  • @khadimsow6779
    @khadimsow6779 8 лет назад

    just waaaw ! Great package! thanks

  • @guerzizeb
    @guerzizeb 8 лет назад

    Very nice,thank you man.

    • @Devdojo
      @Devdojo  8 лет назад

      For sure, thank you for the comment.

  • @Darival92
    @Darival92 8 лет назад

    This would have saved me a few days of work

    • @Devdojo
      @Devdojo  8 лет назад +1

      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.

  • @NathanGeerinck
    @NathanGeerinck 8 лет назад

    Awesome package dude! =)

    • @Devdojo
      @Devdojo  8 лет назад +1

      Thanks man. Appreciate the comment!

  • @MarkusAvrelius
    @MarkusAvrelius 7 лет назад

    it doesn't work with 5.3. Going to /forums page says it's missing the class. Any advice?

    • @KaushikPoojari
      @KaushikPoojari 7 лет назад

      I am using Laravel 5.3 and it works perfectly Fine bro

    • @MarkusAvrelius
      @MarkusAvrelius 7 лет назад

      I gave up on Laravel. It got refactored quite a bit. I will built my project from scratch using Huge.

  • @humantrailmachine
    @humantrailmachine 8 лет назад

    thank you ! nice work !

    • @Devdojo
      @Devdojo  8 лет назад

      Absolutely :) Thank you for the comment

  • @n3x404
    @n3x404 6 лет назад

    When i do php artisan mirgate , that gives me an error " Syntax error or access violation: 1071 Specified key was too long; max key length is 767 bytes"

    • @Xcellll
      @Xcellll 6 лет назад

      I'm sure you've already figured out the solution, but for anyone who's new to this issue simply go to
      config > database.php
      Then change these values to the following:
      'charset' => 'utf8',
      'collation' => 'utf8_unicode_ci',
      'strict' => false,

    • @odinakaaneneofor3212
      @odinakaaneneofor3212 6 лет назад

      go to provider and select app.php and use the schema facade and also below the boot you type Schema::defaultStringLength(191); that will fix the error

  • @ibernohoffmann5427
    @ibernohoffmann5427 8 лет назад

    Cool man.. thanks for share...

    • @Devdojo
      @Devdojo  8 лет назад

      Absolutely :) Thanks for the comment ;)

  • @mehmetkoc3287
    @mehmetkoc3287 8 лет назад

    Awesome package!

    • @Devdojo
      @Devdojo  8 лет назад

      Why are you commenting about my package. One man should never comment another mans package....
      LOL, thanks for the comment dude!

  • @JamieBurnip
    @JamieBurnip 8 лет назад

    Sick package dude

  • @wpcustomize8070
    @wpcustomize8070 8 лет назад

    After long time. Is your site ready with paid & premium content ?

    • @Devdojo
      @Devdojo  8 лет назад +2

      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.

    • @wpcustomize8070
      @wpcustomize8070 8 лет назад

      Great to hear! Look forward to it :)

  • @tedkarlsson6666
    @tedkarlsson6666 7 лет назад

    works fine for me

  • @PlayerRPG85
    @PlayerRPG85 8 лет назад

    Man, this is awesome!

    • @Devdojo
      @Devdojo  8 лет назад

      Thanks! Really appreciate the comment.

  • @muhammadsufi4765
    @muhammadsufi4765 8 лет назад

    looks awesome

  • @olegshishkov4146
    @olegshishkov4146 8 лет назад

    cool package, thank you! Will you plan to add admin panel?

    • @Devdojo
      @Devdojo  8 лет назад

      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?

    • @olegshishkov4146
      @olegshishkov4146 8 лет назад

      It would be great to make admin panel similar to discourse admin panel, but I understand that it requires many time of work.

  • @funnytiktok12
    @funnytiktok12 8 лет назад

    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!

    • @Devdojo
      @Devdojo  8 лет назад

      Thanks man!
      Sure, we actually have a video for that: devdojo.com/episode/customizing-your-terminal-using-oh-my-zsh

    • @funnytiktok12
      @funnytiktok12 8 лет назад

      "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 :)

    • @Devdojo
      @Devdojo  8 лет назад

      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?

    • @funnytiktok12
      @funnytiktok12 8 лет назад

      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