Skip to content
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

Database connection issue #117

Closed
NRayya opened this issue Apr 27, 2022 · 5 comments
Closed

Database connection issue #117

NRayya opened this issue Apr 27, 2022 · 5 comments
Assignees
Labels
installation issue issue with local or prod installation testing

Comments

@NRayya
Copy link
Contributor

NRayya commented Apr 27, 2022

This is happening with the development installation after running ./vendor/bin/sail up:

image

@NRayya NRayya added the installation issue issue with local or prod installation label Apr 27, 2022
@CS76
Copy link
Member

CS76 commented Apr 28, 2022

Run ./vendor/bin/sail artisan migrate and it should generate the sessions table.

If the database migration fails you will have to reset the entire database (please export the database first using tool of your choice Ex. TablePlus).

To refresh the database ./vendor/bin/sail artisan migrate:refresh. For seeding ./vendor/bin/sail artisan migrate:refresh --seed

@NRayya
Copy link
Contributor Author

NRayya commented May 10, 2022

It worked with the first part without need to a database tool, I will update the documetation

@NRayya
Copy link
Contributor Author

NRayya commented Aug 4, 2022

npm install && npm run dev

@NRayya
Copy link
Contributor Author

NRayya commented Aug 4, 2022

seeding enables having the super admin account

@NRayya
Copy link
Contributor Author

NRayya commented Sep 5, 2022

#434

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
installation issue issue with local or prod installation testing
Projects
None yet
Development

No branches or pull requests

2 participants