Skip to content

Commit

Permalink
updated README and composer dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Ammann committed Feb 12, 2021
1 parent 02109c7 commit ddfa1ab
Show file tree
Hide file tree
Showing 3 changed files with 4,449 additions and 4,440 deletions.
21 changes: 15 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,16 +153,25 @@ php artisan migrate:fresh --seed

## Built With

- [laravel/laravel](https://github.com/laravel/laravel) - A PHP framework for web artisans
**PHP Production:**

- [Askedio/laravel-soft-cascade](https://github.com/Askedio/laravel-soft-cascade) - Cascade Delete & Restore when using Laravel SoftDeletes
- [rutorika/sortable](https://github.com/boxfrommars/rutorika-sortable) - Adds sortable behavior to Laravel Eloquent models
- [barryvdh/laravel-dompdf](https://github.com/barryvdh/laravel-dompdf) - A DOMPDF Wrapper for Laravel
- [GrKamil/laravel-telegram-logging](https://github.com/GrKamil/laravel-telegram-logging) - Send logs to Telegram chat via Telegram bot
- [laravel/laravel](https://github.com/laravel/laravel) - A PHP framework for web artisans
- [meilisearch/meilisearch-laravel-scout](https://github.com/meilisearch/meilisearch-laravel-scout) - Laravel Scout Engine for Meilisearch
- [rutorika/sortable](https://github.com/boxfrommars/rutorika-sortable) - Adds sortable behavior to Laravel Eloquent models
- [spatie/laravel-medialibrary](https://github.com/spatie/laravel-medialibrary) - Associate files with Eloquent models

**PHP Development:**

- [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) - Laravel IDE Helper
- [barryvdh/laravel-translation-manager](https://github.com/barryvdh/laravel-translation-manager) - Manage Laravel translation files
- [nunomaduro/larastan](https://github.com/nunomaduro/larastan) - Adds static analysis to Laravel improving developer productivity and code quality
- [stechstudio/Laravel-PHP-CS-Fixer](https://github.com/stechstudio/Laravel-PHP-CS-Fixer) - Artisan Command for FriendsOfPHP/PHP-CS_Fixer
- [barryvdh/laravel-translation-manager](https://github.com/barryvdh/laravel-translation-manager) - Manage Laravel translation files
- [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) - Laravel IDE Helper
- [spatie/laravel-medialibrary](https://github.com/spatie/laravel-medialibrary) - Associate files with Eloquent models
- [meilisearch/meilisearch-laravel-scout](https://github.com/meilisearch/meilisearch-laravel-scout) - Laravel Scout Engine for Meilisearch

**JS:**

- [sass/sass](https://github.com/sass/sass) - Sass makes CSS fun!
- [vuejs/vue](https://github.com/vuejs/vue) - Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
- [axios/axios](https://github.com/axios/axios) - Promise based HTTP client for the browser and node.js
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"php": "^7.4|^8.0",
"askedio/laravel-soft-cascade": "^8.1",
"barryvdh/laravel-dompdf": "^0.9",
"barryvdh/laravel-translation-manager": "^0.5",
"fideloper/proxy": "^4.4",
"fruitcake/laravel-cors": "^2.0",
"grkamil/laravel-telegram-logging": "dev-master",
Expand All @@ -27,6 +26,7 @@
},
"require-dev": {
"barryvdh/laravel-ide-helper": "^2.9",
"barryvdh/laravel-translation-manager": "^0.5.10",
"facade/ignition": "^2.5",
"fakerphp/faker": "^1.13",
"friendsofphp/php-cs-fixer": "^2.17",
Expand Down
Loading

0 comments on commit ddfa1ab

Please sign in to comment.