Laravel Under The Hood - How to Extend the Framework
#php #laraveltutorial #fakerphp #laravelframework #validgeneratorexplained #whatisuniquegenerator #hackernoontopstory #howtoextendaframework
https://hackernoon.com/laravel-under-the-hood-how-to-extend-the-framework
#php #laraveltutorial #fakerphp #laravelframework #validgeneratorexplained #whatisuniquegenerator #hackernoontopstory #howtoextendaframework
https://hackernoon.com/laravel-under-the-hood-how-to-extend-the-framework
Hackernoon
Laravel Under The Hood - How to Extend the Framework | HackerNoon
Laravel wraps FakerPHP, which we usually access through the `fake()` helper. Faker PHP comes with modifiers like `valid()` and `unique()`
Laravel Under The Hood - The Magic of Macros
#php #laravel #codedesign #laravelmacros #whataremacros #laraveltipsandtricks #laravelguide #laraveltutorial
https://hackernoon.com/laravel-under-the-hood-the-magic-of-macros
#php #laravel #codedesign #laravelmacros #whataremacros #laraveltipsandtricks #laravelguide #laraveltutorial
https://hackernoon.com/laravel-under-the-hood-the-magic-of-macros
Hackernoon
Laravel Under The Hood - The Magic of Macros
One way to extend Laravel with custom methods is through macros and mixins. Let me show you how!