PHP code example of gustavomartinez / gmblog

1. Go to this page and download the library: Download gustavomartinez/gmblog 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/ */

    

gustavomartinez / gmblog example snippets

html
<!-- resources/layouts/blog.blade.php -->
@yield('blog')
html
<!-- resources/layouts/post.blade.php -->
@yield('post')
js
purge: [
    "../packages/gmblog/**/*.php",
    // ...
];
bash
php artisan vendor:publish --tag=config --provider='Gmblog\GmblogServiceProvider'