Skip to content
This repository has been archived by the owner on Aug 28, 2019. It is now read-only.

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
introwit committed Jul 13, 2017
1 parent 0b465d3 commit 32eb77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -10,7 +10,7 @@ Every time we at [LUBUS](http://www.lubus.in) start a laravel project , we need
- Clone the repo using `git clone https://github.com/lubusIN/laravel-email-verification-app-boilerplate.git myApp`
- `cd myApp`
- Run `composer install`
- If you already have a fresh install of laravel 5.3 , make sure to run `php artisan make:auth` at the start
- If you already have a fresh install of laravel, make sure to run `php artisan make:auth` at the start
- Create the `.env` file from `.env.example` file & configure the following: App key, Database credentials, Mail driver
- Run `php artisan key:generate`
- Run `php artisan migrate`
Expand Down

0 comments on commit 32eb77c

Please sign in to comment.