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

Laravel 10 not support #67

Closed
Arsham-rmz opened this issue Jun 30, 2023 · 3 comments
Closed

Laravel 10 not support #67

Arsham-rmz opened this issue Jun 30, 2023 · 3 comments
Labels
bug Something isn't working stale No activity for a while

Comments

@Arsham-rmz
Copy link

Laravel Printing Version

v3.0.3

Laravel Version

v10.13.5

Print Driver

N/A

Bug description

It can't install on this version of laravel

Steps to reproduce

No response

Relevant log output

Problem 1
    - rawilk/laravel-printing[v3.0.2, ..., v3.0.3] require mike42/escpos-php ^4.0 -> satisfiable by mike42/escpos-php[v4.0].    
    - rawilk/laravel-printing[1.0.0, ..., 1.3.0] require php ^7.4 -> your php version (8.2.4) does not satisfy that requirement.    - rawilk/laravel-printing 2.0.0 requires illuminate/support ^8.0 -> found illuminate/support[v8.0.0, ..., v8.83.27] but these were not loaded, likely because it conflicts with another require.
    - rawilk/laravel-printing[v3.0.0, ..., v3.0.1] require illuminate/support ^8.0|^9.0 -> found illuminate/support[v8.0.0, ..., v8.83.27, v9.0.0, ..., v9.52.10] but these were not loaded, likely because it conflicts with another require.
    - mike42/escpos-php v4.0 requires ext-intl * -> it is missing from your system. Install or enable PHP's intl extension.     
    - Root composer.json requires rawilk/laravel-printing * -> satisfiable by rawilk/laravel-printing[1.0.0, ..., 1.3.0, 2.0.0, 
v3.0.0, v3.0.1, v3.0.2, v3.0.3].

To enable extensions, verify that they are enabled in your .ini files:
    - C:\xampp\php\php.ini
You can also run `php --ini` in a terminal to see which files are used by PHP in CLI mode.
Alternatively, you can run Composer with `--ignore-platform-req=ext-intl` to temporarily ignore these required extensions.      
You can also try re-running composer require with an explicit version constraint, e.g. "composer require rawilk/laravel-printing:*" to figure out if any version is installable, or "composer require rawilk/laravel-printing:^2.1" if you know which you need.
@Arsham-rmz Arsham-rmz added the bug Something isn't working label Jun 30, 2023
@coolsam726
Copy link

This not a bug, you are simply missing the intl extension in your php extension. Unfortunately I cannot speak much on how to install it on windows (xampp), but on linux simply do sudo apt install php-intl.

@github-actions
Copy link
Contributor

This issue is stale because it has been open 21 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the stale No activity for a while label Jul 25, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 2, 2023
@Oscar-PF
Copy link

This not a bug, you are simply missing the intl extension in your php extension. Unfortunately I cannot speak much on how to install it on windows (xampp), but on linux simply do sudo apt install php-intl.

This is the problem. If you are using xampp you need to stop the xampp/wamp and then remove the starting semicolon ( ; ) from your xampp/php/php.ini the following code.

;extension=intl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale No activity for a while
Projects
None yet
Development

No branches or pull requests

3 participants