VictorArgote / laravel-sample-app

This a sample app uses Laravel 5.5 and Bootstrap 4.0.0-beta for the primary application template. It is based on: https://github.com/gomezcabo/laravel-boostrap-starter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel Sample App

This a sample app uses Laravel 5.5 and Bootstrap 4.0.0-beta for the primary application template. It is based on: https://github.com/gomezcabo/laravel-boostrap-starter. This app allows to send emails using external service providers and connects to two separate databases.

Installation

  • Copy .env.example to .env and change default settings for: DB_*, DEFAULT_EMAIL, and MAIL_* environment variables.
cp .env.example .env
  • Generate laravel key
php artisan key:generate
  • Install Composer and Yarn dependencies
composer install
yarn install
  • Run it!
php artisan serve

About

This a sample app uses Laravel 5.5 and Bootstrap 4.0.0-beta for the primary application template. It is based on: https://github.com/gomezcabo/laravel-boostrap-starter.


Languages

Language:PHP 70.6%Language:HTML 29.2%Language:Shell 0.2%