Download the PHP package shriker/laravel-vue-spa-tailwind without Composer
On this page you can find all versions of the php package shriker/laravel-vue-spa-tailwind. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-vue-spa-tailwind
Laravel-Vue SPA + Tailwind CSS
Forked from cretueusebiu/laravel-vue-spa
The main difference between this repository and the original is that this one uses Tailwind CSS instead of Bootstrap.
Features
- Laravel 5.8
- Vue + VueRouter + Vuex + VueI18n + ESlint
- Pages with dynamic import and custom layouts
- Login, register, email verification and password reset
- Authentication with JWT
- Socialite integration
- Tailwind CSS + Font Awesome 5
Installation
composer create-project --prefer-dist shriker/laravel-vue-spa-tailwind
- Edit
.env
and set your database connection details - (When installed via git clone or download, run
php artisan key:generate
andphp artisan jwt:secret
) php artisan migrate
npm install
Usage
Development
Production
Email Verification
To enable email verification make sure that your App\User
model implements the Illuminate\Contracts\Auth\MustVerifyEmail
contract.
Changelog
Please see CHANGELOG for more information what has changed recently.
All versions of laravel-vue-spa-tailwind with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1.3
fideloper/proxy Version ^4.0
laravel/dusk Version ^5.1
laravel/framework Version 5.8.*
laravel/socialite Version ^4.0
laravel/tinker Version ^1.0
tymon/jwt-auth Version ^1.0.0-rc.4.1
fideloper/proxy Version ^4.0
laravel/dusk Version ^5.1
laravel/framework Version 5.8.*
laravel/socialite Version ^4.0
laravel/tinker Version ^1.0
tymon/jwt-auth Version ^1.0.0-rc.4.1
The package shriker/laravel-vue-spa-tailwind contains the following files
Loading the files please wait ....