Contents:
You know Vue is not a language, right?
I only know is native php, do you mean laravel is framework for php?
Do you have any advice to learn the laravel quickly?
Have you ever used composer, Allen?
this is the basic things that I need to learn?
the code I will use is still the same in the native php?
Have you managed to install Laravel yet, Allen?
You know Vue is not a language, right?
I only know is native php, do you mean laravel is framework for php?
Do you have any advice to learn the laravel quickly?
Have you ever used composer, Allen?
this is the basic things that I need to learn?
the code I will use is still the same in the native php?
Have you managed to install Laravel yet, Allen?
GistOf 2021-03-31 09:22:17
Laravel is like that to PHP
2021-03-31 09:22:19
GistOf 2021-03-31 09:21:27
You know Vue is not a language, right? The language is JavaScript
framework
GistOf 2021-03-31 09:23:05
Laravel is not a language. You need to learn PHP first
2021-03-31 09:23:08
GistOf 2021-03-31 09:22:17
Laravel is like that to PHP
I only know is native php, do you mean laravel is framework for php?
GistOf 2021-03-31 09:23:48
2021-03-31 09:23:08
I only know is native php, do you mean laravel is framework for php?
Yes
GistOf 2021-03-31 09:24:13
Like what Bootstrap is to CSS or Vue to JS
GistOf 2021-03-31 09:25:47
It’s a collection of utilities to help speed up the development process and standadise some aspects
2021-03-31 09:26:39
GistOf 2021-03-31 09:24:13
Like what Bootstrap is to CSS or Vue to JS
Do you have any advice to learn the laravel quickly?
GistOf 2021-03-31 09:27:00
Define quickly
2021-03-31 09:28:01
GistOf 2021-03-31 09:25:47
It’s a collection of utilities to help speed up the development process and standadise some aspects
that my senior said to it’s help my project speed but the problem is I don’t have any idea about laravel that’s why I’m here
GistOf 2021-03-31 09:29:40
I’m not an expert at introducing Laravel to newbies, but I’ll try
GistOf 2021-03-31 09:30:07
You know it’s called an MVC framework?
2021-03-31 09:31:02
GistOf 2021-03-31 09:30:07
You know it’s called an MVC framework?
Model View Controller?
GistOf 2021-03-31 09:36:42
That means it kinda makes you follow the MVC design pattern. A request will typically go like this:
1. Routes – they determine which class to use to handle the request
2. Controller – they are the classes that handle requests and respond to them
3. Models – they are called/used by controllers if there is need to manipulate or retrieve data in or from the database
4. Views – they are used by the controller to render the pages
1. Routes – they determine which class to use to handle the request
2. Controller – they are the classes that handle requests and respond to them
3. Models – they are called/used by controllers if there is need to manipulate or retrieve data in or from the database
4. Views – they are used by the controller to render the pages
GistOf 2021-03-31 09:38:10
Are you there @allen6894 ?
GistOf 2021-03-31 09:40:22
Have you ever used composer, Allen?
2021-03-31 09:40:24
GistOf 2021-03-31 09:36:42
That means it kinda makes you follow the MVC design pattern. A request will typically go like this:
1. Routes – they determine which class to use to handle the request
2. Controller – they are the classes that handle requests and respond to them
3. Models – they are called/used by controllers if there is need to manipulate or retrieve data in or from the database
4. Views – they are used by the controller to render the pages
1. Routes – they determine which class to use to handle the request
2. Controller – they are the classes that handle requests and respond to them
3. Models – they are called/used by controllers if there is need to manipulate or retrieve data in or from the database
4. Views – they are used by the controller to render the pages
this is the basic things that I need to learn?
the code I will use is still the same in the native php?
2021-03-31 09:41:57
GistOf 2021-03-31 09:40:22
Have you ever used composer, Allen?
not yet, I’m more in the HTML and CSS and framework is new to me and never learned from school
GistOf 2021-03-31 09:42:59
This is something not many people will tell you: It helps to know what composer does and why it exists
GistOf 2021-03-31 09:47:11
in a nutshell, composer is a utility to help developers use packages developed by others. It’s a way to help you avoid reinventing the wheel
GistOf 2021-03-31 09:49:24
A lot of the things you want to do in a project have been done before. Composer gives you access to Packagist.org where many php packages are uploaded
GistOf 2021-03-31 09:50:22
Among other things, Laravel is a collection of packages on Packagist.org
2021-03-31 09:50:27
GistOf 2021-03-31 09:49:24
A lot of the things you want to do in a project have been done before. Composer gives you access to Packagist.org where many php packages are uploaded
really, why my teacher didn’t teach that to us?
2021-03-31 09:50:57
GistOf 2021-03-31 09:50:22
Among other things, Laravel is a collection of packages on Packagist.org
how to use this?
2021-03-31 09:51:16
I always start from the scratch
GistOf 2021-03-31 09:53:39
Have you managed to install Laravel yet, Allen?
GistOf 2021-03-31 09:57:07
2021-03-31 09:50:27
really, why my teacher didn’t teach that to us?
Because you need to learn the basics before you learn the shortcuts
2021-03-31 10:00:33
GistOf 2021-03-31 09:53:39
Have you managed to install Laravel yet, Allen?
I installed and create project but I don’t know how to code
GistOf 2021-03-31 10:08:37
Don’t let it intimidate you. It’s just php that uses a huge number of other people’s classes
Azad Akhtar 2021-03-31 10:11:29

Azad Akhtar 2021-03-31 10:11:30

YtcCyberTech 2021-03-31 10:22:42

Anybody know what is this error.
Prem Soni 2021-03-31 10:23:10
YtcCyberTech 2021-03-31 10:22:42
Anybody know what is this error.
send your route
YtcCyberTech 2021-03-31 10:24:13

YtcCyberTech 2021-03-31 10:24:29
