The Laravel team released v12.18.0, with encrypt and decrypt string helpers, per-request truncation limit for HTTP client responses, a new command option to make batchable jobs, and more.
|
What changed in the way you code this year? What has happened in the tech world in the last months? Take this shorter version of the Developer Nation survey, learn about new tools, influence the future of development and share your insights with the world! You will get a Virtual Goody Bag and enter the amazing hardware prize draws!
|
An opinionated Laravel starter kit with Vue.js, Inertia.js, and Tailwind CSS including authentication, admin dashboard, and essential features for building modern web applications.
|
In this tutorial, we will walk through how to perform migration with MongoDB in Laravel
|
Laravel Jobs
The official Laravel job board connecting the best jobs with top talent.
|
|
|
Now hiring
Post a job on LaraJobs and it'll be featured here next week.
|
The Laravel Taxonomy package manages categories, tags, and hierarchical structures in Laravel applications. Taxonomy is ideal for category management, organizing content, product attributes, and more.
|
Laravel's Arr::from method unifies array extraction from various data types including collections, Jsonable objects, and Arrayable instances. This utility eliminates type checking and provides consistent array conversion regardless of input format, simplifying data transformation workflows.
|
Essentials provide better defaults for your Laravel applications including strict models, automatically eagerly loaded relationships, immutable dates, and more!
|
Laravel's Str::repeat method duplicates strings a specified number of times, enabling simple pattern creation. This utility excels in generating separators, progress indicators, indentation, and visual elements where consistent string repetition is needed for formatting and display purposes.
|
Introducing Lateral's Fragment method—your key to seamless user navigation. By targeting specific sections with anchors, users remain focused on their current content without those annoying page jumps. Perfect for comment sections or product reviews, this small method makes a big impact on user experience. Say goodbye to losing your place and hello to consistent focus!
|
Laravel's Str::transliterate method converts special characters to their ASCII equivalents, enabling consistent text normalization. This utility simplifies content processing by handling accented characters, symbols, and unicode text for slug generation, search queries, and data sanitization.
|
The Laravel Audit Log package is designed to provide detailed audit logging for Laravel applications. Each model gets a dedicated audit table you can query to see how models have changed over time.
|
Laravel's Collection::wrap method seamlessly converts any value type into a collection, handling single values, arrays, and existing collections uniformly. This utility ensures consistent collection operations regardless of input format, making data processing more reliable and code more flexible.
|
Tired of cluttered pagination in your interface? The 'onEachSide' method refines your page navigation by controlling the number of links around the current page. With dynamic adjustments, it keeps your interface clean and user-friendly, whether managing small or large datasets.
|
Laravel's collection forget method removes elements by their keys while modifying the original collection in place. This utility enables direct data manipulation for cleanup operations, temporary setting removal, and preference management without creating new collection instances.
|
|