Laravel 6 Beginner - e16 - Front End Presets (Bootstrap)

preview_player
Показать описание
Front end presets are an easy way to swap out your Laravel's frontend in one single command. Let's use it to add Twitter Bootstrap to our project.

Front End Presets

DigitalOcean Referral

About This Course

If you have been looking to learn Laravel, there hasn't been a better time. The framework reached an important point in its life, with the release of Laravel 6. There has never been more demand for Laravel developers than now. In this series, we are going to get you started in your path to becoming a Laravel Artisan. Let's get right to it!
Рекомендации по теме
Комментарии
Автор

Tutorial index :)
1:25 php artisan preset bootstrap
2:31 npm install && npm run dev

MPXVM
Автор

for laravel 8 use these to install bootstrap
1. composer require laravel/ui
2.php artisan ui bootstrap
3.npm install
4.npm run dev

samimahassan
Автор

if ' php artisan preset bootstrap 'doesnt work try

php artisan ui bootstrap

ZTF
Автор

Preset command is not available in
Php artisan
I have laravel framework 7.5.2

sayyamabbasi
Автор

Btw are you planning to make a series about *SWOOLE* basics? It will be nice to grow its community. I am sure you know what I'm talking about.

nac
Автор

The error shows me "npm is not recongnized " and how to command in window command prompt. I think it needs or misses in command line. What should i do for that??

heinhtet
Автор

Hi Victor! Thanks for these videos. I would like to know what is the difference between PHP artisan preset bootstrap and PHP artisan ui bootstrap in laravel 6. Thanks!

luga
Автор

Best Laravel Channel ever. But i got a question Victor, how do i link vue with my custom css in the public directory so that i can maintain the follow button from the instagram clone tutorial

loydtafireyi
Автор

What plugins do you have for phpstorm for Laravel, and other cool stuf.
I keep getting some "warnings" telling me that X method isnt a part of X og some functions doesnt exists.
even tho the site and everything works just fine.

jespertdk
Автор

Hello, please a question, how can i use tailwind-css instead

wassim
Автор

it says npm is not recognized what should i do now?

jaylugia
Автор

why is your git don't have [32m on each line?
my git needs to have to type --no-ansi while yours don't need to

a.....
Автор

which software do you use for switching open application by searching its name

mohammedrizwan
Автор

hello sir can you please make a video on how to build referral system using laravel?

taruntiwari
Автор

Can you make a tutorial to use bootstrap.rtlcss

HusseinShareef
Автор

This is great, but I got one question how comes I don't have the preset command I'm using php 7.4.1

jamesmbatia
Автор

Tutorial index update - Laravel 7
1. php artisan ui bootstrap
2. npm install
3. npm run dev

gabrielshivagomes
Автор

bootstrap not working :( nothing changing after those steps

waellkhanji
Автор

Hey i love your videos. Can you please make some videos on PHP OOP / Intermediate OOP please. that would really help thanks.

abdellahahmedsaleh
Автор

to install bootstrap 4 on laravel 6^
composer require laravel/ui
php artisan ui bootstrap
php artisan ui bootstrap --auth
npm install

mlouk