I'm entering LABEL now. Questions about concepts

Asked 2 years ago, Updated 2 years ago, 40 views

I'm going to create a web page linked to DB I'm going to use the La Label Framework because I want to use it to study. We have completed the current installation and succeeded in displaying the main page of the label.

Now I'm trying to create the page I want by linking DB, but it's my first time using the framework, so I'm a little confused about the concept, so I want to get help to correct it.

So far, I haven't looked into details thinking that I'm just going to install it, but I thought that I would drag and write the framework by providing the corresponding function like SDK. Just like creating a new project with an SDK underneath and using it as you please.

However, after completing the installation, looking at the structure of the label, it seems that it is not that concept, but creating a page in the label directory installed on the server. In other words, it seems that the installed label directory itself becomes my application, so is it correct that I understand?

I would appreciate it if you could give me advice if there is anything else I should know about introducing lavel.

laravel php

2022-09-22 21:24

1 Answers

Yes, that's right. The folder you created with lavel new is an application, and now you can modify it and create it.

Now create a controller in the app\http\controllers folder, create it, and start with routes.php in the app\http folder.

The other good thing to know is

https://laravel.kr/docs

It's a Korean manual for La Label. Reading Korean rather than English makes me feel comfortable


2022-09-22 21:24

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.