Dynamic Blinkie Text Generator at TextSpace.net

Feedburner

I heart FeedBurner

Rabu, 19 September 2018

Membuat Judul Website di Laravel

1. Buka config kemudian app.blade.php
 Lalu buat file seperti :
<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Application Name
    |--------------------------------------------------------------------------
    |
    | This value is the name of your application. This value is used when the
    | framework needs to place the application's name in a notification or
    | any other location as required by the application or its packages.
    */

    'name' => 'Your App Name',

    'subtitle' => 'Your app’s subtitle',

    // Other configuration settings...

];
 


Tidak ada komentar:

Posting Komentar