mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 05:14:04 +00:00
* Weekly thread #5 * Weekly thread #6 (before #5) * Weekly thread #5 * Correct the weekly thread created_at timestamps * Add actual created_at to Thread * Weekly thread #7 * Fix weekly thread #7 * Remove thread #8
11 lines
No EOL
493 B
Markdown
11 lines
No EOL
493 B
Markdown
---
|
|
title: 'Use Faker::numerify() to create strings with numbers at specific places'
|
|
tweet_id: '1495414931788746755'
|
|
thread_slug: weekly-thread-2022-07
|
|
author_username: SteveTheBauman
|
|
images:
|
|
- 'https://pbs.twimg.com/media/FLkESRpXIAwj769.jpg'
|
|
created_at: 2022-02-20T15:07:57+00:00
|
|
slug: use-fakernumerify-to-create-strings-with-numbers-at-specific-places
|
|
---
|
|
A quick one that I *always* forget about -- Faker::numerify, allowing you to generate numeric data in a specific pattern 👌👏 |