Skip to content

B. Installation

darryl fernandez edited this page Oct 13, 2017 · 4 revisions

Requirements

  • Same with Laravel 5.5~

Installation

  • Clone repository git clone https://github.com/darryldecode/laravel-starter-kit.git
  • cp .env.example .env Then open .env file and put necessary credentials
  • composer install
  • php artisan key:generate
  • php artisan migrate
  • php artisan db:seed
  • php artisan storage:link
  • npm install

Then for developent you can run npm run dev or watch or prod

You are done! You can now login in your application using the following credentials:

u: [email protected]

p: 12345678

Clone this wiki locally