July 2018
Intermediate to advanced
420 pages
8h 46m
English
As we can see earlier when using the php artisan list command, we do not have any alias command to create the application views automatically. So we need to create the views manually:
<div class="container"> <div class="content"> <div class="title">Hi i'm a view</div> </div></div>
Read now
Unlock full access