antoniputra/ngeblog

Quickstart Blogging for Laravel application.

Downloads

60

Stars

16

Version

v1.1.2

Build Status Latest Stable Version License

Ngeblog

It just quickstart to have simple blogging system for your existing laravel application. It will give you Blogs and Categories out of the box. Ngeblog also provides a simple admin panel using Bulma.

Screenshot

Ngeblog Screenshot

Installation

  1. composer require antoniputra/ngeblog

  2. php artisan ngeblog:install

  3. You done!

Protect the admin panel

Once this package already installed correctly, by default it will provide admin panel at /ngeblog with no protection. You can add your own protection like below:

// routes/web.php

Ngeblog::auth(function ($request) {
    // your protection logic...

    return auth()->check();
});

Credits

License

Ngeblog is open-sourced software licensed under the MIT license

antoniputra

Author

antoniputra