Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add helpful varouse packages #627

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
* [Laravel Decomposer](https://github.com/lubusIN/laravel-decomposer) - List all installed packages, their dependencies, app & server details
* [LaRecipe](https://github.com/saleem-hadad/larecipe) - Write gorgeous documentations for your products using Markdown inside your Laravel app.
* [Prequel](https://github.com/Protoqol/Prequel/) - A clear and concise database management GUI tweaked for Laravel.
* [Laravel Trash Cleaner](https://github.com/omaralalwi/laravel-trash-cleaner) - clean logs and debug files for debugging packages .

##### Testing & Debugging

Expand Down Expand Up @@ -147,6 +148,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
* [Laravel Nova](https://nova.laravel.com/) - Nova is a beautifully designed administration panel for Laravel
* [Laravel Love](https://github.com/cybercog/laravel-love) - It lets people express how they feel about the content. React on Eloquent models with Likes or Dislikes.
* [stancl/tenancy](https://github.com/stancl/tenancy) - Automatic tenancy for your Laravel app. No code changes needed.
* [laravel Taxify](https://github.com/omaralalwi/laravel-taxify) - set of helper functions and classes to simplify tax (VAT) calculations within Laravel applications.

##### Media & Document Management

Expand All @@ -161,6 +163,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
* [Fast Excel](https://github.com/rap2hpoutre/fast-excel) - Fast XLSX, CSV and ODT import and export for Laravel
* [Laravolt Avatar](https://github.com/laravolt/avatar) - Plug n play avatar, turn name, email, and any other string into beautiful avatar (or gravatar), effortless.
* [Laravel FFmpeg](https://github.com/pascalbaljetmedia/laravel-ffmpeg) - This package provides an integration with FFmpeg for Laravel 5.8.
* [GPDF](https://github.com/omaralalwi/Gpdf) - Open Source HTML to PDF converter for PHP & Laravel Applications, supports Arabic content out-of-the-box and other languages .

##### Integration with Javascript

Expand Down Expand Up @@ -189,6 +192,7 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
* [Laravel Repository](https://github.com/andersao/l5-repository) - Repositories to abstract the database layer
* [Lada Cache](https://github.com/spiritix/lada-cache) - A Redis based, fully automated and scalable database cache layer
* [Laravel MySQL Spatial extension](https://github.com/grimzy/laravel-mysql-spatial) - easily work with MySQL Spatial Data Types and MySQL Spatial Functions
* [Laravel Time Craft](https://github.com/omaralalwi/laravel-time-craft) - simple trait and helper functions that allow you, Effortlessly manage date and time queries in Laravel apps .

##### Search

Expand Down Expand Up @@ -250,7 +254,8 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
* [Laravel Langman](https://github.com/themsaid/laravel-langman) - Manage language files from Artisan Console
* [Laravel Translation](https://github.com/waavi/translation) - Translation and localization management
* [Linguist](https://github.com/keevitaja/linguist) - i18n localization support for Laravel

* [Lexi Translate](https://github.com/omaralalwi/lexi-translate) - package to support multilingual Eloquent models with power of morph relationships and caching to with minimal performance overhead .
*
##### Third-party Service Integration

* [Laravel Analytics](https://github.com/spatie/laravel-analytics) - Retrieve pageviews and other data from Google Analytics
Expand Down Expand Up @@ -290,6 +295,8 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
* [Deployer](https://deployer.org/) - A deployment tool with support for Laravel out of the box
* [Envoyer](https://envoyer.io/) - Zero down-time Deployer for PHP & Laravel projects
* [Rocketeer](https://github.com/rocketeers/rocketeer) - Task runner and deployment package
* [laravel Deployer](https://github.com/omaralalwi/laravel-deployer) - Streamlined Deployment for Laravel and Node.js apps, with Zero-Downtime and various environments and branches.


## Code Snippets

Expand Down Expand Up @@ -430,6 +437,8 @@ Inspired by [ziadoz/awesome-php](https://github.com/ziadoz/awesome-php)
* [Laravel Vue Boilerplate](https://github.com/alefesouza/laravel-vue-boilerplate)
* [Laravel Enso](https://github.com/laravel-enso/enso)
* [Laravel Template with Vue](https://github.com/wmhello/laravel_template_with_vue)
* [Laravel Start kit with Multilingual](https://github.com/omaralalwi/laravel-startkit)


## Codebases for Reference

Expand Down