The following are the podcasts I listen to. In no particular order. (That have episodes recently)
]]>In Laravel, the @yield directive is used in blade templates to define a section that can have code injected or "yielded" by child views.
Traits are a mechanism for code reuse. Traits allow you to create methods that can be used in multiple classes to avoid code duplication. They are intended to enhance traditional inheritance, enabling you to reuse sets of methods freely in several independent classes living in different class hierarchies.
]]>When using an ApiResource that has more than one placeholder it may seem tricky to figure out how to name the placeholder used.
]]>Dive into the world of #LaravelModules like never before!
]]>In this post, I go over the overall steps to creating a package.
]]>Ruing API tests you may be tempted to open PostMan or another API client, did you know, you can run HTTP requests from inside PhpStorm directly?
]]>When storing time in a database, often I'll store this in a time format such as 14:25:00 When populating this in a form I'll either use a time picker or use a plain select menu a separate menu for each element.
When working with forms, it is common to display or conceal various fields based on the options selected.
]]>I've documented my PhpStorm setup, what theme I use, plugins, and keybindings.
]]>There are multiple modes in vim, normal mode is loaded by default...
]]>If you've already used JSON lang in your views, here's a handy package to extract all lang keys to language files. The package exports all your __(‘some text’) calls to language files.
Laravel Testing Cookbook will cover common use cases and will be ready in a few months time. Sign up for the waitlist to be notified when it's ready!
]]>Let's say you have a blog and have posts ordered by their published date. Later you decide you want to pin certain posts.
Pied posts should be displayed before any other posts regardless of their published date.
]]>A collection of tools, packages and courses
]]>CKeditor 5 out of the box does not come with upload capabilities. Uploading is supported with its plugins, some are official paid plugins that require subscriptions.
]]>
برچسب:
نویسنده: استخدام کار