Skip to content
View nidavel's full-sized avatar
Block or Report

Block or report nidavel

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
nidavel/README.md

About Nidavel

Nidavel is a Content Management System built with Laravel which focuses on producing beautiful, professional static content. Think of it as a WordPress for Laravel, with the ability to generate static contents of the whole website.

Requirements

  • PHP version 8 minimum
  • Composer version 2 minimum

Quick start

  • Get Nidavel

    git clone https://github.com/nidavel/nidavel.git
    
  • Install

    cd Nidavel
    

    Install dependencies

    composer install
    
  • Start the development server

    On Windows, launch command line or powershell as administrator, and then run the following command:

    php serve
    

    On Unix based systems, run the following command:

    sudo php serve
    

    It is important to note that you only need to run the development server as administrator once: during installation. After installation, you can run the development server normally without issues.

  • Visit https://localhost:8000 on your browser and go through the One-click installation

  • Once installation is done, go through the registration process, and write your first post!

License

Nidavel is open-sourced software licensed under the GPL-2.0 license.

Popular repositories

  1. nidavel nidavel Public

    The best static blogging software

    PHP 1

  2. nidavel-full nidavel-full Public

    PHP