Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saimow/laravel8-vue3-bootstrap5
This is a Starter Laravel 8 project with Vue 3 and Bootstrap 5 installed for you.
https://github.com/saimow/laravel8-vue3-bootstrap5
bootstrap bootstrap5 laravel laravel-framework laravel-vuejs laravel8 starter-kit starter-project starter-template vue vue3 vuejs
Last synced: about 1 month ago
JSON representation
This is a Starter Laravel 8 project with Vue 3 and Bootstrap 5 installed for you.
- Host: GitHub
- URL: https://github.com/saimow/laravel8-vue3-bootstrap5
- Owner: saimow
- License: mit
- Created: 2021-09-29T14:29:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-29T15:29:22.000Z (about 3 years ago)
- Last Synced: 2024-10-11T11:22:11.357Z (about 1 month ago)
- Topics: bootstrap, bootstrap5, laravel, laravel-framework, laravel-vuejs, laravel8, starter-kit, starter-project, starter-template, vue, vue3, vuejs
- Language: PHP
- Homepage:
- Size: 1.34 MB
- Stars: 8
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel8-Vue3-Bootstrap5
This is a Starter Laravel 8 project with Vue 3 and Bootstrap 5.
## Instalation Guide:
As always you need to:
`composer install`
Then
`npm install`
`npm run dev`
And don't forget the `.env` file and to generate the `APP_KEY` using `php artisan key:generate`
Then you can run:
`php artisan serve`