ArifurDev / school_management_system

School management system (SMS) are software applications that help schools to streamline their operations and improve efficiency. SMS can be used to track student information, manage attendance, grade assignments etc.
1 stars 1 forks source link

wrong login redirection #1

Open meghakundu opened 3 months ago

meghakundu commented 3 months ago

After login, there is 302 error. Not redirecting to dashboard. Please help with this @Arifurrahmanrifat29112002

ArifurDev commented 3 months ago

Okay

On Mon, 15 Jul 2024, 3:03 pm Megha, @.***> wrote:

After login, there is 302 error. Not redirecting to dashboard. Please help with this @Arifurrahmanrifat29112002 https://github.com/Arifurrahmanrifat29112002

— Reply to this email directly, view it on GitHub https://github.com/Arifurrahmanrifat29112002/school_management_system/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXO6CRFQCOAWHP7FAZYFIZ3ZMOF43AVCNFSM6AAAAABK4DXPPGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQYDQMRSGU2DIMQ . You are receiving this because you were mentioned.Message ID: @.***>

ArifurDev commented 3 months ago

Everything is okay . I'm cloning this repo and then running it on localhost. I don't face any problems. I logged in and then returned to the dashboard.

clone the repository from GitHub, follow these steps:

Clone the repository

git clone https://github.com/Arifurrahmanrifat29112002/school_management_system.git cd school_management_system

Install dependencies

composer install npm install

Set up environment configuration

cp .env.example .env php artisan key:generate

Update .env file with your database configuration

Run migrations

php artisan migrate

Run the development server

php artisan serve

meghakundu commented 3 months ago

Everything is okay . I'm cloning this repo and then running it on localhost. I don't face any problems. I logged in and then returned to the dashboard.

clone the repository from GitHub, follow these steps:

Clone the repository

git clone https://github.com/Arifurrahmanrifat29112002/school_management_system.git cd school_management_system

Install dependencies

composer install npm install

Set up environment configuration

cp .env.example .env php artisan key:generate

Update .env file with your database configuration

Run migrations

php artisan migrate

Run the development server

php artisan serve

I have duly followed the above mentioned such steps, afterwards showing such image

ArifurDev commented 2 months ago

contact me ..i solve this problem