Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

bobbybouwmann's avatar

Cool idea, can't wait to see some awesome examples ;) I will add some examples soon as well :D

1 like
Kryptonit3's avatar

@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. :)

fetch404's avatar

This is really cool. You did a nice job on this :)

1 like
Kryptonit3's avatar

@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's avatar

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

Kryptonit3's avatar

You will soon be able to create a bin without having an account!

img

Kryptonit3's avatar

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

StuffedGoat's avatar

Really nice work @Kryptonit3 - I really love the design :)

What do you think about the ability to post comments as a guest?

1 like
Kryptonit3's avatar

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
davorminchorov's avatar

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.

p-drolima's avatar

this will not make people actually learn to code. copy and pasting is the easy way but not the most skill enhancing way

bashy's avatar

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

Sam's avatar

Perhaps a snippet search or something along those lines?

bashy's avatar

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.

https://larabin.com

Source: https://github.com/bbashy/LaraBin

3 likes
bashy's avatar

@ChristophAust Got the error so I need to adjust something from the old files.

I've activated your account.

1 like
bashy's avatar

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

bashy's avatar

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

Please or to participate in this conversation.