The Laravel team released 9.35 with an exciting new alternate mailable syntax, an Eloquent "strict mode" feature, and more.Alternate mailable syntaxTaylor Otwell contributed an alternate mailable syntax to works by returning "slim value objects that specify the content and attributes of the mailable"Here's an example from his pull request...
17 October, 2022
cURL Converter - A tool convert cURL commands to Laravel's HTTP Client
Programing Coderfunda
October 17, 2022
Laravel
No comments
Last week Shift released the cURL Converter. It allows you to quickly convert curl requests to an Http client request. Now all those example API calls you find within documentation can actually be used for your Laravel apps.For example, take the following curl example from Fathom.1curl https://api.usefathom.com/v1/account...
05 September, 2022
Generate random number in Laravel Title Tag
Programing Coderfunda
September 05, 2022
Laravel, php
No comments
Generate Title tag to change secrate code in Laravel and PHP Satrt * 1). Portable Storage Units Show data : PSU1482 $xx = '' ; $pop = rand(110,63654); $string = rand(10,1000); $bc = "+="; $string = 'Portable Storage Units ' .$string; // // random_int(100000, 999999); function initials($str) { $ret = ''; ...
Generate Title tag to change secrate code in Laravel and PHP
Programing Coderfunda
September 05, 2022
Laravel, php
No comments
$xx = '' ; $pop = rand(110,63654); $string = rand(10,1000); $bc = "+="; $string = 'Portable Storage Units ' .$string; // // random_int(100000, 999999); function initials($str) { $ret = ''; foreach (explode(' ', $str) as $word) $ret .= strtoupper($word[0]); ...
Generate Randam Encrypted Number in Laravel
Programing Coderfunda
September 05, 2022
Laravel, php
No comments
Satrt * 1). Portable Storage Units Show data : PSU1482 $xx = '' ; $pop = rand(110,63654); $string = rand(10,1000); $bc = "+="; $string = 'Portable Storage Units ' .$string; // // random_int(100000, 999999); function initials($str) { $ret = ''; foreach (explode(' ', $str) as $word) ...
Make first letter of each word capital In PHP
Programing Coderfunda
September 05, 2022
Laravel, php
No comments
Show Each Word 1st Charactor Like Hello Word "HW"
Programing Coderfunda
September 05, 2022
Laravel, php
No comments