PHP

For days now i coud'nt solved the problem of Webhooks, i'm using https://paystack.com, therefore an offline payment can be made using USSD solution to send a payment to a created virtual account, the...

Last reply by aymmuazu,
3
305

Feedback

Hi @alex I have been using **laracasts** forum over the last 7 years and I am one of the active users there. Based on my experience with Laracasts, I listed down the following opinions that might be...

Last reply by alex,
67
722

Laravel

hi when i do a dd('test'); in the screen i see: `^ "test"` why i have"^" before the text i put in the dd() function. thanks.

Last reply by Haz,
3
294

Vue.js

Hello, I am still in the process of refactoring everything to use Composition API, I'm getting there. I am trying to refactor a category checkbox which is responsible for filtering stuff. The problem...

Last reply by Haz,
3
304
Solved

Guides

so I have a question that's needs urgent attention I have a project at hand I was asked to create an exchange platform (escrow) where a user can post and offer regarding the location they are coming...

Last reply by Haz,
1
310

General discussion

i will like to make a tutorial Suggestions please I would love to see a tutorial about , embedding URLs , URL auto preview if it's an Instagram or YouTube a users should be to play it without leaving...

Last reply by Haz,
2
291
Solved

Laravel

At some point. This was working fine. I've put off asking for help since it's on the PHP 8 which is what I use for a work project, however I want to use PHP 8.1 for side projects. Now that we have Cod...

Last reply by Haz,
1
282
Solved

Guides

@alex this package doesn't support laravel 9 yet and I can't because of this package downgrade my project and this package is essential needed , a there is a pull request for laravel-9 but the packag...

Last reply by alex,
6
302

Feedback

Hi @alex Thank you for extending **forum** support here. But what I really like to see is **lighter theme** for this forum. Personally, I am a big fan of lighter themes for websites (maybe other pe...

Last reply by alex,
4
296

Feedback

Hey @alex , any chance that we can wrap the video page in a some kind of a CSS container? currently the video is half missing since it's too big on some monitors. full screen shot attached [Screen...

Last reply by alex,
1
256
Solved

PHP

What is the best PHP Hosting including Emails, Databases, LightSpeed or nginx Server all together without using any other solution providers??

Last reply by alex,
6
299

Feedback

It would be nice if replying to your own thread would update the original post, providing that there are no other replies.

Last reply by alex,
5
255

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
237
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
223

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
267

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
252

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
250