Laravel PayHere is a third-party payment gateway plugin for 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.
|
Freshly created Laravel applications are configured to use relational databases. The purpose of this tutorial is to show how to use MongoDB in a Laravel application. We will build a simple task reminder system to achieve this.
|
With the Laravel Introspect package, you can analyze Laravel codebases, querying views, models, routes, classes, and more directly from your codebase using a type-safe fluent API.
|
Laravel's enhanced enum method now supports default values as a third parameter, simplifying request handling and eliminating boilerplate code when processing enum parameters with fallback values.
|
The Gemini AI translator package for Laravel extracts translation keys in your Laravel project and translates them using Google's Gemini AI agent. The package generates the necessary language files to translate your application quickly.
|
Laravel's array parameter syntax enables commands to accept multiple arguments and options efficiently. Build powerful batch processing tools using asterisk notation for flexible multi-value command interfaces.
|
An awesome open graph (social cards) image generator package for Laravel.
|
Learn how to configure a dedicated query builder class for Eloquent models using Laravel's new PHP attribute added in Laravel 12.19.
|
Laravel's cache events provide detailed monitoring capabilities for tracking hits, misses, writes, and deletions. Build comprehensive analytics systems to optimize cache performance and understand application caching patterns effectively.
|
Generate Eloquent models and migration files directly from DBML diagrams with fillable properties, defined relationships, and more.
|
Master Laravel's argument and option retrieval methods to build powerful Artisan commands. Access individual parameters or retrieve complete collections for dynamic command processing and enhanced user experiences.
|
Laravel's splitIn method efficiently divides collections into equal groups, perfect for organizing data across multiple columns, teams, or processing units while maintaining balanced distribution throughout your application.
|
|