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

MIT License question #4

Open
skadthan opened this issue Aug 19, 2021 · 2 comments
Open

MIT License question #4

skadthan opened this issue Aug 19, 2021 · 2 comments

Comments

@skadthan
Copy link

Hello,

I am trying to understand the MIT license agreements, is it ok to have this code for my photography portfolio? Please advise!

Also, would you please put some instructions on how to run this locally?

Thanks!

@abrasseu
Copy link
Owner

Hi,

Yes you can use this code directly or by forking it in your own repo so you can customize it as you want.

To install and run the project check the Laravel 5.3 documentation, you will need:

  • PHP and some extensions
  • Composer to install Laravel dependencies
  • A filled .env file with the env variables required (search in config/ folder for env(...) here)

Then run:

  • composer update to install the dependencies
  • php artisan serve to run the application (list all commands with php artisan list)

I haven't touched this project for a while so my instructions may not be fully accurate.
Don't hesitate to ask me if you run into any issue.

Good luck !

@skadthan
Copy link
Author

Thank you @abrasseu for your quick response and for providing the information on the instructions. 👍 :) I will go through it and hopefully, I don't have to bother you anymore :) Thanks again!

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

No branches or pull requests

2 participants