joepdooper / ivy
Yet another sleek simple fast CMS with an effortless template and plugin environment
Requires
- php: >=8.4.0
- joepdooper/ivy-roots: dev-main
Requires (Dev)
- joepdooper/ivy-cultivate: dev-main
- kint-php/kint: dev-master
- pestphp/pest: 3.x-dev
- phpstan/phpstan: 2.0.x-dev
This package is auto-updated.
Last update: 2026-03-07 20:37:14 UTC
README
Yet another sleek simple fast CMS with an effortless template and plugin environment
Install
1. Navigate to your project folder
Open terminal and navigate to your project folder:
cd path/to/your/ivy/project
2. Download ivy files
Use Composer to create a new project with ivy:
composer create-project joepdooper/ivy .
3. Configure
Rename the example.env file to .env.
If you are not using the provided Docker or Podman compose files, update the .env file with your database credentials and make sure your web server points to the public/ folder inside this project 000-default.conf. Additionally, ensure that the public/ and cache/ folders have the proper permissions so your web server can read and write to them as needed.
4 Setup
Option A - Start the containers (recommended)
If you have Docker or Podman run:
./vendor/bin/cultivate
Option B - Start webserver and set up the database
Create a database for ivy and import the provided ivy.sql file:
mysql -u your_database_username -p your_database_name < docker/mysql/ivy.sql
Login
Accessing the backend
To access the "backend" for the first time, after the installation, follow these steps:
- Navigate to
yourserver.com/admin/login(user icon) - Use the credentials
admin@localhost.testand00000 - Upon successful login, you will be directed to the profile page with super_admin rights
Changing email and password
Open the .env file and update it with your mailbox credentials. If you've modified the .env file, follow these steps:
- Upon login, on the profile page, modify and submit your email address to initiate the email change process
- After successfully changing your email address, go to
yourserver.com/admin/logoutto log out (logout icon) - Finally, navigate to
yourserver.com/admin/resetto initiate the password reset process
Documentation
Documentation coming up