Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.
/ VILT Public archive

Laravel Boilerplate bassed on Vue.js Inertia.js And Tailwind

Notifications You must be signed in to change notification settings

holiq/VILT

Repository files navigation

VILT Boilerplate

VILT Is A Laravel Boilerplate provides a very flexible and extensible way of building your custom Laravel applications.

Features

  • Responsive
  • Tailwin CSS
  • Vue.js
  • Inertia.js
  • SPA (Single Page Aplication)

System Requirements

To be able to run Laravel Boilerplate you have to meet the following requirements:

  • PHP >= 7.4

Installation

  1. Clone this repository
$ git clone https://github.com/holiq/VILT.git
  1. Change into the working directory
$ cd VILT
  1. Copy .env.example to .env and modify according to your environment
$ cp .env.example .env
  1. Install composer dependencies
$ composer install
  1. An application key can be generated with the command
$ php artisan key:generate
  1. Execute following commands to install other dependencies
$ npm install
$ npm run watch
  1. Run migrtion to create the table
$ php artisan migrate
  1. Run VILT Boilerplate
$ php artisan serve
or
$ php -S localhost:8000 -t public/

Now you can browse the site at http://localhost:8080

Bugs and Feedback

For bugs, questions and discussions please use the GitHub Issues.

License

This boilerplate is open-sourced software licensed under the MIT license.

About

Laravel Boilerplate bassed on Vue.js Inertia.js And Tailwind

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages