Return to homepage

General discussion

Hi @alex, can you do a tutorial showing how you customized your vscode?

Started by João Vieira,
0
7

Laravel

Hi folks, I was just wondering if you can help guide me to the best tutorial to learn what's needed to build a job board with filters..etc I want to build this with Inertia. My approach is that I w...

Last reply by alex,
1
16

Feedback

Hi. I have noticed that when you change video speed on one video, this speed is not maintained when the next video has started. Could you fix it? Thank you!

Last reply by sirmanu,
3
69

Laravel

mostly tutorials are base on stripe Payment gateway here in my country we don't use stripe we use paystack and flutterwave please @alex can we a tutorial on this which talks about SAAS

Last reply by aymmuazu,
3
66

Livewire

i have a problem when i use my component for google AddressAutocomplete somthing like that in the component : @if($show) <x:google-address-lookup wire:model="address"/> @endif and i whant only when...

Started by hizone,
0
59

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
50

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
129

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
28

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
28

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
31

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
34

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
52

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
21

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
28

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
52

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
35

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
43