/setup-laravel10-bootstrap-fontawesome

This repository contains the basic setup for a Laravel project integrated with Bootstrap and FontAwesome. It provides a clean and customizable starting point for developing modern web applications with a responsive design and robust UI components.

Primary LanguagePHP

Laravel Logo

Laravel Project Setup with Bootstrap & FontAwesome

This repository contains the basic setup for a Laravel project integrated with Bootstrap and FontAwesome. It provides a clean and customizable starting point for developing modern web applications with a responsive design and robust UI components.

Features

  • Laravel Framework: Powerful backend development framework.

  • Bootstrap: Integrated for responsive and mobile-first design.

  • FontAwesome: Added for scalable vector icons and social logos.

  • Ready-to-use layout with Bootstrap-based navigation and styling.

Installation

  1. Clone this repository:
https://github.com/CanGeus/setup-laravel10-bootstrap-fontawesome.git
  1. Navigate to the project folder:
cd your-repo-name
  1. Install dependencies:
composer install
npm install
  1. Compile assets:
npm run dev

Usage

Customize the layout in resources/views/layouts/app.blade.php. Add your styles and scripts in the resources/css and resources/js directories.

Let me know if you'd like adjustments or additional details! 😊