Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Sign in or sign up before continuing. Don't have an account yet? Register now to get started.
Register now
Changes
Page history
cilyia created page: home
authored
Nov 12, 2017
by
cilia
Show whitespace changes
Inline
Side-by-side
home.md
0 → 100644
View page @
bc760b45
## Setting Up Dev Env
1.
Clone repo
2.
Copy
`.env.example`
to .env and set up configuration
-
**@todo**
: add comments for important variables as to better know what's needed
3.
Generate app key with
`php artisan key:generate`
as it is not shared at the moment
4.
Install migration table with
`php artisan migrate:install`
5.
Migrate and seed with
`php artisan migrate`
-
**@todo**
: fix seeders