Learn How to install CSS 3 and Bootstrap 4 in Laravel 8
Автор: Echt Solutions - A Software Company
Загружено: 2022-02-08
Просмотров: 251
Описание:
Learn How to install CSS3 and Bootstrap 4 in Laravel 8 Framework
Step 1 :
Make a new Laravel Project by the following command:
composer create-project laravel/laravel laravelbootstrap
cd laravelbootstrap
php artisan serve
Step 2:
For installing bootstrap and css into the project, apply following commands:
1.composer require laravel/ui
2. php artisan ui bootstrap
3. npm install
4. npm run dev
Step 3:
Edit a view and embed 3 link to use a CSS3 and BOOTSTRAP 4 by using these command :
link rel=”stylesheet” href=””{{ asset(“css/app.css”) }}”
script src=”{{ asset(“js/app.js”) }}”
script src=”{{ asset(“js/bootstrap.js”) }}”
Here we go. All done
Enjoy the Laravel with coding.
Subscribe us and Join our Family of Tech World.
Website: https://echtsol.com
Facebook : / echtsol
Instagram : / echtsol
Twitter: / echtsol
LinkedIn: / echtsol
Повторяем попытку...

Доступные форматы для скачивания:
Скачать видео
-
Информация по загрузке: