amiranagram / localizator

Scan your Laravel project and generate language files ready to translate in language(s) of choosing.
Other
229 stars 29 forks source link

Installation error #61

Open emtiazzahid opened 6 months ago

emtiazzahid commented 6 months ago

Tried to install with that command: composer require --dev amirami/localizator Error:



  Could not find a version of package amirami/localizator matching your minimum-stability (stable). Require it with an explicit ve   
  rsion constraint allowing its desired stability.                                                                                   

require [--dev] [--dry-run] [--prefer-source] [--prefer-dist] [--prefer-install PREFER-INSTALL] [--fixed] [--no-suggest] [--no-progress] [--no-update] [--no-install] [--no-audit] [--audit-format AUDIT-FORMAT] [--update-no-dev] [-w|--update-with-dependencies] [-W|--update-with-all-dependencies] [--with-dependencies] [--with-all-dependencies] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--] [<packages>...]```
wym-azimutbs commented 6 months ago

Edit your composer.json laravel project file from "minimum-stability": "stable" to "minimum-stability": "dev" Then run composer require --dev amirami/localizator It should works