Internal Hero Image

Neutrino (CMS)

Text coming soon.

Visit Github for now: https://github.com/wearehalcyon/neutrino


Actual version:

  • 0.5.2 (BETA) — Added installer user interface. However, this does not remove all installation steps that are given in the README file. Currently in test mode.

Previous versions:

  • 0.5.1
  • 0.5
  • 0.1

About Neutrino CMS

Neutrino CMS: An innovative content management system built on the powerful Laravel Framework. Neutrino CMS offers:

  • An intuitive interface for easy management of your content.
  • High performance and reliability, thanks to the use of modern Laravel technologies.
  • Flexibility and scalability: easily customizable and extensible features to meet any of your business needs.
  • Comprehensive functionality: including form submission and management, theme creation support, and much more.

With Neutrino CMS, creating and managing websites becomes simpler and more efficient!

Requirements

  • PHP 8.0 or higher
  • Apache/Nginx server
  • Node 18 or higher

License

The Neutrino CMS is open-sourced software licensed under the GPL-3.0 license.

INSTALLATION:

Step 1:

Clone Neutrino to your device

git clone git@github.com:wearehalcyon/neutrino.git project-name

PS. Index directory should be "/public".

Step 2:

  • Set up .env file (Copy from .env.example or create manualy).
  • Set base64 app code: php artisan key:generate.
  • Set database connection.
  • Optional: set DB_SOCKET if needed.
  • Import tables from database.sql file.

Step 3:

Run composer

composer update

Step 4:

Run npm commands (minimum node version is 18^)

npm install

npm run build

Step 5:

Login to dashboard with base credentials
Login: admin@admin.com
Password: Administrator


Enjoy! :)
And don't forget to change your Administrator credentials!