devpt-org / site

devPT Site
4 stars 7 forks source link

[FEATURE] Start script #18

Closed dansysanalyst closed 1 year ago

dansysanalyst commented 1 year ago

 🚩 TL;DR: Shell script to install dependencies and start up Laravel Sail

Hello everybody,

πŸ‡΅πŸ‡Ή/πŸ‡¬πŸ‡§ Even though this repository is aimed at the Portuguese community, I'm writing in English in case non-Portuguese speakers this content PR useful.

This PR introduces a start script to install dependencies and bring Laravel Sail up.

πŸ‘¨πŸ»β€πŸ’» Motivation

I think this is an excellent repository to used as a reference by beginners in the Laravel and Docker world.

While the explanations in the README are clear and sufficient, a start script can simplify the user experience when interacting with the website app for the first time.

In the future, this script could also perform other tasks specific to this project, making sure everybody follows the same steps.

❗ Important Changes

πŸ“Œ Added APP_PORT to .env.example mapping it to 8080.


🚧 Pending


Please let me know if there are any changes required.

Greetings and thanks,

Dan