2017 © Pedro Peláez
 

library ngeblog

Quickstart Blogging for Laravel application.

image

antoniputra/ngeblog

Quickstart Blogging for Laravel application.

  • Wednesday, January 3, 2018
  • by antoniputra
  • Repository
  • 2 Watchers
  • 18 Stars
  • 27 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 1 Open issues
  • 7 Versions
  • 8 % Grown

The README.md

, (*1)

GitHub Actions Workflow Status License , (*2)

Ngeblog

It helps you to quickly set up a simple Blogging System for your existing or brand-new Laravel application. Ngeblog provides a simple and elegant admin panel built with Vue and Daisy UI as a Modern SPA App., (*3)

Features

  • BlogPost with Tiptap Editor.
  • Tagging feature.
  • Dashboard.
  • Starter Page.
  • and more...

Screenshot

Preview of Dashboard page.

Ngeblog Screenshot , (*4)

Preview of Starter page.

Ngeblog Screenshot , (*5)

Installation

composer require antoniputra/ngeblog

Resolve the installation:, (*6)

php artisan ngeblog:install

Configuration

After installation, by default will provide an admin panel at https://your-web.test/ngeblog and only available for authenticated user., (*7)

Follow below section to customize as you wish., (*8)

Change Admin Panel URL

Go to your .env and put new key value:, (*9)

NGEBLOG_PATH='blog-admin-panel'

Protect Admin Panel

You can add your own protection logic like below:, (*10)

// App/Providers/AppServiceProvider.php

Gate::define('accessNgeblogAdmin', function ($user) {
    return in_array($user->email, [
        // list of whitelisted emails...
    ]);
});

Contributing Guide

I glad to see you here on this section. Whether you're a seasoned developer or new to open source, your participation is valuable. Let's collaborate and learn together! 🚀, (*11)

Follow the steps below to get started., (*12)

Back-end Dependencies:

  • Laravel 11
  • Pest, Testbench

Front-end Dependencies:

  • Vue 3 & VueRouter (script-setup)
  • Tailwind & DaisyUI.
  • Tiptap Editor, HeadlessUI, VueUse, FloatingUI.

Steps to Contribute:

  1. Fork and clone the repo, then navigate to the project folder.
  2. Install dependencies: composer install & npm install.
  3. Run the app: composer serve.

Asset Building:

  • For development (rebuilds on save): bash npm run watch
  • Before pushing code (minified version): bash npm run build

Credits

License

Ngeblog is open-sourced software licensed under the MIT license., (*13)

Built with love by @antoni_putra12 and made better by you., (*14)

The Versions

27/11 2017

v1.1.0.x-dev

1.1.0.9999999-dev

Quickstart Blogging for Laravel application.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Antoni Putra

laravel blog

27/10 2017

v1.0.0

1.0.0.0

Quickstart Blogging for Laravel application.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Antoni Putra

laravel blog