Changeset 19cbec3


Ignore:
Timestamp:
10/27/21 09:16:09 (3 years ago)
Author:
beratkjufliju <kufliju@…>
Branches:
develop, master
Children:
a55bb54
Parents:
e2e83fc
Message:

edited conflicts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.md

    re2e83fc r19cbec3  
    662. ``` cd SaveSpace ```
    773. ``` 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 ```
     84. ``` composer install ```
     95. ``` npm install ```
     106. ``` npm run production ```
     117. ``` cp .env.example .env ```
     128. ``` php artisan key:generate ```
     139. Create database and edit .env with your database credentials
     1410. Create account at [Mailtrap](https://mailtrap.io/) and edit .env with mailtrap configuration
     1511. ``` php artisan clear:all --ms ```
     1612. ``` php artisan serve ```
    1817
    1918Then you can visit http://localhost:8000/auth/login
Note: See TracChangeset for help on using the changeset viewer.