The "Awesome Laravel" project is a curated resource list designed to support developers using Laravel, a popular PHP framework for web application development. This list includes a wide range of resources such as libraries, packages, tools, tutorials, and community contributions that enhance the Laravel development experience. Whether you are a beginner looking to learn the basics or an experienced developer seeking advanced techniques, this collection provides valuable insights and tools to streamline your workflow. Dive into this repository to discover everything you need to build robust and scalable web applications with Laravel.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
The "Awesome Docker" project is a curated resource list designed to support developers and teams using Docker, a platform for developing, shipping, and running applications in containers. This list includes a variety of resources such as tutorials, tools, libraries, extensions, and community contributions that help streamline the containerization process. Whether you are a beginner looking to understand the basics of Docker or an experienced developer seeking advanced techniques and best practices, this collection offers valuable insights and tools to enhance your containerization workflow. Dive into the world of Docker and discover how to optimize your application deployment and management with ease.
The "Awesome Kubernetes" project is a comprehensive collection of resources dedicated to Kubernetes, an open-source platform designed to automate the deployment, scaling, and management of containerized applications. This list encompasses a wide range of categories including tools, libraries, tutorials, best practices, and community resources that facilitate the use of Kubernetes in various environments. It is invaluable for beginners seeking to understand container orchestration as well as experienced developers looking to optimize their workflows and enhance their applications. Users can discover everything from official documentation to advanced configurations, empowering them to effectively leverage Kubernetes for their container management needs.
The "Awesome Useful .htaccess Snippets" project is a curated collection of practical code snippets designed to enhance the functionality of the .htaccess file, which is used for configuring web server settings in Apache. This list includes a variety of snippets for URL rewriting, access control, security enhancements, and performance optimizations, making it a valuable resource for web developers and administrators. Whether you are a beginner looking to understand .htaccess or an experienced developer seeking to optimize your server configuration, this collection offers essential tools to improve your website's performance and security. Dive in to discover snippets that can streamline your web server management and enhance user experience.
The "Awesome FastAPI" project is a curated collection of resources dedicated to FastAPI, a modern web framework for building APIs with Python 3.6+ based on standard Python type hints. This list encompasses a variety of resources including libraries, tools, tutorials, documentation, and community contributions that enhance the development experience with FastAPI. It is beneficial for both beginners who are just starting with web development and experienced developers looking to streamline their API creation process. Users can explore a wealth of information and tools to help them build efficient and high-performance APIs with FastAPI.
Generates IDE helper files for Laravel to provide accurate autocompletion and PHPDocs for facades, models, and more.
Extended Laravel Artisan commands to generate migrations with schema definitions and pivot tables directly from the command line.
A Laravel package that generates admin panel CRUDs and APIs with multiple themes and customizations.
Automatically generate API documentation from Laravel, Lumen, and Dingo routes.
A Laravel package for creating beautiful documentation using Markdown directly inside your Laravel application.
A development tool for PHP that provides browser-based insights into application runtime, including requests, performance, logs, and database queries.
A debugging toolbar for Laravel that integrates PHP Debug Bar to display application metrics, queries, logs, and more during development.
A beautiful and customizable error page for Laravel applications with optional error tracking via Flare.
A simple, self-contained log viewer for Laravel and Lumen applications to browse and search application logs via a web interface.
A comprehensive log viewer package for Laravel applications with API support, filtering, and multi-language UI.
An elegant debug assistant for the Laravel framework providing insight into requests, exceptions, queries, jobs, and more.
An elegant, framework-agnostic package for managing roles and abilities in Laravel using Eloquent models.
A Laravel package for handling roles, permissions, and teams with support for multiple user models and guards.
A Laravel package for adding role-based permissions and authorization to Laravel 9|10 applications.
A Laravel and Lumen package for JSON Web Token authentication, providing stateless API authentication.
A Laravel package for managing user permissions and roles with database-backed storage and Laravel Gate integration.
An OAuth 2.0 bridge for Laravel and Lumen frameworks, now deprecated for Laravel 5.3+.
An expressive Laravel wrapper for OAuth 1 & OAuth 2 authentication with major social platforms.
A PHP implementation of Google Authenticator-compatible two-factor authentication using HOTP and TOTP algorithms.
A Laravel service provider for generating and validating CAPTCHA images, including math-based challenges.
A Laravel package for filtering Eloquent models and their relationships using expressive, convention-based methods.
Automatically generate URL-friendly slugs for Eloquent models in Laravel.
A Laravel package that adds sortable behavior to Eloquent models with automatic ordering and query scopes.
HTML and Form Builders for Laravel, providing expressive syntax for generating form elements and HTML components.
An unobtrusive Laravel package for multi-tenancy, enabling multiple independent websites from a single codebase with separated data.
A Laravel 5+ form builder package inspired by Symfony's form builder for creating reusable, modifiable forms.
A Laravel package for logging user activities and model events with a simple API.
A Laravel package that records change logs from Eloquent models to track discrepancies and anomalies.
A collection of useful macros that extend Laravel's Collection class with additional functionality.
A Laravel package that provides server-side processing for jQuery DataTables using Eloquent ORM, Query Builder, or Collections.
A Laravel package for determining geographical location and currency of website visitors based on their IP addresses.
A Laravel bridge for Hashids, enabling simple encoding and decoding of integers into short unique strings.
A Laravel package that allows administrators to authenticate as other users for debugging and support.
A real-time user messaging and chatting system package for Laravel applications.
A Laravel package for adding a full user messaging system with threads, participants, and flexible access control.
A Laravel package that adds taggable behavior to Eloquent models with support for translations, types, and sorting.
A Laravel package that tracks and stores detailed user analytics including sessions, devices, geo-location, SQL queries, and errors.
A Laravel service provider for HTMLPurifier, enabling secure HTML filtering and XSS prevention.
A Laravel package that automatically creates a revision history for any Eloquent model with minimal setup.
A Laravel package providing helpers for common SEO techniques including meta tags, OpenGraph, Twitter Cards, and JSON-LD.
A Laravel package for generating RFC 4122-compliant UUIDs with optimized performance and seamless Eloquent integration.
A web-based installer for Laravel applications that guides users through server requirements, database setup, and application configuration.
A Laravel package for managing large applications by organizing code into modular, self-contained units.
A Laravel package for validating, formatting, and casting phone numbers using Google's libphonenumber.
A Laravel package for configuring trusted proxies to ensure correct URL generation, redirects, and sessions behind load balancers.
Automatic multi-tenancy for Laravel applications without requiring code changes.
A PHP image processing library with a fluent interface and support for GD, Imagick, and libvips drivers.
A Laravel package for associating files with Eloquent models, handling uploads, storage, and image manipulations.
A Laravel wrapper for wkhtmltopdf and wkhtmltoimage to generate PDFs and images from HTML.
A Laravel wrapper for the Dompdf library to generate PDFs from HTML views, strings, or files.
A Laravel wrapper for PhpSpreadsheet that simplifies Excel and CSV exports and imports with queueing and chunking.
A fast and memory-efficient Laravel package for importing and exporting Excel/CSV files using Spout.
A Laravel package to generate unique avatars from names, emails, or any string, with support for base64, file, Gravatar, and SVG output.
A Laravel package providing a fluent API to integrate FFmpeg for video/audio processing with Laravel's filesystem.
A PHP package that simplifies passing server-side data to JavaScript in Laravel and other PHP applications.
A JavaScript library that provides a Laravel-like route() helper for generating URLs from named Laravel routes in JavaScript.
A full-stack framework for Laravel that enables building dynamic UI components entirely in PHP.
A Laravel package that generates seed files from existing database tables, automating the reverse seeding process.
A Laravel package that creates and manages backups of your application files and databases.
A MongoDB-based Eloquent model and Query builder for Laravel, enabling seamless MongoDB integration with Laravel's ORM.
Automatically generate Laravel migrations from an existing database schema, including indexes and foreign keys.
A Laravel package that implements the Repository pattern to abstract the database layer, making applications more flexible and maintainable.
A PHP trait for Laravel that adds prioritized search functionality to Eloquent models with configurable relevance scoring.
A full-featured full-text search engine written entirely in PHP with fuzzy search, geo-search, and dynamic index updates.
A RESTful API package providing tools for building APIs with Laravel and Lumen frameworks.
A Laravel middleware package for handling Cross-Origin Resource Sharing (CORS) headers and pre-flight requests.
A Laravel wrapper for Fractal that simplifies API data transformation with an expressive syntax.
A Laravel wrapper for Facebook's GraphQL that provides a code-first integration using PHP classes.
A GraphQL framework that integrates seamlessly with Laravel applications.
A fluent API wrapper for webpack that simplifies asset compilation and module bundling for Laravel applications.
A clean, minimal syntax for defining SSH tasks on remote servers using Blade-style syntax.
An expressive, fluent interface to Stripe's subscription billing services for Laravel applications.
A Laravel package that caches entire HTTP responses to dramatically speed up application performance.
Dashboard and code-driven configuration for Laravel Redis queues.
A comprehensive collection of 128 language files for localizing Laravel and its official packages.
A Laravel package for easy i18n localization with smart routing, locale detection, and translated routes.
A Laravel Eloquent trait to store model translations as JSON without extra database tables.
A Laravel package for storing and retrieving multilingual model translations in the database.
A PHP library extending Carbon with multi-language date formatting and translation support.
A Laravel package for retrieving Google Analytics data, including pageviews, visitors, and top pages, with a fluent API.
A Laravel package for managing Mailcoach and MailChimp newsletter subscriptions with a fluent API.
A full PHP development environment based on Docker, providing pre-configured containers for Laravel and other PHP applications.
A modern, zero-config Docker LAMP/MEAN stack for local development with automated vhosts, SSL, and multi-language support.