| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
When creating the Adminoid CMS, I was inspired by the modx cms, with which I used to have worked. Made with Laravel and Vue.js.
This is a simple but extensible SEO-friendly content management system, based on tree-like data representation and management through TreeView, in which you can simply drag the page nodes for them moving.
Demo: cms.adminoid.com Login: mr@adminoid.com Password: password
git clone https://github.com/adminoid/adminoid-cms.git cd adminoid-cms composer update npm install cp .env.example .env
Then edit .env file for right database and other settings.
php artisan key:generate
Generate js and css files
npm run prod
Run dev server
php artisan serve
| Back | FazBrowse Home | New Git URL |