← prev | next →
DesolatorMagno 2020-12-27 18:18:31
natghi2010 2020-12-27 16:25:16
i should read the docs like a book one day
That’s what i did when i started using Laravel, i gonna do it again next month, there are many changes and new sections since that time.
jovialcore 2020-12-27 18:28:16
DesolatorMagno 2020-12-27 18:18:31
That’s what i did when i started using Laravel, i gonna do it again next month, there are many changes and new sections since that time.
I see myself reading a full page for any laravel concept I want to understand via the docs
DesolatorMagno 2020-12-27 18:31:45
The problem reading just for something that you want to understand is that you focus in that, and you may lost to learn another thing that may be usefull in that case, for example, the way that @natghi2010 was trying to include a middleware in a group.
If you read all of it, even at a fast pace, you will retain some meta data, you may not remember how something is done, but you know that it can be done and it look kinda like x way.
Yasser 2020-12-27 18:39:48
I want learn laravel from scratch
Yasser 2020-12-27 18:40:11
I need advice
Yasser 2020-12-27 18:40:35
Or any recourse help me
jovialcore 2020-12-27 18:40:52
DesolatorMagno 2020-12-27 18:31:45
The problem reading just for something that you want to understand is that you focus in that, and you may lost to learn another thing that may be usefull in that case, for example, the way that @natghi2010 was trying to include a middleware in a group.
If you read all of it, even at a fast pace, you will retain some meta data, you may not remember how something is done, but you know that it can be done and it look kinda like x way.
Yes… When you read the whole doc on a concept sometimes, even if you don’t actually need the other subtopics on that page, oneday, you may remember you read something like that and it will help you quick fix stuff
DesolatorMagno 2020-12-27 18:49:06
Yasser 2020-12-27 18:40:35
Or any recourse help me
You know about: html, css, php, MVC, OOP, Framework?
Bhuvi100 2020-12-27 18:51:05
Idk why many people just joining and asking I want to learn Laravel from scratch without doing a single search in google
Bhuvi100 2020-12-27 18:51:31
You will easily find a complete roadmap needed to learn laravel
Bhuvi100 2020-12-27 18:52:18
Laravel nowadays a hugely popular framework and has lots of docs and guides online
DesolatorMagno 2020-12-27 18:56:57
Well, i was called in Tuesday for a Job using Laravel to start monday , i didn’t know it even exist before that, so i kinda understand trying to learn fast. I still did search in google and spend a couple of hours just saying “WTF i don’t get it” but at the end i could XD.
DesolatorMagno 2020-12-27 18:57:39
DesolatorMagno 2020-12-27 18:56:57
Well, i was called in Tuesday for a Job using Laravel to start monday , i didn’t know it even exist before that, so i kinda understand trying to learn fast. I still did search in google and spend a couple of hours just saying “WTF i don’t get it” but at the end i could XD.
I went from Python Desktop to Web using Laravel.
Yasser 2020-12-27 18:59:15
DesolatorMagno 2020-12-27 18:49:06
You know about: html, css, php, MVC, OOP, Framework?
It’s important to laravel ??
Yasser 2020-12-27 19:00:25
It’s mean i need to learn php before laravel
Yasser 2020-12-27 19:00:45
Right??
DesolatorMagno 2020-12-27 19:04:39
You don’t need to know about the motor, wheels, transit laws, etc. You don’t even need to know how to start a car to drive it, you can just learn to drive it.
DesolatorMagno 2020-12-27 19:11:41
Laravel is a framework for PHP, so you need knowledge about it, and yes, i would say that you need to know about all that i say before (html,css…) so you can work better with Laravel.
DesolatorMagno 2020-12-27 19:25:56
https://phptherightway.com/ Here is a good place to start to learn about PHP and them you can go here https://laracasts.com/series/php-for-beginners, where you will re watch some basic stuff and learn about the basic of a framework and Laravel.
The PHP Practitioner –
LaracastsWe all start somewhere. When it comes to web development with PHP, well, your first stop is this series. Designed specifically and exclusively for beginners, here, you’ll learn the fundamentals of PHP – all the way down to defining variables and arrays.
If you feel somewhat unprepared for the content at Laracasts, this
natghi2010 2020-12-27 19:26:09
DesolatorMagno 2020-12-27 18:31:45
The problem reading just for something that you want to understand is that you focus in that, and you may lost to learn another thing that may be usefull in that case, for example, the way that @natghi2010 was trying to include a middleware in a group.
If you read all of it, even at a fast pace, you will retain some meta data, you may not remember how something is done, but you know that it can be done and it look kinda like x way.
Not for a beginner
natghi2010 2020-12-27 19:26:43
but yes you are right
natghi2010 2020-12-27 19:26:55
My advice is to do it the way I do
natghi2010 2020-12-27 19:28:11
This world demands that you have to be ready for anything at anytime and frameworks are a dime in dozen. You cant afford to get invested too deeply in one. This week its laravel next week its express and the next week its asp.net.
natghi2010 2020-12-27 19:28:34
Dont even get me started on js frameworks
DesolatorMagno 2020-12-27 19:28:36
Everything is about balance, you can’t just read all day, you need to try and experiment, i was reading it as i was working, took 1-2 hours daily.
DesolatorMagno 2020-12-27 19:32:59
Yes, that’s why you can’t just learn how to use, you need to go deep, how it work, when you get that knowledge is easier to learn a new thing, and you can’t go in the life thinking tomorrow it may stop being used so what i learn today would be a waste of time. After you learn how to use it you can also expend time learning another tools, but i don’t thing that learning several tools at the same time trying to be jack of all trades master of none is that good. IMHO.
DesolatorMagno 2020-12-27 19:33:59
I see ppl going into a new language trying to do the same things they did in other languages and never trying to understand how to work in those new, because life is to short, i guess.
2020-12-27 19:35:02
can u tell best supporting tolls for pdf generation with unicode support in laravel 7
2020-12-27 19:36:11
i am making pdf file with hindi font
2020-12-27 19:37:08
DOMPDF is not supporting unicode hind font
2020-12-27 19:37:20
plz help me
sobirjonovs 2020-12-27 19:40:07
Something is wrong here?
sobirjonovs 2020-12-27 19:40:50
sobirjonovs 2020-12-27 19:41:28
sobirjonovs 2020-12-27 19:40:07
Something is wrong here?
this is not creating model data, but there is a data in the variabel $data
Bhuvi100 2020-12-27 19:56:31
sobirjonovs 2020-12-27 19:41:28
this is not creating model data, but there is a data in the variabel $data
Fillables?
← prev | next →