Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```