Support the ongoing development of Laravel.io →

Santosh Khanal

Joined 16 Mar 2021

Statistics

Threads 0
Replies 3
Solutions 0
Articles 0

khanalpride has not posted any threads yet

replied 3 years ago

Use dd() or equivalent in blade mail template

You can use this option and may be will get some luck https://laravel.com/docs/8.x/mail#previewing-m...

axel-amghar liked this reply

1 Likes
replied 3 years ago

How to enable HTTPS on dev server?

What OS you are working on. If you are on windows, you can start with Laragon. On linux and Mac OS,...

0 Likes
replied 3 years ago

String convert table name to label

I guess you can do it like this. Str::of($table)->title()->replace('_', ' ')->singular();

gizmo liked this reply

1 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.