Home > php教程 > php手册 > body text

First introduction to Vue.js through Laravel

WBOY
Release: 2016-10-22 00:00:05
Original
1135 people have browsed it

I have also been learning the Laravel framework recently, because I have learned the TP framework before, and everyone said that Laravel is the most elegant framework, so I couldn’t help but try this framework that has become very popular abroad after school started.
Overall , after learning the tp framework, I feel that tp was written by the Chinese themselves, so many ideas are still easy to accept. If you want to get started with the php framework, I think tp is a pretty good choice. Of course, the ci framework is also a very good choice. Because it is lightweight enough. TP's mvc architecture will be easy for you to accept. It looks very convenient in front and backend applications. Of course, this seems to be simpler and more convenient in the yii framework, because I am only exposed to the Chinese yii framework and don't know much about it. Next I want to talk about this framework for a while. But I still need to learn laravel, and I use laravel to write my own blog. Of course it still needs to be improved. Because when I saw laravist, the laravel domestic video community, I had an idea. Can't do that well. But at least I think it’s a good thing to be able to fulfill some of my own needs.
Next, let me talk about my feelings during this time when I came into contact with laravel. Laravel will really open your eyes. Because I learned in homestead, which is the environment officially recommended by laravel. So I have a deep understanding that first of all, laravel is too powerful for data management. I really didn’t know that a database could be generated like this before. Includes backup of database. Sometimes it serves as a lot of database functions, and these can be done using the command line. I think this is very convenient. Then some of its own management including routing, controllers, requests, etc. are also very elegant. You can also generate the processing files you need through the command line. Of course, you can also create new folders for management yourself. Another thing is that laravel has a lot of plug-ins. For details, you can see this website http://packalyst.com/. This is also a plug-in solution tailored for laravel. You only need one line of code in the dependency, and then use PHP's package management composer. Of course, if your template file needs to be used, you can register it in providers and inject it when you use it. Speaking of which, laravel's dependence on package management is indeed quite user-friendly. After learning Laravel in the first stage, I made a blog system and deployed it on my own server. However, it still needs to be improved in the later stage. This can be regarded as a test of my own learning for a period of time. In the meantime, I think the teacher at http://study.163.com/course/courseMain.htm?courseId=1003163020 is indeed very profound. Of course, those in the laravist Chinese community are also pretty good. I have to admire how awesome this webmaster is, even though he is also a student. I believe everyone who studies laravel knows this webmaster from Sichuan University. There is also the laracast website, which is a laravel community abroad. Those who are good at English can also check it out. When I encounter some problems, I find that foreigners’ solutions are quite straightforward.
Next, let’s talk about the official default Vue.Js front-end framework in laravel5.3. Because it was written for a Chinese American who also worked at Google, so you can imagine. Therefore, the Chinese documentation on Shenma is quite rich. Compared with others such as angularJs and ReactJs, VueJs is also relatively simple, and the corresponding learning cost is also low. I have written some simple things about angularJs before, but I don’t know much about it, because I didn’t realize how important these were to me at the time. Of course, now I am facing laravel, so I resolutely embarked on the road of learning VueJs. Now that I am in my third year of college, I have few courses. Some of them are not interesting to me, so I would rather spend this time typing code. I haven’t learned Vue.Js for a long time. Of course, it only takes a few days to get started. After all, there is so much time every day. Next, there is a lot more to Laravel that I have to experience.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!