-
-
Save napestershine/d3489a64c44e79989f3a58a8e5188844 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git clone https://github.com/attendize/attendize | |
| cd attendize | |
| cp .env.example .env | |
| vi .env #Set the database and mail settings etc. | |
| composer install | |
| php artisan attendize:install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment