creative-syntax/devnote
Devnote is a Laravel package that adds a small notes/todos widget to your app during local development. After installation it appears at the bottom-right of every page when APP_ENV=local and automatically disables in production.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| dualmedia/common | 0.81 | Shared interfaces and reusable logic for DualMedia packages. Typically installed as an internal dependency rather than directly. Provides common contracts and helpers used across the DualMedia ecosystem. | 0 | 0 | 1 | 66 | 0 | 10.7 | 27.1 | MIT | 6 months ago | |
| jakub-szajna/lint-pack | 0.81 | Laravel package that adds a linter command to the Artisan CLI, helping you run code style and lint checks from the command line during development and CI. Designed to integrate into typical Laravel workflows for quick, repeatable quality checks. | 2 | 3 | 0 | 0 | 0 | 0.3 | — | MIT | 10 years ago | |
| dontdrinkandroot/common | 0.81 | A small utility library with commonly used PHP helpers and extensions, including a PHPStan extension. Intended to provide shared building blocks for projects, with CI and code quality tooling support via SonarCloud badges. | 0 | 0 | 0 | 79 | 0 | 1.8 | 26.3 | Apache-2.0 | 2 years ago | |
| automattic/jetpack-changelogger | 0.80 | Automattic’s Jetpack Changelogger helps you create and manage changelog entries with a simple workflow, keeping releases consistent across projects. Designed for Jetpack development, it streamlines collecting notes and generating clean, structured changelogs. | 10 | 10 | 5 | 178K | 0 | 0.2 | 55.3 | NOASSERTION | — | |
| crudly/testly | 0.80 | A simple test package placeholder for crudly/testly. Currently contains minimal scaffolding and documentation (“This is a test”) and may be used for experimentation or as a starting point for future CRUD-related tooling. | 0 | 0 | 0 | 0 | 0 | 0.3 | — | MIT | 6 years ago | |
| milestone/task | 0.80 | — | 0 | 0 | 0 | 0 | 0 | 1.8 | — | — | 6 years ago | |
| braunstetter/helper | 0.79 | braunstetter/helper is a small PHP/Laravel helper package that groups handy utility functions for everyday development—common string, array, and miscellaneous helpers you can reuse across projects to reduce boilerplate and speed up coding. | 0 | 0 | 0 | 79 | 0 | 1.2 | 26.3 | — | 4 years ago | |
| jackiedo/dotenv-editor | 0.79 | Edit Laravel .env files safely with a fluent API: read raw content and parsed entries, add/update/delete keys, manage comments and export flags, insert empty/comment lines, check key existence, and create/restore backups with configurable storage. | 204 | 207 | 66 | 16K | 4 | 9.4 | 28.5 | MIT | 3 years ago | |
| b2pweb/bdf-util | 0.79 | Utilities for working with BDF (Binary Data Format) files in PHP/Laravel. Includes helpers to read, write, parse, and validate BDF data plus common convenience functions for import/export workflows and integration into your application. | 0 | 0 | 0 | 851 | 0 | 0.0 | 40.5 | MIT | — | |
| backtheweb/laravel-package-maker | 0.79 | Laravel Package Maker helps scaffold Laravel packages quickly by generating a ready-to-publish structure, boilerplate classes, config, service provider, tests, and composer setup. Ideal for jumpstarting reusable components and standardizing package creation. | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| codingmatters/employee-management-package | 0.79 | Laravel artisan package for basic employee management. Provides command-line tools to create, list, update, and remove employee records, helping you scaffold simple HR workflows inside your Laravel app. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| acacha/testinglaravelpackageinstaller | 0.79 | A minimal Laravel package installer test project. Provides a simple skeleton repository used to validate and experiment with Laravel package installation workflows, composer configuration, and installer behavior in a lightweight environment. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| aurexengine/framework | 0.79 | Custom Chassis Framework (aurexengine/framework) is a Laravel/PHP framework package providing a chassis-style foundation for building applications and modules. Intended as a base layer for project structure, shared conventions, and core utilities. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| l5starter/core | 0.78 | Laravel 5.4 core starter package bundling common providers (Repository, Flash, Collective HTML) plus a CoreServiceProvider. Includes publishable config and supports Laravel auth scaffolding and migrations for quick project setup. | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| lastdragon-ru/path | 0.78 | Laravel/PHP utilities for working with filesystem-like paths: build, normalize, join, and resolve path segments with consistent behavior across platforms. Lightweight helper functions/classes aimed at safer path manipulation in applications and libraries. | 0 | 0 | 0 | 242 | 0 | 0.0 | 33.0 | MIT | — | |
| bookdown/bookdown | 0.78 | Bookdown generates DocBook-like HTML documentation from Markdown and JSON (no XML), ideal for publishing project docs to GitHub Pages. Supports themes/templates, syntax highlighting, and includes tests via PHPUnit. | 82 | 84 | 12 | 2K | 3 | 5.8 | 18.6 | MIT | 7 years ago | |
| darvinstudio/fileman | 0.78 | Laravel file manager integration for browsing, uploading, renaming and deleting files via a simple UI and API. Helps manage storage disks and media assets from within your app, with configurable paths, permissions and adapters for common filesystem backends. | 0 | 0 | 1 | 3 | 0 | 0.0 | 8.3 | MIT | — | |
| supernova3339/magickit | 0.78 | — | 6 | 6 | 0 | 0 | 0 | 2.4 | — | MIT | 2 years ago | |
| laravel/laravel | 0.76 | Laravel is a PHP web application framework with expressive syntax and batteries-included tooling: fast routing, DI container, Eloquent ORM, migrations, queues, caching/sessions, and real-time broadcasting—built to scale from small apps to large systems. | 84,774 | 85,479 | 24,904 | 654K | 0 | 67.8 | 14.8 | — | 2 months ago | |
| geeklearners/laravel-admin | 0.76 | Laravel package for building an admin panel in your Laravel app, offering basic scaffolding for admin routes, views, and UI components to manage application data from a backend interface. | 2 | 2 | 0 | 0 | 0 | 0.0 | — | — | — |
How can I help you explore Laravel packages today?