Cool idea, can't wait to see some awesome examples ;) I will add some examples soon as well :D
@krballard94 you mean with github logins? Forgot about that, normal users can check the box, forgot GitHub users do not have that choice. I will persist GitHub logins. :)
This is really cool. You did a nice job on this :)
@fetch404 thanks! If you look at your settings page, you can actually link your github account even though you registered as a regular user. Makes for a one click login later. ;) I fixed the issue you were having.
@Kryptonit3 Did you manage to do anything about my account?
@gwp I've just taken a look and it seems @Kryptonit3 has validated you. So you should be fine now!
@gwp @krballard94 is right.
Comments are now live. You will receive email notifications when a user comments on your Bin. You can also tag users but I havent finished the part where they get notified.
Also, comments update the "updated_at" column on a bin, so when sorting Recently Updated you can see which bins have been recently edited, or commented on.
Have some code that you want to share with someone but only that person?
Yes, you could create an unlisted bin, but it wouldn't be terribly hard to guess that URL.
You may now share private bins!
Here is a demo video - https://www.youtube.com/watch?v=zCl20aalyIM&feature=youtu.be&hd=1
Repository is now open sourced.
You will soon be able to create a bin without having an account!

You may now post Bins as a guest!
I will eventually implement a cookie that will allow you to edit/delete your bin as long as you still have the cookie (if you are a guest, members can already do this).
Really nice work @Kryptonit3 - I really love the design :)
What do you think about the ability to post comments as a guest?
hmm... I will look into it. Issue with that is that all guest comments will be as Guest so it would be hard to differentiate between multiple guests. But I guess people would just add a slight signature like
This is my comment
-K
You can require a (nick)name together with the comment so you can differentiate a Guest and Logged In User. That what I've seen on some websites, no idea if that's a good practice or not.
this will not make people actually learn to code. copy and pasting is the easy way but not the most skill enhancing way
@pedrolima It's not only for getting snippets but also if you want to share code or show a few files for getting help on a problem. Think outside the box :)
Perhaps a snippet search or something along those lines?
I've taken over the project with permission from @Kryptonit3 - It's been updated to 5.2 and I'll be looking to add a logo and design/functionality updates to it in the near future.
It is live again but unfortunately the old database hasn't been used. You're welcome to use it.
I do not seem to get a confirmation email?
@ChristophAust Got the error so I need to adjust something from the old files.
I've activated your account.
I logged in but creating a bin resulted in another error ;)
@ChristophAust Just an issue with multiple files being added. I haven't had a chance to write tests for this yet so I'm working through the errors. I can fix this today.
Do I need to reupload them or do you have the code?
@ChristophAust The file(s) wouldn't of saved so they will need to be added again after I fix it. Will be able to later on so if someone can test and submit a PR before I can, that would be appreciated. This is the line: https://github.com/bbashy/LaraBin/blob/master/app/Http/Controllers/Bins/BinController.php#L50
@ChristophAust I noticed I hadn't updated some old code for user created bins. I've fixed this and it's live: https://github.com/bbashy/LaraBin/commit/1cf80ddce3e4c2b93acc894c59de943302701b4f
Still not working...
@bashy but there aren't any tests yet, right?
Just the form request classes now. Was using some old 5.0 code so had to go through and update but missed some stuff.
@toniperic No tests as of yet but there will be :)
@ChristophAust Sorted the creation (tested myself). Edit isn't working yet...simple fix though.
Please or to participate in this conversation.