An open API service indexing awesome lists of open source software.

https://github.com/howz1t/laravel7-project-template

laravel 7 project template
https://github.com/howz1t/laravel7-project-template

Last synced: 2 months ago
JSON representation

laravel 7 project template

Awesome Lists containing this project

README

          

# Laravel 7 Project Template
Laravel 7 Project Template using Vue, Vuex, Vue-Router, Bootstrap 4, Sass, and Typescript.

## Getting Started
After cloning the project run the following commands
```
composer install
npm install
npm run dev
```