Changeset 33439a5
- Timestamp:
- 10/25/21 22:15:25 (3 years ago)
- Branches:
- develop, main, master
- Children:
- 1701ba0
- Parents:
- ebb2a52
- git-author:
- Berat Kjufliju <49268075+beratkjufliju@…> (10/25/21 22:15:25)
- git-committer:
- GitHub <noreply@…> (10/25/21 22:15:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.md
rebb2a52 r33439a5 1 1 # SaveSpace 2 2 Document management system in PHP 3 4 ## Quick Start 5 1. ``` git clone https://github.com/beratkjufliju/SaveSpace.git ``` 6 2. ``` cd SaveSpace ``` 7 3. ``` git checkout -b develop ``` 8 4. 9 5. ``` composer install ``` 10 6. ``` npm install ``` 11 7. ``` npm run production ``` 12 8. ``` cp .env.example .env ``` 13 9. ``` php artisan key:generate ``` 14 10. Create database and edit .env with your database credentials 15 11. Create account at [Mailtrap](https://mailtrap.io/) and edit .env with mailtrap configuration 16 12. ``` php artisan clear:all --ms ``` 17 13. ``` php artisan serve ``` 18 19 Then you can visit http://localhost:8000/auth/login 20 21 #### Login Credentials: 22 23 Username: ``` admin ``` 24 25 Password: ``` 123456 ``` 26 27 Verification code: ``` 1234 ```
Note:
See TracChangeset
for help on using the changeset viewer.