Skip to content

lebadapetru/commify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Logo

Build Status Total Downloads Latest Stable Version License

Running the project

  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages