Hi all,
As I'm trying to start my first project using Laravel, I'm starting to feel very overwhelmed. What I thought would be an easy start, is turning out to be confusing and a rabbit hole?
So a while ago I bought a bootstrap theme : https://themes.getbootstrap.com/product/hyper-responsive-admin-dashboard-template/
Partly for practice, but also having the intended project in mind. I actually started learning basic vanilla php, oophp, making a 'basic' framework, to recently (+/- 2 weeks) getting into laravel.
This is all very quick I know... but the goal is to start with a project that I have in mind for a longer time and I decided to just go for it, instead of thinking about it.
Although I feel I still struggle with understanding some (several) aspects of Laravel, I just want to get some progress. Learn along the way, maybe get a very simple start of the project live, and keep developing / learning further as more users are (hopefully) joining.
Now before (= when using the custom framework) I had a public folder which contained:
- css (+/- 4 css files)
- fonts (+/- 25 .ttf / .woff, etc files)
- img (all my page images)
- js (7 js files + 2 folders).
I used the following method to get started with laravel and bootstrap :
https://medium.com/@shrijan00003/the-preferred-way-of-using-bootstrap-with-laravel-7-8e51ba845574
However do I just add the files in the respective folder (even create the missing folder(s))?
I tried searching through Laracasts, but couldn't find a course in which they only use laravel & bootstrap.
Seems like a lot of 3rdparty(?) options are being used during these tutorials/courses
Thanks for the feedback,
Really appreciated