reziamini / laravel-easypanel

A beautiful and flexible admin panel creator based on Livewire for Laravel
https://easypanel.netlify.app/getting-started
MIT License
623 stars 105 forks source link

Example setup for authentication #65

Open bilogic opened 2 years ago

bilogic commented 2 years ago

Hi,

I like that this admin panel doesn't come integrated with its own authentication. However, I wasn't able to get things going. When I loaded /admin, it literally redirects to http://admin, and I can't quite figure out what the issue is. It was a fresh Laravel installation.

Perhaps can add an example of how to include a basic authentication setup in the installation steps?

Thank you.

bilogic commented 2 years ago

I found an issue in my code, but an authentication example is still welcomed :) I will leave this issue open, please feel free to close it. Thank you.

afsh7n commented 1 year ago

Hello, good time. After installing the package, you must create a user in the database. After that you should read this part https://easypanel.netlify.app/manage-administrators#authentication-strategy You must give the user ID to this command to be recognized as an admin.