Skip to content

#1 - initialize project#2

Merged
krzysztofkozyra021 merged 13 commits intomainfrom
initialize-project
Feb 16, 2026
Merged

#1 - initialize project#2
krzysztofkozyra021 merged 13 commits intomainfrom
initialize-project

Conversation

@krzysztofkozyra021
Copy link
Collaborator

This should close #1

Set up:

Not really sure if everything is ok, I tried my best to configure it, based on previous projects

I've deleted inertia and other non-necessary stuff and left only the required technologies

@krzysztofkozyra021 krzysztofkozyra021 changed the title Initialize project chore: initialize project Jan 30, 2026
@krzysztofkozyra021 krzysztofkozyra021 marked this pull request as draft January 30, 2026 15:35
@krzysztofkozyra021 krzysztofkozyra021 changed the title chore: initialize project #1- initialize project Jan 30, 2026
@krzysztofkozyra021 krzysztofkozyra021 changed the title #1- initialize project #1 - initialize project Jan 30, 2026
@krzysztofkozyra021 krzysztofkozyra021 marked this pull request as ready for review January 30, 2026 21:19
@krzysztofkozyra021
Copy link
Collaborator Author

@kamilpiech97 @KarolZygadlo
Can you help guys in a free time?
No idea, how to fix this failing workflow 86e75e3
Many thanks!

@krzysztofkozyra021
Copy link
Collaborator Author

@kamilpiech97 @KarolZygadlo Can you help guys in a free time? No idea, how to fix this failing workflow 86e75e3 Many thanks!

Fixed it, as @kamilpiech97 said, I initialized project wrong, instead of using boilerplate script, I did git clone :/
Thanks!

Copy link
Member

@EwelinaSkrzypacz EwelinaSkrzypacz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Please add instructions in readme file, how to run the project.
  2. To run project I use commands
    cp .env.example .env
    task init

and I see error with database

Image

@krzysztofkozyra021
Copy link
Collaborator Author

@EwelinaSkrzypacz
You switched to use Pest instead of PHPUnit? Because now I see that Taskfile contains Pest, earlier versions of boilerplate had PHPUnit, right ?

Copy link
Member

@EwelinaSkrzypacz EwelinaSkrzypacz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. We use Pest in boilerplate, but I think that it shouldn't be a problem to use PHPUnit
  2. I run commands task init and task vite and I see this error on page https://hops-web.blumilk.local.env/
Image

@krzysztofkozyra021
Copy link
Collaborator Author

  1. I run commands task init and task vite and I see this error on page https://hops-web.blumilk.local.env/

Can you check .env file if you have REDIS_CLIENT=predis
If yes then maybe try composer install
I also faced this error with Redis not found, make sure that predis is used because somehow phpredis doesn't work.

I must change the Pest to PHPUnit, so the test command won't work at the moment

@krzysztofkozyra021 krzysztofkozyra021 merged commit a94875c into main Feb 16, 2026
3 checks passed
@krzysztofkozyra021 krzysztofkozyra021 deleted the initialize-project branch February 16, 2026 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Initialize the project

3 participants