Laravel 9 Bootstrap Template

screenshot of Laravel 9 Bootstrap Template
vite
bootstrap
scss

Overview:

The Laravel 9 + Bootstrap Template is a modified version of the laravel/laravel package. It includes several changes such as the removal of PostCSS, the installation of SASS and Bootstrap, and the restructuring of resource folders. The template also includes modifications to the vite.config.js file to include the new resource files in the compilation process. In addition, changes have been made to the welcome view, including the inclusion of assets using the @vite directive and the modification of content.

Features:

  • Modified version of laravel/laravel package
  • Removal of PostCSS
  • Installation of SASS
  • Installation of Bootstrap
  • Restructuring of resource folders
  • Modifications to vite.config.js for compilation
  • Inclusion of assets in the welcome view using @vite directive
  • Modification of content in the welcome view

Summary:

The Laravel 9 + Bootstrap Template is a customized version of the laravel/laravel package that includes the installation of SASS and Bootstrap, removal of PostCSS, and restructuring of resource folders. Additionally, modifications are made to the compilation process and the welcome view. By following the provided installation guide, users can reproduce this template in their Laravel projects.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

bootstrap
Bootstrap

Bootstrap is the most popular CSS Framework for developing responsive and mobile-first websites.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.