python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Upgrading from Laravel 5.5 to Laravel 9
I am upgrading an Laravel version for an old project. But I have encountered an issues with updating the AuthServiceProvider. It looks like the "validator()" method on line "Password::...
Izzy
Votes: 0
Answers: 1
How to run two Keycloak instances parallel on windows?
I want to run two keycloak admin panel parallel on different port for saml one panel work as a idp and second is work as a sp so how can i run two parrallel panel
Daxesh Shukla
Votes: 0
Answers: 1
Enable Laravel Debugbar in AppServiceProvider behavior
I found this Laravel Debugbar I would like to use in my app.
But I want to enable it based on a condition. I tried adding my code in both register() and boot() method in the AppServiceProvider, where ...
Annity
Votes: 0
Answers: 0
IServiceProvider instance in .Net 6
On my .Net 5 ASP.NET application at Startup.cs I have the follwing (for Hangfire):
public void Configure(IApplicationBuilder app, IWebHostEnvironment env, IServiceProvider serviceProvider)
{
...
Globa...
ram dvash
Votes: 0
Answers: 2