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

Make the installation of dependencies easier with one command #28

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

abdelhamiderrahmouni
Copy link
Contributor

Added bin/setup.sh and bin/setup.php scripts to make the installation of dependencies and the setup of the project easier and faster, especially for new commers.

These scripts run the following commands:

  • composer install
  • cp .env.example .env
  • php artisan key:generate
  • php artisan storage:link
  • npm install
  • npm run build
  • php artisan migrate
  • php artisan db:seed
  • php artisan optimize:clear

@abdelhamiderrahmouni
Copy link
Contributor Author

Hey 👋🏻 @riodwanto, i hope ur alright.
I want to know is this pull request useful for other developers (including you) as it has been for me.
It simplifies the installation process of the project (especially on new devices and for new team members).
Have a nice day 🙂.

@riodwanto
Copy link
Owner

Hi @abdelhamiderrahmouni, So sorry for the late response. I just released some updates, can u pull the latest first?

@abdelhamiderrahmouni
Copy link
Contributor Author

Yes sure, i have pulled them 👍

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.

2 participants