Tag

Helper

0 views collected around this technical thread.

Laravel Tech Community
Laravel Tech Community
May 19, 2020 · Backend Development

Laravel String Helper Cheat Sheet

This article provides a concise reference of Laravel's String helper functions, describing each method's purpose and showing example code snippets for common string operations such as conversion, case manipulation, searching, and generating random strings.

BackendDocumentationHelper
0 likes · 2 min read
Laravel String Helper Cheat Sheet
Laravel Tech Community
Laravel Tech Community
May 18, 2020 · Backend Development

Laravel Collection Helper Cheat Sheet

This article provides a comprehensive cheat sheet of Laravel's Collection helper methods, illustrating how to create, manipulate, and query collections with numerous code examples covering operations such as chunking, merging, filtering, sorting, and converting collections to arrays or JSON.

BackendCollectionsHelper
0 likes · 7 min read
Laravel Collection Helper Cheat Sheet
Laravel Tech Community
Laravel Tech Community
Apr 21, 2020 · Backend Development

Laravel Cookie Helper Cheat Sheet

This cheat sheet provides a concise reference for Laravel's Cookie helper functions, showing how to retrieve, create, queue, and delete cookies, as well as how to send cookies with responses and configure unencrypted cookies, complete with ready-to-use code examples.

BackendHelperLaravel
0 likes · 2 min read
Laravel Cookie Helper Cheat Sheet
Laravel Tech Community
Laravel Tech Community
Apr 18, 2020 · Backend Development

Laravel Helper Functions Cheat Sheet

This cheat sheet presents Laravel's Helper utilities, covering array and object methods, path helpers, string functions, URL generators, and miscellaneous helpers, each illustrated with concise code examples to streamline backend development in PHP.

BackendHelperLaravel
0 likes · 8 min read
Laravel Helper Functions Cheat Sheet