Download the PHP package dev-3bdulrahman/translation-dashboard without Composer

On this page you can find all versions of the php package dev-3bdulrahman/translation-dashboard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package translation-dashboard

لوحة تحكم الترجمة | Translation Dashboard

Packagist License Latest Stable Version Total Downloads Developer

# Translation Dashboard A user-friendly dashboard for managing Laravel application translations. ## Installation 1. Add the package to your Laravel application: **العربية:** عند تثبيت الباكج، سيتم تنفيذ جميع الأوامر التالية تلقائيًا: - نشر ملفات الإعدادات (`php artisan translations:publish-config`) - نشر الأصول (`php artisan translations:publish-assets`) - نشر ملفات الترحيلات (`php artisan translations:publish-migrations`) - تشغيل الترحيلات (`php artisan migrate`) - استيراد الترجمات الموجودة (`php artisan translation:import`) - البحث عن مفاتيح الترجمة في التطبيق (`php artisan translation:find`) لا تحتاج إلى تنفيذ أي أوامر يدويًا، فقط قم بتثبيت الباكج وستكون جاهزًا للاستخدام مباشرة! **English:** When installing the package, all of the following commands will be executed automatically: - Publish configuration files (`php artisan translations:publish-config`) - Publish assets (`php artisan translations:publish-assets`) - Publish migration files (`php artisan translations:publish-migrations`) - Run migrations (`php artisan migrate`) - Import existing translations (`php artisan translation:import`) - Find translation keys in your application (`php artisan translation:find`) You don't need to run any commands manually - just install the package and you're ready to go! > **Note:** If you need to re-run any of these commands later, you can execute them manually: > > > The assets will be copied to the `public/translation-dashboard` directory. The package will automatically use these local assets instead of loading them from CDN. ## Usage 1. Visit `/translations` in your browser to access the dashboard. 2. Import existing translations: - Click on "Import Groups" to import existing translations from your Laravel application. 3. Find translations: - Click on "Find Translations in Files" to scan your application for translation keys. 4. Edit translations: - Select a group from the dropdown menu. - Click on any translation to edit it. - Click "OK" to save the translation. 5. Add new translation keys: - Enter new keys in the "Add New Keys to Group" section. - Click "Add Keys" to add them to the selected group. 6. Publish translations: - Click "Publish Translations" to export the translations back to your Laravel application. ## Commands - `php artisan translation:import`: Import translations from the application. - `php artisan translation:find`: Find translations in the application. - `php artisan translation:export`: Export translations to the application. - `php artisan translation:clean`: Clean the translation database. - `php artisan translation:reset`: Reset the translation database. - `php artisan translations:publish-assets`: Publish assets for the Translation Dashboard. - `php artisan translations:publish-config`: Publish the configuration file. - `php artisan translations:publish-migrations`: Publish migration files. - `php artisan translations:publish-translations`: Publish translation files for the dashboard interface. ## 🎨 Features ### Premium Design - **Modern UI**: Beautiful gradient-based design with smooth animations - **Custom SVG Logo**: Professional branding with floating animation effects - **Responsive Layout**: Optimized for all devices and screen sizes - **Dark Theme Elements**: Elegant dark header with gradient accents ### Multilingual Support - **Complete Translation System**: All interface text is translatable - **English & Arabic Support**: Full RTL (Right-to-Left) compatibility - **Auto-Detection**: Automatic locale detection and direction support - **Easy Localization**: Simple translation file management ### Professional Branding - **Custom Favicon**: Translation-themed SVG icon for browser tabs - **Developer Attribution**: "Powered by Abdulrahman" with link to [3bdulrahman.com](https://3bdulrahman.com) - **Visual Identity**: Consistent branding throughout the interface ## 📋 Changelog ### 🏷️ v2.1.2 (Latest) - 2024-12-21 - 🚨 **Critical Fix**: Removed duplicate helper file causing function redeclaration errors - 🧹 **Code Cleanup**: Consolidated all helper functions to single location - ✅ **Stability**: Eliminated all function conflict issues - 📚 **Documentation**: Enhanced README with comprehensive changelog ### 🏷️ v2.1.1 - 2024-12-21 - 🐛 **Bug Fixes**: Enhanced error handling in helper functions - � **Compatibility**: Better Laravel integration and fallback mechanisms - 🛡️ **Safety**: Improved exception handling with Throwable - ⚡ **Performance**: Optimized function loading mechanisms ### 🏷️ v2.1.0 - 2024-12-21 - 🎨 **Premium Header**: Custom SVG logo with professional gradient effects - 🌐 **Multilingual Interface**: Complete English/Arabic translation system - 🏷️ **Branding**: Developer attribution with website link - 📱 **Custom Favicon**: Translation-themed browser icon - 🔧 **Auto-Setup**: Automatic translation file publishing - 🎯 **RTL Support**: Full right-to-left layout compatibility ### 🏷️ v2.0.2 - 2024-12-21 - 📏 **Compact Header**: Significantly reduced header size (50px/45px mobile) - 📝 **Better Typography**: Increased font sizes for improved readability - 📱 **Mobile Optimized**: Enhanced responsive design - 🔧 **Version Fix**: Resolved Packagist version mismatch - 🎯 **UX Improvements**: Better visual hierarchy and spacing ### 🏷️ v2.0.0 - 2024-12-21 - 🎨 **Complete UI Overhaul**: Modern design with gradients and animations - 📝 **Enhanced Typography**: Inter font and improved text hierarchy - 🎭 **Advanced Animations**: Smooth transitions and hover effects - 📱 **Responsive Design**: Mobile-first approach with device optimization - 🌈 **Visual Effects**: Custom scrollbars and floating elements ## 🚀 Installation & Updates ### Fresh Installation ### Update to Latest Version ### Specific Version ## 📋 Requirements - **PHP**: 7.4 or higher - **Laravel**: 8.0 or higher - **Database**: MySQL, PostgreSQL, SQLite, or SQL Server - **Extensions**: PDO, Mbstring, OpenSSL, Tokenizer, XML ## 🔧 Compatibility | Laravel Version | Package Version | Status | |----------------|----------------|---------| | 11.x | 2.1.x | ✅ Fully Supported | | 10.x | 2.1.x | ✅ Fully Supported | | 9.x | 2.1.x | ✅ Fully Supported | | 8.x | 2.1.x | ✅ Fully Supported | ## 🌟 What's New in v2.1.2 ### 🚨 Critical Fixes - **Function Conflict Resolution**: Completely eliminated the "Cannot redeclare function" error - **Code Consolidation**: All helper functions now properly organized in single location - **Package Stability**: Zero conflicts with existing Laravel installations ### 🎨 Premium Features (Since v2.1.0) - **Custom SVG Logo**: Professional gradient logo with smooth animations - **Multilingual Interface**: Complete English/Arabic support with RTL layout - **Developer Branding**: Attribution link to [3bdulrahman.com](https://3bdulrahman.com) - **Custom Favicon**: Translation-themed browser icon - **Modern Typography**: Enhanced readability with Inter font family ### 🔧 Technical Improvements - **Auto-Translation Setup**: Automatic publishing of translation files - **Enhanced Error Handling**: Robust exception management - **Better Laravel Integration**: Improved compatibility across versions - **Responsive Design**: Optimized for all devices and screen sizes ## 🤝 Support & Contributing ### 🐛 Found a Bug? If you discover any issues, please [create an issue](https://github.com/Dev-3bdulrahman/translation-dashboard/issues) with: - Laravel version - PHP version - Package version - Detailed error description - Steps to reproduce ### 💡 Feature Requests We welcome feature suggestions! Please [open an issue](https://github.com/Dev-3bdulrahman/translation-dashboard/issues) with the `enhancement` label. ### 🔧 Contributing 1. Fork the repository 2. Create a feature branch (`git checkout -b feature/amazing-feature`) 3. Commit your changes (`git commit -m 'Add amazing feature'`) 4. Push to the branch (`git push origin feature/amazing-feature`) 5. Open a Pull Request ## 📞 Contact & Links - **Developer**: [Abdulrahman](https://3bdulrahman.com) - **GitHub**: [Dev-3bdulrahman](https://github.com/Dev-3bdulrahman) - **Package Repository**: [translation-dashboard](https://github.com/Dev-3bdulrahman/translation-dashboard) - **Packagist**: [dev-3bdulrahman/translation-dashboard](https://packagist.org/packages/dev-3bdulrahman/translation-dashboard) ## 📄 License This package is open-sourced software licensed under the [MIT license](LICENSE). ---
**Made with ❤️ by [Abdulrahman](https://3bdulrahman.com)** *If this package helped you, please consider giving it a ⭐ on [GitHub](https://github.com/Dev-3bdulrahman/translation-dashboard)!*
## Configuration You can configure the package by editing the `config/translation-manager.php` file. ## Troubleshooting ### Assets not loading If you're having issues with assets not loading: 1. Make sure you've published the assets: 2. Check that the assets exist in the `public/translation-dashboard` directory. 3. If the assets still don't load, the package will automatically fall back to CDN resources. 4. If you're using a custom public path, make sure to update your asset URLs accordingly. ### Missing translations If translations are not showing up: 1. Make sure you've run the migrations: 2. Import your existing translations: 3. Check the database to ensure the translations were imported correctly. ## License This package is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

All versions of translation-dashboard with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
illuminate/support Version ^9|^10|^11|^12
illuminate/translation Version ^9|^10|^11|^12
symfony/finder Version ^6|^7
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package dev-3bdulrahman/translation-dashboard contains the following files

Loading the files please wait ...