PHP code example of sebastiaanluca / laravel-blog

1. Go to this page and download the library: Download sebastiaanluca/laravel-blog library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

sebastiaanluca / laravel-blog example snippets


SebastiaanLuca\Router\RouterServiceProvider::class, + instructions on how to extend kernel
SebastiaanLuca\Helpers\Html\HtmlServiceProvider::class,
GrahamCampbell\Markdown\MarkdownServiceProvider::class,

'Form' => Collective\Html\FormFacade::class,
'Html' => Collective\Html\HtmlFacade::class,
bash
php artisan vendor:publish --tag=assets --provider="SebastiaanLuca\Blog\Providers\BlogServiceProvider"