- Timestamp:
- 10/27/21 09:16:09 (3 years ago)
- Branches:
- develop, master
- Children:
- a55bb54
- Parents:
- e2e83fc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.md
re2e83fc r19cbec3 6 6 2. ``` cd SaveSpace ``` 7 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 ``` 8 4. ``` composer install ``` 9 5. ``` npm install ``` 10 6. ``` npm run production ``` 11 7. ``` cp .env.example .env ``` 12 8. ``` php artisan key:generate ``` 13 9. Create database and edit .env with your database credentials 14 10. Create account at [Mailtrap](https://mailtrap.io/) and edit .env with mailtrap configuration 15 11. ``` php artisan clear:all --ms ``` 16 12. ``` php artisan serve ``` 18 17 19 18 Then you can visit http://localhost:8000/auth/login
Note:
See TracChangeset
for help on using the changeset viewer.