Waitrud Weber’s blog

things and reminders for memories

001 Laravel explanation

wwwStart common commands for creation of web site by use of lalavel.

 

> composer new blog
> cd blog
> php artisan serve

http://127.0.0.1:8000/

 

After Instlation of laravel I found the below.

./public/index.php

/*
|--------------------------------------------------------------------------
| Run The Application
|--------------------------------------------------------------------------
|
| Once we have the application, we can handle the incoming request
| through the kernel, and send the associated response back to
| the client's browser allowing them to enjoy the creative
| and wonderful application we have prepared for them.
|
*/

 

We could easily understand that because lalavel is on php and just framework.

I wrote the below after the above explanation.

 

print("Run The Application");

 

 

f:id:Waitrud_Weber:20181222235646p:plain

 

willinglytranslate.blogspot.com