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.
- Clone this repository:
https://github.com/CanGeus/setup-laravel10-bootstrap-fontawesome.git
- Navigate to the project folder:
cd your-repo-name
- Install dependencies:
composer install
npm install
- Compile assets:
npm run dev
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! 😊