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.
For the best experience, follow along in our interactive school at https://www.coderstape.com
Front End Presets
https://laravel.com/docs/6.x/frontend
DigitalOcean Referral
https://m.do.co/c/7dce5364ef4d
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!
Original source
Emil Maran
Tutorial index 🙂
1:25 php artisan preset bootstrap
2:31 npm install && npm run dev
Hussain Shareef
Can you make a tutorial to use bootstrap.rtlcss
Milan Pino
IN LARAVEL 7 YOU HAVE TO RUN php artisan ui bootstrap
Gabriel Shiva
Tutorial index update – Laravel 7
1. php artisan ui bootstrap
2. npm install
3. npm run dev
Sayyam Abbasi
Preset command is not available in
Php artisan
I have laravel framework 7.5.2
waell khanji
bootstrap not working 🙁 nothing changing after those steps
Jaylugia
it says npm is not recognized what should i do now?
Mlouk
to install bootstrap 4 on laravel 6^
composer require laravel/ui
php artisan ui bootstrap
php artisan ui bootstrap –auth
npm install
NullPointer
if ' php artisan preset bootstrap 'doesnt work try
php artisan ui bootstrap
James Mbatia
This is great, but I got one question how comes I don't have the preset command I'm using php 7.4.1
sukhwinder singh
Really Helpful 🙂 Thank you
Albert Sandig
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
James Lloyd Clavel
is it just me or after installing the preset bootstrap and running npm install and npm run dev, the /logout doesn't work anymore. I needed to add the route /logout in web.php
luga977
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!
Bernardino Arjay
Where are you viktor? I miss your videos 😭
Abdellah Ahmed Saleh
Hey i love your videos. Can you please make some videos on PHP OOP / Intermediate OOP please. that would really help thanks.
Reza
Hey Victor, now that I have some time, I'm following your two courses on Udemy. But for the moment I hate the whole TDD approach :/ It's very tedious. My questions are:
1. When developing a SPA (or even just using Vue for parts of your front-end), do you always need to work with an API? (I like that Passport let you easily consume your own API though)
2. When working with an API, do you really need to have a TDD approach? Or can you skip it, at least for smaller projects?
GarfiidooDK
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.
BT
This series is unbelievably good. Also your teaching is great, your voice and speed is exactly how it should be. More laravel please! 🙂 Do you also plan on beginner php series?
Loyd Tafireyi
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
Rizwan Rizzu
which software do you use for switching open application by searching its name
wassim
Hello, please a question, how can i use tailwind-css instead
Proudly African
the bootstrap javascript components such as dropdown, button toggle are not working! please help Edited: I fixed it (Run "php artisan ui vue" then npm install and then npm run dev" Thank for this serie!
Tarun Tiwari
hello sir can you please make a video on how to build referral system using laravel?
ariel
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.
An Bui Ngoc
I am a student at university specializing in information technology
and have knowledge about database data structure. T just started my first par-time job and it works with php laravel. So, which tutorial should I start with in this chanel?
Help me, please
Razva Cos
Laravel + Quasar framework tutorial please
Reza
Btw now you can use the flag –auth when creating a new Laravel project!
Edgar Andrey Vega Paredes
Thank you.