Text coming soon.
Visit Github for now: https://github.com/wearehalcyon/neutrino
- 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.
- 0.5.1
- 0.5
- 0.1
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!
- PHP 8.0 or higher
- Apache/Nginx server
- Node 18 or higher
The Neutrino CMS is open-sourced software licensed under the GPL-3.0 license.
Clone Neutrino to your device
git clone git@github.com:wearehalcyon/neutrino.git project-name
PS. Index directory should be "/public".
- 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.
Run composer
composer update
Run npm commands (minimum node version is 18^)
npm install
npm run build
Login to dashboard with base credentials
Login: admin@admin.com
Password: Administrator
Enjoy! :)
And don't forget to change your Administrator credentials!