-
Notifications
You must be signed in to change notification settings - Fork 1
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
[Bug] #70
Comments
Hello @Scout3030 Did you set your token and Backpack private repository as instructions say on https://backpackforlaravel.com/user/tokens ? Because Devtools is a paid Addons so, need to set the premium tokens before. Then check in composer.json is set like this, because you have Backpack 6 and is look like you tried to install Devtools 1.3:
Cheers. |
Just to add on @jcastroa87 response, it's possible that you don't have access to a devtools version after ^1.3, you can check in your account tokens if that is the case. In case it does, there are three solutions for it:
Cheers |
You are right, my terminal was installing V1.3 as default due that I didn't
have installed the pdo_sqlite extension on my local
Thank you.
*Cordialmente,*
*Roberth Rodríguez Jaime**969-449655*
<https://www.linkedin.com/in/roberth-benjam%C3%ADn-rodr%C3%ADguez-jaime-ab757a121/>
El vie, 15 mar 2024 a las 16:22, Pedro Martins ***@***.***>)
escribió:
… Just to add on @jcastroa87 <https://github.com/jcastroa87> response, it's
possible that you don't have access to a devtools version after ^1.3, you
can check in your account tokens if that is the case.
In case it does, there are three solutions for it:
- buy devtools to get the current version you can use with backpack
^6.0
- downgrade to backpack ^5.0 in your project composer.json to use
devtools 1.3
- don't use devtools in that project to continue using backpack ^6.0
Cheers
—
Reply to this email directly, view it on GitHub
<#70 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQDNLTWGJS4CR6QX4ZBLY5DYYMN3DAVCNFSM6AAAAABEX4OGJSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBQGAYDSMJVHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
"Este mensaje y sus anexos van dirigidos exclusivamente a la persona o
entidad que se muestra como destinatario/s y pueden contener datos
personales y/o información confidencial, sometida a secreto profesional o
cuya divulgación esté prohibida en la legislación vigente. Queda prohibida,
toda divulgación, reproducción u otra acción al respecto por parte de
personas o entidades distintas al destinatario/s. Si ha recibido este
mensaje por error, por favor, contáctenos a la siguiente dirección de
correo ***@***.*** ***@***.***> y proceda a su
eliminación.
En cumplimiento a lo establecido en la Ley de Protección de
Datos Personales - Ley N° 29733, le informamos que sus datos personales
obtenidos son almacenados bajo la confidencialidad y las medidas de
seguridad legalmente establecidas y no serán cedidos ni compartidos con
empresas ni entidades ajenas a la Universidad Nacional de Ingeniería. Si lo
desea, usted podrá ejercitar los derechos de actualización, inclusión,
rectificación, supresión u oposición, enviando un mensaje al correo
electrónico anteriormente señalado e indicando en el "Asunto" el derecho
que desea ejercer."
_*Le pedimos disculpas si la información enviada no es
de su interés. De ser este el caso, por favor conteste el presente correo
con la palabra "REMOVER". Gracias. Esta información se envía de acuerdo a
la legislación vigente sobre Correo Electrónico Comercial No Solicitado
(Ley Nro. 29246 / modificatoria de la Ley Nro. 28493 y su Reglamento
aprobado por D.S. Nro. 031-2005-MTC), y de acuerdo a la Ley de Protección
al Consumidor (base legal del Registro Indecopi - "Gracias No Insista").*_
|
Im glad you solve the problem. I will close the issue, but please feel free to re-open or create a new one. Cheers. |
Bug report
What I did
Running php artisan backpack:require:devtools on a fresh laravel 10.10 setup
What I expected to happen
Install the dependency
What happened
An error on console appeared
What I've already tried to fix it
??
Backpack, Laravel, PHP, DB version
When I run
php artisan backpack:version
the output is:Operating System and Server Setup
I encountered the problem above on my Linux machine Ubuntu 22.04, and my web server is set up using Valet linux plus.
The text was updated successfully, but these errors were encountered: