Vue.js

Hello, I have a component called AccountPanel. It's a simple component with no real logic. The component has two slots. Inside of the main slot, I slot in a component. In the named slot (footer), I s...

Last reply by alex,
10
56
Solved

Feedback

I've just deployed the ability to subscribe to a discussion and get notified by email when a reply is posted. How this works currently: - If you're following a discussion, you'll receive an email ev...

Last reply by Haz,
6
52

General discussion

Yo, feel free to use this discussion to play around with replying, markdown, editing posts, mentioning people, and anything else πŸ‘

Last reply by Germano,
+ 4 more
15
75

General discussion

At what point do you think a SQLite backed website has exceeded its limits? I've read references that say how robust it is etc, and at work, we had one that came with an Open Source system which end...

Last reply by aymmuazu,
3
59

Laravel

You can add foreign id in your table like these easily. - This method creates an UNSIGNED BIGINT equivalent column: ```php $table->foreignId('product_id'); ``` - This method adds a {column}_id UNSIG...

Last reply by tisuchi,
4
66