otezz / laravel-stisla

Sample implementation of Stisla admin template on Laravel 6

Repository from Github https://github.comotezz/laravel-stislaRepository from Github https://github.comotezz/laravel-stisla

Laravel Stisla Laravel Stisla Bootstrap Admin Template MIT License Build Status

Sample implementation of Stisla admin template on Laravel

Installation

# Install composer dependencies
composer install

# Install npm dependencies
npm install

# Build assets
npm run dev

# Copy .env.example
cp .env.example .env

# Generate app key
php artisan key:generate

# Run
php artisan serve

About

Sample implementation of Stisla admin template on Laravel 6

License:MIT License


Languages

Language:PHP 55.6%Language:Blade 43.6%Language:Shell 0.4%Language:Vue 0.3%