This was were the eagle vs arrow worm (hook) would have had a battle then the outcome from this battle would convert the eagle into a humming bird so it would take the fall
Incase you can't find the 'css' folder under public . The reason why is because in this tutorial he is using the older version of Laravel that includes Bootstrap after installing Laravel How to fix : Just enter these commands in your terminal . composer require laravel/ui php artisan ui bootstrap npm install npm run dev And after that , refresh your file explorer and see the magic . I suggest you must open 2 terminals , one for the 'npm run watch' and one for 'php artisan serve' command. I really love this guy. One of the Best teacher. Thank you so much .
Thanks a lot. I downloaded the playlist. I have started Laravel tutorial few weeks/months ago. But this has proven straight to the point and easy to understand.
Note: If someone typed npm install bootstrap and is getting error notification after type npm run dev, the solution is to import in resources/sass/app.scss : @import '~bootstrap/scss/bootstrap'; This tutorial is awesome! A great motivation to keep learning Laravel framework.
This is great tutorial I had ....Very practical,Clear what are they saying....I'm suggesting very one to follow this tutorials. Thank you Travasy Media
The folder structure is different in Laravel 7.x; So to include CSS you first need to install node js and run 1) composer require laravel/ui 2) npm install 3) npm run dev This will create CSS assets in public folder.
PLEASE !!!! HELP !!!..........PLEASE !!!! HELP !!!........PLEASE !!!! HELP !!! Thank You for the info let me when we should install laravel before step 1 or after step 1 or between any other steps ...... PLEASE !!!! HELP !!!
vineesh bro i love you. i was stuck on this for days i tried everything but after reading the comment i got my answer. and traversy media content is great but as you said the folder structure is different and i almost stopped the video and wanted to learn from new one but i liked the way he was teaching. but thanks any way.
thank you so much. Please note that if you find 'app.css' as blank page. Do this - composer require laravel/ui - php artisan ui bootstrap - npm install - npm run dev
You awesome Brad, I'm totally new to PHP, but I'm getting a lot when watching your tutorial. Wish you health and happiness to give more values to worldwide learners
for Laravel 6 and above, the app.css will be missing from the public/CSS folder. So do below. 1. open vs code terminal and run -> composer require laravel/ui 2. then run -> php artisan ui bootstrap 3. download and install node.js from nodejs.org 4. once the installation of node.js is done then restart the vs code editor (close and reopen it) 4. then open vs code terminal and run command -> npm install 6. final command -> npm run dev then you will find css/app.css will get created in the public folder Best of luck):
Thank you for this, if you are also stuck and runing "composer require laravel/ui" is not working,then ...try "composer require laravel/ui="1.*" --dev" for Lar 6
One of the best series by Travery Media........Such a clear walkthrough with each and every detail covered........I would like to do an advanced course
I didn't get this result 10:04 , because my css file was empty. The issue solved by running the following commands: composer require laravel/ui php artisan ui bootstrap npm install npm run dev npm install npm run dev I know the last two command are repeated, but when I did run the first four commands I was getting 'Finished. Please run Mix again?' message, by repeating the last two cammands I could get ride of this message and get everything work.
Man i love you ! bought a stupid pc, the cache clear is just awesome ! everything was working just the cache was there, you said let's clear it with cntr+f5 ! i did it, and everything in my code worked ! Fucking love u man ! 2 weeks stuck on this
You are the number 1 teacher of this community. I was trying another very very popular laravel course on udemy but he turned my head a trash can. Confused me so much. Im so impatient to see your new updated Laravel course with a huge project included on Udemy. Please keep on teaching us and please always be there. God bless you Brad. Thanks for all your effort.
Very nice tutorials. You went right to the point where It gets confusing for people who never used frameworks; viewing all that folders instead of the harmless xxxxxx.html or yyyyy.php.
If you want vscode emmet in blade templates, you can do the following. File > Prefs > Settings Add to settings "emmet.includeLanguages": { "blade": "html" }, "emmet.triggerExpansionOnTab": true Now you can do things like type link+tab will return If you have the Laravel Blade Snippets installed, you can also do b:if will return @if() @endif
19:23 sec for those who has problem with the url '/about' or '/services' it will be {{url('/about')}} {{url('/services')}} > in upgraded version laravel doesn't accept this method
You da man Brad. Am pretty new to this stuff. I want to see how laravel is better than plain old php on its own. Though I can see the value of using controllers and routes. It makes everything more elegant and organised.
ohmygod thank you so so much. ive tried and it works. thank you so so muchh. and thanks to you, i already understand laravel not in that pro level but as begginer, it really help me a lot. thank you again.
He Brad, Ive just read down and saw that someone else posted the same thing i.e, "harish durga" . Didn't realise I had to download separately and run. All sorted now . On with the tutorial. Thanks
For anyone using Laravel 7, these are the commands you have to use so that you have the app.css file: 1. composer require laravel/ui 2. php artisan ui vue --auth 3. npm install && npm run dev This last operation will take a while to complete, but at the end it will create the "css/app.css" and "js/app.js" under "public" directory.
For someone who has problem with "npm install" by following this tutorial.. Dont use Node.js version 9.2.0 Current, use 8.9.1 LTS. Hope this will be helpful.
Thank you so much for these videos. At my job, we use asp.net mvc which is very similar with the full version of Visual Studio. I've been wanting to learn php mvc.
These are about the best training videos I have ever seen. Unfortunately, Laravel, like all software changes quickly. Around 10:30 into Part 4 an assets folder is mentioned as being under the resources folder. The folder has been gotten rid of. An article on the Resources Directory can be found in Laravel-news.com. The article "Laravel 5.7 Resources Directory Changes" by Paul Redmond is dated August 6th of 2018.
Hey Brad!! you are just awesome man!. your tutorial is helped me a lot. I just one request you that can you please make a series Tutorial on C#/.net. I want to learn it also but i can't find any instructor like you.
If you are having an issue with the sass, node.js, npm --- follow this step 1 download node.js nodejs.org 2)close Vcode 3) install it, during your installation, it will bring a prompt to choose how you want it installed, click the installation with the option for all the components, npm,node.js, module. 4)then run the npm install 5) Good luck!!
Hi Brad, thanks again! I did the hands on. I hit a few bumps but solved it all. The code for Navbar, Jumbotron is outdated in the video. I have commented both the codes in some replies below. The Sass part went above my head since I dont know Sass yet, so I skipped that part. Rest all is good. Thanks a ton Brad!
i encountered the same problem when try to execute the npm install command, then i downloaded it from nodejs.org but the installation interruped and displayed this message 'The installer has encountered an unexpected error installing this package. the may indicate a problem with this package. the error code is 2755 '
Once you install Node.js, you have to then log out of your account and log back in, or just complete a simple restart. You can check if the installation completed successfully by opening a Command Prompt window and typing 'npm'. If you get a list of information on how to use the command properly, you've installed Node.js correctly :) hope this helps.
Gentleman here wrote: 1. Make Sure in /resources/js/app.js there is a code : require('./bootstrap'); 2. run in your terminal -> composer require laravel/ui 3 run in your terminal -> php artisan ui bootstrap 4. terminal -> npm install 5. terminal -> npm run dev My advice is after 3rd step, please reload IDE and run "npm -v" if that doesnt work then google "npm install" and you should install "npm" which is node package manager (not via terminal). Hope this helps. And then you should be able to use npm in your terminal.
I am using Laravel 10, in 10:04, app.css is empty and I do not have asset folder. Furthermore, I tried the mentioned solutions in the comment but have not worked
Laravel is seriously non-developer non-friendly..so painful to get started..but anyway, this tutorial is probably best because i keep coming back to it
the last code snippet he copy pasted is: Welcome To Laravel! This is the laravel application from the "Laravel From Scratch" TH-cam series LoginRegister
First of all i'd like to say your tutorials are really helping me right now as I'm having to learn to use Laravel to work on modifying an existing website for a client... I have been making websites using PHP for 10+ years now and I would say I am pretty decent at it if I do say so myself - but i'm really struggling to understand why anyone would want to make websites this way - after 60 minutes of your tutorial i've learned how to make something that I could have made in 2 minutes using bog-standard PHP. I get that it makes some things "easier"... like logins, session management yada yada, but at the expense of making even the simplest thing as creating a new page, significantly harder. I'm ranting, but I did just want to say thankyou for rescuing me with your tutorials (Y)
It's a great tutorial however in version 5.5 and onward there are so many new and easier way of doing this all. You are still doing it in classical and more manual way. Although this tutorial is excellent. Thanks for that.
oh i know, the trouble is from link stylesheet css, i change to online bootstrap and the navbar is work but i didn't know how to keep bootstarp offline and that is didn;t work because the version of bootstrap is not same, the version now is 4
It's happening because you're using bootstrap 3 code when you have bootstrap 4 installed with laravel. use the navbar from the link here instead: view-source:getbootstrap.com/docs/4.0/examples/sticky-footer-navbar/ However, make sure to delete the tags from that code or it will overlap the heading of your pages.
Love your videos and thank you. Once suggestion is treat us like dummies. The navbar section you act like everyone was born with that knowledge. Also at the end you put in HTML for a login/register button that got pulled from the unknown. I had to hand type that since it was just pasted quickly on the video. Maybe place those type of snippets in the description for easy copy/paste. Slow down a little for us noobs. Still keep up the good works and this was for positive critique reasons (not mad).
@Roger George I will add that the Bootstrap "Starter Template"s navbar has been changed since the making of this video and actually includes all the junk he said he didn't want like the search etc. Use this opportunity to work out html and remove the search and drop downs from the navbar.
@@YouReyKarr I understand PHP very well and I could even follow what he was doing even though I have not ever needed or used Bootstrap. All I was saying is any large chunk of code you include in a tutorial should be copy/paste ready in the description instead of a 5 seconds blur of video. Just giving constructive comments on how he could make tutorials even better for all. Another point I should have added is not use code examples from other pages at all (since they could be gone or changed at any time). For this tutorial just doing simple buttons would do as it did not need to look good for a tutorial. Stop reading so deep into very simple suggestions.
What is the use of npm? I can't install it in my Visual Studio code. Ever time I type "npm install" it says that "bash: npm: command not found". Help please. thanks
using npm you basically download the js and css files, then in your php code you include them, like downloading jQuery and include it in the head tag, and here he used npm also to minify the css files
I couldn't get the nav bar to display properly because it didn't have the CSS files. So, I added the bootstrap starter template code. Is Bootstrap code built into Laravel?
How do you make the navbar highlight the tab that you are currently on, since you can't just go to each page and set the proper active class on the bar?
For the Jumbotron:
Welcome To Laravel!
This is the laravel application from the "Laravel From Scratch" TH-cam series
Login Register
I noticed too late, but thanks! :)
Not all heroes wear capes.
thank you dude
Thanks so much! was looking for this :)
among all tutorials on youtube this stands first. most of things are covered in less time with clear explanation.
thankyou
Yeah, this is the first time I learned a framework in 2 days! All thanks to the way this guy teaches!!
wow....From Kenya...really admire every bit of how you teach and thanks so much for the knowledge
Your tutorials are perfect for learning rather than copying code. Not sure if humanity deserves this ;)
This was were the eagle vs arrow worm (hook) would have had a battle then the outcome from this battle would convert the eagle into a humming bird so it would take the fall
Incase you can't find the 'css' folder under public . The reason why is because in this tutorial he is using the older version of Laravel that includes Bootstrap after installing Laravel
How to fix :
Just enter these commands in your terminal .
composer require laravel/ui
php artisan ui bootstrap
npm install
npm run dev
And after that , refresh your file explorer and see the magic .
I suggest you must open 2 terminals , one for the 'npm run watch' and one for 'php artisan serve' command.
I really love this guy. One of the Best teacher.
Thank you so much .
life saver
for some reason, after i reach the last step which is npm run dev, css style still not being applied
Thanks a lot. I downloaded the playlist. I have started Laravel tutorial few weeks/months ago. But this has proven straight to the point and easy to understand.
Note: If someone typed npm install bootstrap and is getting error notification after type npm run dev, the solution is to import in resources/sass/app.scss : @import '~bootstrap/scss/bootstrap';
This tutorial is awesome! A great motivation to keep learning Laravel framework.
This is great tutorial I had ....Very practical,Clear what are they saying....I'm suggesting very one to follow this tutorials.
Thank you Travasy Media
The folder structure is different in Laravel 7.x; So to include CSS you first need to install node js and run
1) composer require laravel/ui
2) npm install
3) npm run dev
This will create CSS assets in public folder.
PLEASE !!!! HELP !!!..........PLEASE !!!! HELP !!!........PLEASE !!!! HELP !!!
Thank You for the info let me when we should install laravel before step 1 or after step 1 or between any other steps ...... PLEASE !!!! HELP !!!
@@sambitpati6129 Install Laravel first....
vineesh bro i love you.
i was stuck on this for days i tried everything but after reading the comment i got my answer.
and traversy media content is great but as you said the folder structure is different and i almost
stopped the video and wanted to learn from new one but i liked the way he was teaching.
but thanks any way.
You have me a lot
thank you so much. Please note that if you find 'app.css' as blank page. Do this
- composer require laravel/ui
- php artisan ui bootstrap
- npm install
- npm run dev
We are doing our Web Programming Project by Watching This tutorial. Thanks Brad. :)
You awesome Brad, I'm totally new to PHP, but I'm getting a lot when watching your tutorial. Wish you health and happiness to give more values to worldwide learners
Thank you Brad, it's very explicit courses.
Thanks Brad. I am starting Laravel now. For all trainings, I begin with your materials and move on documentation.
for Laravel 6 and above, the app.css will be missing from the public/CSS folder. So do below.
1. open vs code terminal and run -> composer require laravel/ui
2. then run -> php artisan ui bootstrap
3. download and install node.js from nodejs.org
4. once the installation of node.js is done then restart the vs code editor (close and reopen it)
4. then open vs code terminal and run command -> npm install
6. final command -> npm run dev
then you will find css/app.css will get created in the public folder
Best of luck):
Thank you for this, if you are also stuck and runing "composer require laravel/ui" is not working,then ...try "composer require laravel/ui="1.*" --dev" for Lar 6
hey please can you just copy what's in your app.css and paste on here ? mine does not seem to be working
Mine is blank as well. I've tried all the tips here in the comments and nothing seems to be working. I'm probably using Laravel 10 now
After all these stepes, I added '@vite(['resources/sass/app.scss', 'resources/js/app.js'])
' in the head of my app.blade.php
Your videos have helped me so much, I dont't skip ads. My way of thanking you brother
This is an INCREDIBLE course, thanks man, appreciate all the time you took to make these!
Was laravel blade snippets working for you? Mine is causing errors.
One of the best series by Travery Media........Such a clear walkthrough with each and every detail covered........I would like to do an advanced course
I didn't get this result 10:04 , because my css file was empty. The issue solved by running the following commands:
composer require laravel/ui
php artisan ui bootstrap
npm install
npm run dev
npm install
npm run dev
I know the last two command are repeated, but when I did run the first four commands I was getting 'Finished. Please run Mix again?' message, by repeating the last two cammands I could get ride of this message and get everything work.
Thanks - you are a life saver!
Man i love you ! bought a stupid pc, the cache clear is just awesome ! everything was working just the cache was there, you said let's clear it with cntr+f5 ! i did it, and everything in my code worked ! Fucking love u man ! 2 weeks stuck on this
For anybody who have a little rectangle for NavBar, using following Code :
{{config("app.name",'LSAPP')}}
Home (current)
About
Services
Search
nice! that helped. thank you!!!
That's nice and working perfectly .. Thanks @charlie
Is the results different because we're using different version of Laravel?
thank you ,
you saved a lot like my time and ...
You're so nice
Amazing series, Brad; you do explain all the stuff very nicely. Many thanks.
You are the number 1 teacher of this community. I was trying another very very popular laravel course on udemy but he turned my head a trash can. Confused me so much. Im so impatient to see your new updated Laravel course with a huge project included on Udemy. Please keep on teaching us and please always be there. God bless you Brad. Thanks for all your effort.
Very nice tutorials. You went right to the point where It gets confusing for people who never used frameworks; viewing all that folders instead of the harmless xxxxxx.html or yyyyy.php.
If you want vscode emmet in blade templates, you can do the following.
File > Prefs > Settings
Add to settings
"emmet.includeLanguages": { "blade": "html" },
"emmet.triggerExpansionOnTab": true
Now you can do things like type link+tab will return If you have the Laravel Blade Snippets installed, you can also do b:if will return @if() @endif
it's give an error on "emmet.includeLanguages":
What is the error text?
I already fix it, thank you sir. I just forgot to add a " , " on the previous setting before pasting the code you give.
Thank you very much, this helps.
thanks !
Everyone who have issues with navbar, please visit this link for example for bootstrap 3.3.7:
getbootstrap.com/docs/3.3/examples/starter-template/
thank you for the link..
You're welcome! Have a good "Laraveling".
BTW: Cheers to Brad for incredible informative tutorial. Quality content.
Thank you so much! it was driving me crazy
Why it does not work for other bootstrap navbar?
wow thanks a lot ^_^
I really like all of the videos so far, very good explanation and on point, thank you very much for this course!
19:23 sec for those who has problem with the url '/about' or '/services' it will be {{url('/about')}} {{url('/services')}} >
in upgraded version laravel doesn't accept this method
If anyone is having trouble getting the dropdown menu to work, I had to link the javascript file in the app.blade.php file, right above the CSS link:
I have watch 1-12 and Deploy tutorials..Very understandable,Clear all this and thank you again Traversy Media....
Dude, you're amazing! That has been the most exciting video so far. Thank you!
I would highly reccomend this tutorial :) I understand everything from the start. Keep it going!
Thank you very much, Brad. I’m new to Laravel and you made it so easy to learn.
Thanks alot for the great tutorial, I already knew Laravel but I followed this to refresh my memory...keep it up
Man, thank you VERY much for making this tutorial. It is soooo helpful! Direct to the point!
With your courses, everything is much easier :)
Thanks !
You da man Brad. Am pretty new to this stuff. I want to see how laravel is better than plain old php on its own. Though I can see the value of using controllers and routes. It makes everything more elegant and organised.
For Laravel 6,if you want to include Bootstrap.
In app.blade.php you can to add:
1.Before body:
2.After body:
And you will get Bootstrap
Hey this is awesome tutorials series. I recommend all series for laravel beginners. thank u Brad. thank u very much.
Thank you Brad, This is a great series of tutorial.
I've learned a lot.
ohmygod thank you so so much. ive tried and it works. thank you so so muchh. and thanks to you, i already understand laravel not in that pro level but as begginer, it really help me a lot. thank you again.
Great series. Very useful. Thanks Brad.
its the best course out there, very good explanation , man loved your work take love
He Brad, Ive just read down and saw that someone else posted the same thing i.e, "harish durga" . Didn't realise I had to download separately and run.
All sorted now . On with the tutorial. Thanks
Excellent video series. I am learning a lot. Keep up the great work.
For anyone using Laravel 7, these are the commands you have to use so that you have the app.css file:
1. composer require laravel/ui
2. php artisan ui vue --auth
3. npm install && npm run dev
This last operation will take a while to complete, but at the end it will create the "css/app.css" and "js/app.js" under "public" directory.
You are awesome! This was driving me crazy lol
Awesome , thanks sooooo much !!!!
F Thanks bro this was a serious issue for me
Will this work for current technologies?? I think I am using Laravel 9 now I don't know
Brad, I really enjoy the material
Good job!
For someone who has problem with "npm install" by following this tutorial.. Dont use Node.js version 9.2.0 Current, use 8.9.1 LTS. Hope this will be helpful.
Me. Can you help.
thanks for courses. I enjoyed every part of the video and it's very clearly tutorial...
Thank you so much for these videos. At my job, we use asp.net mvc which is very similar with the full version of Visual Studio. I've been wanting to learn php mvc.
you should get best lecture Award for this tutorial
Liked, subscribed, commented. Good tutorial, cheers. Got so many interesting things out of it.
Thank you, Brad! You're a class A instructor.
These are about the best training videos I have ever seen. Unfortunately, Laravel, like all software changes quickly. Around 10:30 into Part 4 an assets folder is mentioned as being under the resources folder. The folder has been gotten rid of. An article on the Resources Directory can be found in Laravel-news.com. The article "Laravel 5.7 Resources Directory Changes" by Paul Redmond is dated August 6th of 2018.
That's a very useful comment. Thanks bro
Hey Brad!! you are just awesome man!. your tutorial is helped me a lot. I just one request you that can you please make a series Tutorial on C#/.net. I want to learn it also but i can't find any instructor like you.
If you are having an issue with the sass, node.js, npm --- follow this step
1 download node.js nodejs.org
2)close Vcode
3) install it, during your installation, it will bring a prompt to choose how you want it installed, click the installation with the option for all the components, npm,node.js, module.
4)then run the npm install
5) Good luck!!
Hi Brad, thanks again! I did the hands on. I hit a few bumps but solved it all.
The code for Navbar, Jumbotron is outdated in the video. I have commented both the codes in some replies below. The Sass part went above my head since I dont know Sass yet, so I skipped that part. Rest all is good. Thanks a ton Brad!
This video helps me a lot, thank you.
when i run npm install it says command not found
Please install Node.js. Go to nodejs.org and download
yes I have already done that and moved forward in the series. thank you for replying.
i encountered the same problem when try to execute the npm install command, then i downloaded it from nodejs.org but the installation interruped and displayed this message 'The installer has encountered an unexpected error installing this package. the may indicate a problem with this package. the error code is 2755 '
sudo apt-get install npm
Once you install Node.js, you have to then log out of your account and log back in, or just complete a simple restart. You can check if the installation completed successfully by opening a Command Prompt window and typing 'npm'. If you get a list of information on how to use the command properly, you've installed Node.js correctly :) hope this helps.
Gentleman here wrote:
1. Make Sure in /resources/js/app.js there is a code : require('./bootstrap');
2. run in your terminal -> composer require laravel/ui
3 run in your terminal -> php artisan ui bootstrap
4. terminal -> npm install
5. terminal -> npm run dev
My advice is after 3rd step, please reload IDE and run "npm -v" if that doesnt work then google "npm install" and you should install "npm" which is node package manager (not via terminal). Hope this helps. And then you should be able to use npm in your terminal.
You sir are the man! Thank you for all this awesome videos
Brad you are amazing,you make awesome tutorial thanks
I really love this course.
cant apreciate more, this is quite amazing brief
without wading through the comments... If you are running on HTTPS, replace the {{asset}} with {{secure_asset}} options to have the css come through
I am using Laravel 10, in 10:04, app.css is empty and I do not have asset folder. Furthermore, I tried the mentioned solutions in the comment but have not worked
Laravel is seriously non-developer non-friendly..so painful to get started..but anyway, this tutorial is probably best because i keep coming back to it
the last code snippet he copy pasted is:
Welcome To Laravel!
This is the laravel application from the "Laravel From Scratch" TH-cam series
LoginRegister
thanks a bunch
This is very informative. Thank you so much
You are just the best!
Great tutorial.very good explanation.
Great tutorial. Great explanation!!!
nice tutorial!! this has helped me a lot. thanks.
Wow Brad, this is amazing. Thank you. :-)
First of all i'd like to say your tutorials are really helping me right now as I'm having to learn to use Laravel to work on modifying an existing website for a client... I have been making websites using PHP for 10+ years now and I would say I am pretty decent at it if I do say so myself - but i'm really struggling to understand why anyone would want to make websites this way - after 60 minutes of your tutorial i've learned how to make something that I could have made in 2 minutes using bog-standard PHP.
I get that it makes some things "easier"... like logins, session management yada yada, but at the expense of making even the simplest thing as creating a new page, significantly harder.
I'm ranting, but I did just want to say thankyou for rescuing me with your tutorials (Y)
best .... best of all tutorial.
I love the course
Your tutorial is good. But, I have an issue in installing npm---> "bash command not found". What version of Node.js did you used? Thanks so much.
Best explanations.
to install Laravel snippets easier:
1.go to settings
2. click on extension
3.search for Laravel blade snippets
4. Finally install it
Comments like this need to be highlighted/buffed, the tutorial's 3 years old and some things will not look the same in the User Interface
Awesome video playlist !!
It's a great tutorial however in version 5.5 and onward there are so many new and easier way of doing this all.
You are still doing it in classical and more manual way. Although this tutorial is excellent.
Thanks for that.
You are talking about Component and Slots, right ? I find they are easier to use than Layout and Section.
I am at here now thank you so much traversy media
Hello Brad, I am having issues with my navbar. It shows a tiny rectangle and the project name next to it. what do i do from here?
same thing happened to me too
oh i know, the trouble is from link stylesheet css, i change to online bootstrap and the navbar is work
but i didn't know how to keep bootstarp offline
and that is didn;t work because the version of bootstrap is not same, the version now is 4
It's happening because you're using bootstrap 3 code when you have bootstrap 4 installed with laravel. use the navbar from the link here instead:
view-source:getbootstrap.com/docs/4.0/examples/sticky-footer-navbar/
However, make sure to delete the tags from that code or it will overlap the heading of your pages.
Thank you very much! you solved it in 1 minute... cheers!
happy to help!
11:43 npm install. I have tried on my machine and getting the message that bash: npm: command not found. Anybody suggest me what to do?
Brad... You are great!
Love your videos and thank you. Once suggestion is treat us like dummies. The navbar section you act like everyone was born with that knowledge. Also at the end you put in HTML for a login/register button that got pulled from the unknown. I had to hand type that since it was just pasted quickly on the video. Maybe place those type of snippets in the description for easy copy/paste. Slow down a little for us noobs. Still keep up the good works and this was for positive critique reasons (not mad).
I faced a little problems too.
@Roger George I will add that the Bootstrap "Starter Template"s navbar has been changed since the making of this video and actually includes all the junk he said he didn't want like the search etc. Use this opportunity to work out html and remove the search and drop downs from the navbar.
@@YouReyKarr I understand PHP very well and I could even follow what he was doing even though I have not ever needed or used Bootstrap. All I was saying is any large chunk of code you include in a tutorial should be copy/paste ready in the description instead of a 5 seconds blur of video. Just giving constructive comments on how he could make tutorials even better for all. Another point I should have added is not use code examples from other pages at all (since they could be gone or changed at any time). For this tutorial just doing simple buttons would do as it did not need to look good for a tutorial. Stop reading so deep into very simple suggestions.
Great Job Sir!
at 7:39 why can't we write $data['title'] ??-it gives me an error that $data is not defined,but I passed it with ->with($data)
Where did you get the Jumbotron div?
yeah, i rewatched it thrice. just to check if I missed something he did. otherwise, the video was good
Thanks for the helpful videos!
What is the use of npm? I can't install it in my Visual Studio code. Ever time I type "npm install" it says that "bash: npm: command not found". Help please. thanks
At first install Node.js then run the command on your bash terminal npm install. This will do. Hope it helps.
This is a great tutorial!
Very good tutorial! I start to like PHP again :-)
Please isn't node for js stuff, so how can it be used with PHP? I want to understand it very well
using npm you basically download the js and css files, then in your php code you include them, like downloading jQuery and include it in the head tag, and here he used npm also to minify the css files
okay. Thanks
Oliver from Ghana
Hello brad, can you tell me where should i upload my pictures in laravel and how to mention them in css3 background:url() ?
I couldn't get the nav bar to display properly because it didn't have the CSS files. So, I added the bootstrap starter template code. Is Bootstrap code built into Laravel?
How do you make the navbar highlight the tab that you are currently on, since you can't just go to each page and set the proper active class on the bar?
Everything works fine when you spell YIELD correctly.
very good course, thanks
after you recompiled with "npm run dev" command the resulting css became unminimized. how would you compile it in minimized fashion? thanks.