samimhamza / Laravel8-Vuejs3-Tailwindcss-Boilerplate

A starter boilerplate for your next project. Laravel 8 Vuejs3 with Tailwindcss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Laravel8_vue3_vue-router_Tailwindcss2_starter

It's a pre-configured project using Laravel 8, Vue 3, Vue router and TailwindCss 2

to get it up and run, just clone it and enjoy coding :

 git clone https://github.com/samimhamza7/Laravel8-Vuejs3-Tailwindcss-Boilerplate.git

 cd Laravel8-Vuejs3-Tailwindcss-Boilerplate

then run the following commands

 composer install


 npm install


 cp .env.example .env

go to .env and setup your database and then run the following commands

 php artisan migrate


 php artisan key:generate

finally create your dream wep app

About

A starter boilerplate for your next project. Laravel 8 Vuejs3 with Tailwindcss


Languages

Language:PHP 96.0%Language:Vue 2.8%Language:Shell 0.8%Language:Blade 0.5%