This project is the newer version of the old silkroad-laravel project. The technology stack has been updated to Laravel 12, and the project has been restructured to be a full CMS system with a lot of features and modules.
This project is licensed under the PolyForm Shield License 1.0.0.
You may view and use the source code for personal and educational purposes. Redistribution, commercial use, or offering the software as a service is prohibited.
Commercial modules are available via API key licensing.
Breaking the License Terms may result in legal action. Please review the license terms carefully before using or distributing this software.
git clone git@github.com:Devsome/silkpanel-cms.git silkpanel-cms
cd silkpanel-cms
cp .env.example .env
npm install
npm run build
composer install
php artisan key:generateafter that you can open the webpage on the /install route.
visit the documentation at https://documentation.devso.me for more details.
git pull git@github.com:Devsome/silkpanel-cms.git
cd silkpanel-cms
ddev start
ddev composer install
ddev artisan migrate --seed
# ide-helper
ddev artisan ide-helper:generate
ddev artisan ide-helper:models --write
ddev artisan ide-helper:models -N