-
Notifications
You must be signed in to change notification settings - Fork 0
Home
ditjonberisha edited this page Oct 17, 2017
·
1 revision
Welcome to the Warehouse_app wiki!
Please execute the following commands to ensure the proper setup for the app to run.
- composer install
- npm install
- cp .env.example .env
- php artisan key:generate
- customize your database connection in the .env file
- php artisan migrate
- php artisan storage:link
- to create a user for the first time, go to application_host/test. Example: if you are in localhost, go to localhost/test. A user with the following credentials will be created: email => admin@gmail.com password => 12345678