-
Notifications
You must be signed in to change notification settings - Fork 132
B. Installation
darryl fernandez edited this page Oct 13, 2017
·
4 revisions
- Same with Laravel 5.5~
- 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:
p: 12345678