Best laravel framework open-source packages.

Shablon

Laravel Vue Bootstrap Starter Template
Updated 2 years ago

Shablon
Laravel-vue Starter Template

version license GitHub issues open GitHub issues closed

Technologies

Landing Dashboard
Shablon Landing Shablon Dashboard

Features

  • Laravel 7
  • Vue + VueRouter + Vuex + VueI18n + ESlint
  • Pages with dynamic import and custom layouts
  • Login, register, email verification and password reset
  • Authentication with JWT
  • Socialite integration
  • Bootstrap 4.5 + BootstrapVue + Font Awesome 5

Quick start

Installation

  • composer create-project --prefer-dist idesignzone/shablon
  • Edit .env and set your database connection details
  • (When installed via git clone or download, run php artisan key:generate and php artisan jwt:secret)
  • php artisan migrate
  • npm install

Usage

Development

# build and watch
npm run watch

# serve with hot reloading
npm run hot

Production

npm run production

Email Verification

To enable email verification make sure that your App\User model implements the Illuminate\Contracts\Auth\MustVerifyEmail contract.

Browser Support

At present, we officially aim to support the last two versions of the following browsers:

Credits

Licensing