labrodev
Web development team. Main focus is Laravel and Vue.js. We build SaaS applications and CRM systems.
Pinned Repositories
fast-api-simple-skeleton
This is a minimal FastAPI project skeleton designed for rapid development of tiny APIs
haversine
PHP 8.1+ utility library that provides a lightweight method to calculate the great-circle distance between two geographic coordinates using the Haversine formula.
laravel-crud
This package is bunch of basic classes, utilities and interfaces to provide solid Domain oriented CRUD for Laravel application.
laravel-filter-components
This repo is Laravel package to extend filtering functionality in Laravel projects. If you have a list with items and you use spatie/laravel-query-builder to filter them, this package could be useful for you.
laravel-numberable
Numberable is a Laravel package that provides a reusable trait for automatically assigning a number to Eloquent models upon their creation.
laravel-rest-sdk
Laravel package that simplifies and standardizes communication with external REST APIs in your Laravel application
laravel-trackable
The ModelHasActorTracker trait provides automatic tracking of the user who creates or updates a model record by setting created_by and updated_by attributes. This trait is useful in applications that require auditing changes and maintaining a record of the users responsible for creating and updating model instances.
laravel-translatable
A Laravel package adding JSON-based multilingual support to Eloquent models, with locale-aware field localization and case-insensitive, multi-locale search.
laravel-uuidable
Uuidable is a Laravel package that provides a reusable trait for automatically assigning a UUID to Eloquent models upon their creation. This package utilizes the Ramsey UUID library to ensure UUIDs are generated in a standard and reliable manner.
vuejs-embedded-widget
In certain scenarios, integrating a Single Page Application as an embedded widget into external websites becomes necessary. This project addresses the challenges associated with creating a versatile Vue.js 3 widget that seamlessly integrates into any website without imposing specific conditions.
labrodev's Repositories
labrodev/vuejs-embedded-widget
In certain scenarios, integrating a Single Page Application as an embedded widget into external websites becomes necessary. This project addresses the challenges associated with creating a versatile Vue.js 3 widget that seamlessly integrates into any website without imposing specific conditions.
labrodev/fast-api-simple-skeleton
This is a minimal FastAPI project skeleton designed for rapid development of tiny APIs
labrodev/laravel-filter-components
This repo is Laravel package to extend filtering functionality in Laravel projects. If you have a list with items and you use spatie/laravel-query-builder to filter them, this package could be useful for you.
labrodev/laravel-uuidable
Uuidable is a Laravel package that provides a reusable trait for automatically assigning a UUID to Eloquent models upon their creation. This package utilizes the Ramsey UUID library to ensure UUIDs are generated in a standard and reliable manner.
labrodev/haversine
PHP 8.1+ utility library that provides a lightweight method to calculate the great-circle distance between two geographic coordinates using the Haversine formula.
labrodev/laravel-crud
This package is bunch of basic classes, utilities and interfaces to provide solid Domain oriented CRUD for Laravel application.
labrodev/laravel-numberable
Numberable is a Laravel package that provides a reusable trait for automatically assigning a number to Eloquent models upon their creation.
labrodev/laravel-rest-sdk
Laravel package that simplifies and standardizes communication with external REST APIs in your Laravel application
labrodev/laravel-trackable
The ModelHasActorTracker trait provides automatic tracking of the user who creates or updates a model record by setting created_by and updated_by attributes. This trait is useful in applications that require auditing changes and maintaining a record of the users responsible for creating and updating model instances.
labrodev/laravel-translatable
A Laravel package adding JSON-based multilingual support to Eloquent models, with locale-aware field localization and case-insensitive, multi-locale search.
labrodev/php-enum-mapper
PhpEnumMapper is a PHP utility class that provides methods to transform and map Enum cases into arrays of values, labels, or attributes. This utility is especially useful when dealing with Enums in contexts like forms, filters, or any view-related data where Enum values and labels are required.
labrodev/php-mixed-converter
PHP utility class that provides methods to convert mixed values to strings, ints or floats.
labrodev/postal-formatter
PHP 8.1+ utility library that provides robust formatting for European postal codes, following official formatting standards country-by-country.
labrodev/time-converter
PHP 8.1+ utility library that provides static helper methods to convert between seconds, minutes, and hours — built for simplicity and performance.