Libraries tagged by organizing
ahmedessam/laravel-autotranslate
118 Downloads
Laravel AutoTranslate is a package that automates the process of collecting translation keys throughout your Laravel project and organizing them into the appropriate translation files. This tool simplifies multilingual development by ensuring that all translation keys are efficiently managed and up-to-date.
zsnakeee/lang-pilot
22 Downloads
A powerful and intuitive Laravel package for managing translations and localization. Lang Pilot simplifies the process of extracting, organizing, and managing language keys across your application, offering seamless integration with various translation drivers. Whether you're localizing a small project or handling complex multilingual systems, Lang Pilot provides the tools you need for efficient and automated translation workflows.
yuxblank/phackp
81 Downloads
pHackp aim to provide a fast and easy way to build modern and responsive websites and apps. It provides an Model View Controller structure for organizing your project and tries to be as far as possible 'convention over configuration'
uutkukorkmaz/laravel-route-organizer
836 Downloads
A simple route organizing package for Laravel
tailorbird/tailorbird
37 Downloads
Tailorbird CLI tool for organizing projects
stick/housekeeper
6 Downloads
Smart and simple way of organizing data.
solver/foundation
70 Downloads
A fast, small collection of PHP components for building and organizing large web projects.
salim-mrw/component-system
0 Downloads
Composer's component system is a powerful tool for organizing and managing your PHP applications. It allows you to break your application down into smaller, reusable pieces, which can be easily shared and reused in other projects.
rtablada/laravel-testsuites
23 Downloads
A Laravel 4 helper command for organizing and running phpunit testsuites
riverstone/order-archive
5 Downloads
The Module allows simplify the management of your sales orders by archiving and organizing them according to your store's specific needs
raza9798/core-modules
23 Downloads
core-module is a Laravel package that streamlines modular development by organizing models, controllers, migrations, and policies under a clean namespace like Core/. It simplifies scaffolding and improves code separation for better project structure.
lassehaslev/laravelmodules
22 Downloads
This package help organizing your laravel application into modules.
koverae/koverae-publisher
20 Downloads
Koverae Publish is a powerful, lightweight, and elegant blogging package designed for Laravel. Whether you're managing a personal blog, a company newsroom, or a content hub, Koverae Publish provides an intuitive and flexible solution for publishing, organizing, and managing content effortlessly.
jairosantos/easy-framework
7 Downloads
This is a simple PHP framework for APIs that demonstrates basic routing, handling HTTP requests, and organizing controllers for CRUD operations. The framework uses Dotenv for environment variable management, PDO for database interactions, and a custom router to handle different HTTP methods and routes.
guimauve/craft-twig-view-composers
1 Downloads
Allow composable PHP classes to be called before page view rendering, hence allowing organizing code à-la Laravel View Composers.