Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suresh-ramani/laravel9-bootstrap5-vite
How to Install Bootstrap 5 in Laravel 9 With Vite
https://github.com/suresh-ramani/laravel9-bootstrap5-vite
bootstrap bootstrap5 laravel laravel9 vite vitejs vue vue3 vuejs
Last synced: about 1 month ago
JSON representation
How to Install Bootstrap 5 in Laravel 9 With Vite
- Host: GitHub
- URL: https://github.com/suresh-ramani/laravel9-bootstrap5-vite
- Owner: suresh-ramani
- Created: 2022-07-14T17:50:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-11T20:43:21.000Z (over 1 year ago)
- Last Synced: 2024-09-28T19:43:02.747Z (about 2 months ago)
- Topics: bootstrap, bootstrap5, laravel, laravel9, vite, vitejs, vue, vue3, vuejs
- Language: PHP
- Homepage: https://techvblogs.com/blog/how-to-install-bootstrap-5-in-laravel-9-with-vite
- Size: 109 KB
- Stars: 11
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Installation Command
```
composer install // For Development / Local
composer install --no-dev --optimize-autoloader
cp .env.example .env
php artisan key:generate
npm install
npm run dev
php artisan server
```