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...
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...
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.
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...
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...
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...
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...
@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...
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...
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...
What is the best PHP Hosting including Emails, Databases, LightSpeed or nginx Server all together without using any other solution providers??
It would be nice if replying to your own thread would update the original post, providing that there are no other replies.
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...
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...
Yo, feel free to use this discussion to play around with replying, markdown, editing posts, mentioning people, and anything else 👍
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...
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...