Libraries tagged by Built-in
rossriley/validation
18258 Downloads
Data validation library. Validate arrays, array objects, domain models etc using a simple API. Easily add your own validators on top of the already dozens built-in validation rules. This fork maintains PHP 5.3 compatibility.
robclancy/class-name-fix-utility
4 Downloads
This is used to rename badly named classes. Comes with built in Laravel support to rename `Facade` to `Surrogate`.
renoki-co/laravel-steampipe
2 Downloads
Use Laravel's built-in ORM classes to query cloud resources with Steampipe.
raymondwilkinson/manager
152 Downloads
Easily add new or override built-in providers in Laravel Socialite.
rapidwebltd/improved-polymorphic-eloquent-builder
1147 Downloads
Attempting to use whereHas queries with standard Eloquent polymorphic relationships will fail, due to Eloquent being unable to determine the correct model to retrieve. The 'Improved Polymorphic Eloquent Builder' is a class which extends the Eloquent Builder class that is built in to Laravel 5.1. It enables limited use of the whereHas method to query Eloquent polymorphic relationships.
raisulhridoy/simplerolepermission
14 Downloads
This is a lightweight and easy-to-use Laravel package that allows you to manage user roles and permissions in your application with minimal effort. With this package, you can use lots of pre-defined methods for implementing roles and permissions, as well as assign roles to users and check their permissions. This package provides a simple and intuitive way of coding that makes it easy to integrate with your existing application. It also comes with built-in middleware that you can use to protect routes based on user roles and permissions. Whether you're building a small application or a large-scale system, "Simple Role Permission" provides a flexible and scalable solution for managing user roles and permissions. It's perfect for developers who want a simple and lightweight package that gets the job done without any unnecessary complexity.
pgfactory/markdownplus
21 Downloads
Replaces the built-in Markdown compiler, provides few but powerful extensions
permittedleader/tiffey
25 Downloads
Tiffey template for Laravel. Built in Blade
oscarotero/server
763 Downloads
Simple class to emulate Apache's 'mod_rewrite' functionality from the built-in PHP web server
omarwebdev/plass
6 Downloads
The ultimate solution for converting PHP's built-in functions into class methods!
norbybaru/easypeasy-runner
5 Downloads
background jobs, independent of Laravel's built-in queue system
nestboxphp/titmouse
11 Downloads
User registration and session management with built-in password best-practices.
nabeeljavaid/laravel-acl
8 Downloads
Light-weight role-based permissions for Laravel 5 built in Auth system.
moismailzai/clockify
204 Downloads
Rough PHP bindings for the Clockify API. The main reason I built this is because none of Clockify's built-in reports allow time entries with duplicate titles to be aggregated.
moe-mizrak/laravel-prompt-alchemist
25 Downloads
Versatile LLM Tool Use (Function Calling) package for Laravel, compatible with all LLMs, enabling LLM to execute actual code functions (unlike LLMs' built-in capabilities).