orioncms/cms is a Laravel package for build smarter, scale faster with orioncms — your code, your way..
It currently has 0 GitHub stars and 0 downloads on Packagist.
Install it with composer require orioncms/cms.
Discover more Laravel packages by orioncms
or browse all Laravel packages to compare alternatives.
Last updated
Welcome to OrionCMS! Follow this guide to set up and run the project locally.
Before starting, make sure you have the following installed:
npm install -g pnpm
Clone the repository:
git clone [email protected]:orioncms/cms.git
Navigate to the project folder:
cd cms
Install dependencies:
pnpm i
Set up your database:
Ensure you have database credentials ready:
The application expects a MySQL (or SQLite) database. Update your database details in the appropriate configuration file (.env or similar). If an .env file is not available, create one in the root of the project.
Start the development server:
pnpm dev
Access the application: Open your browser and go to:
https://localhost:3000
3000.https://localhost, check your browser or consider using http://localhost:3000.