You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using Windows for development. I made a macro in the command prompt to write "art" instead of "php artisan".
everything worked fine for a while but when I migrated new things in the database Orchid lost its connection to the database!
I emphasize that only Orchid had problems with the database and every other package or even Laravel itself was working just fine.
To elaborate more, when I tried to sign in with Orchid it said "Your credentials are not correct" While everything was correct in the database!
I used MySQL for all my tests. I checked this problem on 3 different Windows and multiple projects. With Laravel 11. Don't remember the Orchid version but It all happened about 3 months ago.
I used the DOSKEY command in a .cmd file to define my macro and registered it in some place in the Windows registry so that every time an instance of cmd is started, my .cmd file gets executed first and defines the macro for me to use.
If you have any Idea of what's happening here Please share.
I've accustomed to the "art" command in just 24 hours and after 3 months I can't forget about it. I've only typed "php artisan" for 5 years but I feel sick of it already!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm using Windows for development. I made a macro in the command prompt to write "art" instead of "php artisan".
everything worked fine for a while but when I migrated new things in the database Orchid lost its connection to the database!
I emphasize that only Orchid had problems with the database and every other package or even Laravel itself was working just fine.
To elaborate more, when I tried to sign in with Orchid it said "Your credentials are not correct" While everything was correct in the database!
I used MySQL for all my tests. I checked this problem on 3 different Windows and multiple projects. With Laravel 11. Don't remember the Orchid version but It all happened about 3 months ago.
I used the DOSKEY command in a .cmd file to define my macro and registered it in some place in the Windows registry so that every time an instance of cmd is started, my .cmd file gets executed first and defines the macro for me to use.
If you have any Idea of what's happening here Please share.
I've accustomed to the "art" command in just 24 hours and after 3 months I can't forget about it. I've only typed "php artisan" for 5 years but I feel sick of it already!
Beta Was this translation helpful? Give feedback.
All reactions