- Prerequisites: linux based OS or wsl and docker ( docker compose )
- Download the project
- Run the following in the project root to install the project:
docker run --rm \ -u "$(id -u):$(id -g)" \ -v "$(pwd):/var/www/html" \ -w /var/www/html \ laravelsail/php83-composer:latest \ composer install --ignore-platform-reqs
(this works only for linux based OS or if you have WSL for windows) sail php artisan migrate
sail php artisan breeze:install
sail php artisan migrate --seed
sail npm install
sail php artisan serve
sail npm run dev
- Navigate to
http://localhost:80
- Optionally you can run the tests
sail php artisan test
( there's just a unit test) - That's about it, if i forgot anything or something isn't working, please feel free to give me message.
-
Notifications
You must be signed in to change notification settings - Fork 0
lebadapetru/commify
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published