-
Notifications
You must be signed in to change notification settings - Fork 210
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
Big Problem with Laravel 9 #140
Comments
If you're using XAMPP you need open the control panel. |
No in the project I occur the error that it says it s not compatible with
Laravel 9.0
I do my project in Linux I don't use xampp .
…On Fri, Aug 26, 2022 at 7:49 PM José Fernando ***@***.***> wrote:
If you're using XAMPP you need open the control panel.
In the right side you have the option of "shell", make click in "shell"
and write in the terminall
"cd htdocs"and inside of that project you make your laravel projecct with
"Laravel new blog".
—
Reply to this email directly, view it on GitHub
<#140 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGFX5NA4YWKWYOV2HBEUAATV3DN6ZANCNFSM57EGSSLA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I have problem like this! |
سلام تمام پروژه ام به باد فنا رفت نمیدونم چیکار کنم ؟ هیچکس هم نیست کمک
کنه. شما کسی رو پیدا نکردی؟
…On Sun, Jan 1, 2023 at 2:17 AM Alisafdari ***@***.***> wrote:
I have problem like this!
—
Reply to this email directly, view it on GitHub
<#140 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGFX5NEQMSKOLYJ64OX3WTTWQCZYBANCNFSM57EGSSLA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
It dosent work with laravel 9.0.This is my Error
Problem 1
- illuminate/support[v5.6.0, ..., 5.8.x-dev] require php ^7.1.3 -> your php version (8.1.9) does not satisfy that requirement.
- illuminate/support[v6.0.0, ..., v6.19.1] require php ^7.2 -> your php version (8.1.9) does not satisfy that requirement.
- illuminate/support[v7.0.0, ..., v7.28.4] require php ^7.2.5 -> your php version (8.1.9) does not satisfy that requirement.
- illuminate/support[v8.0.0, ..., v8.11.2] require php ^7.3 -> your php version (8.1.9) does not satisfy that requirement.
- Root composer.json requires laravel/sanctum ^3.0 -> satisfiable by laravel/sanctum[v3.0.0, v3.0.1, 3.x-dev].
- Conclusion: don't install laravel/framework v9.20.0 (conflict analysis result)
- Conclusion: don't install laravel/framework v9.21.0 (conflict analysis result)
- Conclusion: don't install laravel/framework v9.21.1 (conflict analysis result)
- Conclusion: don't install laravel/framework v9.21.2 (conflict analysis result)
- Conclusion: don't install laravel/framework v9.21.3 (conflict analysis result)
- Conclusion: don't install laravel/framework v9.21.4 (conflict analysis result)
- Conclusion: don't install laravel/framework v9.21.5 (conflict analysis result)
- Conclusion: don't install laravel/framework v9.21.6 (conflict analysis result)
- Conclusion: don't install laravel/framework v9.22.0 (conflict analysis result)
- Conclusion: don't install laravel/framework v9.22.1 (conflict analysis result)
- Conclusion: don't install laravel/framework v9.23.0 (conflict analysis result)
- Conclusion: don't install laravel/framework v9.24.0 (conflict analysis result)
- Conclusion: don't install laravel/framework v9.25.0 (conflict analysis result)
- Conclusion: don't install laravel/framework v9.25.1 (conflict analysis result)
- Root composer.json requires uxweb/sweet-alert dev-master -> satisfiable by uxweb/sweet-alert[dev-master].
- Conclusion: don't install laravel/framework v9.19.0 (conflict analysis result)
- uxweb/sweet-alert dev-master requires illuminate/support ~5.0|^6.0|^7.0|^8.0 -> satisfiable by illuminate/support[v5.0.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev].
- Only one of these can be installed: illuminate/support[v5.0.0, ..., 5.8.x-dev, v6.0.0, ..., 6.x-dev, v7.0.0, ..., 7.x-dev, v8.0.0, ..., 8.x-dev, v9.0.0-beta.1, ..., 9.x-dev], laravel/framework[v9.19.0, ..., 9.x-dev]. laravel/framework replaces illuminate/support and thus cannot coexist with it.
- Root composer.json requires laravel/framework ^9.19 -> satisfiable by laravel/framework[v9.19.0, ..., 9.x-dev].
The text was updated successfully, but these errors were encountered: