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
- Host: GitHub
- URL: https://github.com/howz1t/laravel7-project-template
- Owner: HOWZ1T
- Created: 2020-07-18T16:15:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T11:49:40.000Z (over 3 years ago)
- Last Synced: 2025-01-01T18:36:41.785Z (over 1 year ago)
- Language: PHP
- Size: 2.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
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
```