PHP

PHP Hosting

What is the best PHP Hosting including Emails, Databases, LightSpeed or nginx Server all together without using any other solution providers??
aymmuazu
Posted by aymmuazu
1 year ago. Last reply 1 year ago.
6
359
FeedbackSolved

Replying to your own thread with no replies

It would be nice if replying to your own thread would update the original post, providing that there are no other replies.
Haz
Posted by Haz
1 year ago. Last reply 1 year ago.
5
279
Vue.jsSolved

Emitting and receiving events within slots

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 slot in a button (later to be a component as well). Pretty simple stuff. Here's some code. ```html <...
Haz
Posted by Haz
1 year ago. Last reply 1 year ago.
10
289
Feedback

Discussion subscriptions are live

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 every time a new post is added. The link in the email pings you over directly to the new post for conv...
alex
Posted by alex
1 year ago. Last reply 1 year ago.
6
253
General discussion

Playground

Yo, feel free to use this discussion to play around with replying, markdown, editing posts, mentioning people, and anything else 👍
alex
Posted by alex
1 year ago. Last reply 1 year ago.
15
318
General discussion

SQLite for production sites?

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 ended up with 100,000 records (though struggled). Plus, it's soooo convenient not having to set up MySQ...
stephen
Posted by stephen
1 year ago. Last reply 1 year ago.
3
327
Laravel

Foreign id can be added to the table in several ways

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 UNSIGNED BIGINT equivalent column for a given model class (my favorite): ```php $table->foreignIdFor(Prod...
akr4m
Posted by akr4m
1 year ago. Last reply 1 year ago.
4
279