laravel-cms maintained by nettoweb
Description
🌟 nettoweb: content management system for Laravel-based project
Author
Last update
2026/04/01 15:28
(dev-master)
License
Downloads
418
nettoweb CMS for Laravel
This software provides administrative section with basic functionality for a Laravel-based project.
Installation
Change to your Laravel project directory and run:
composer require nettoweb/laravel-cms
Apply database migrations:
php artisan migrate
Publish assets:
php artisan vendor:publish --tag=nettoweb-laravel-cms
Use admin@admin.com and password to access the administrative section by opening the URL (replace 127.0.0.1 with your actual project location):
Licensing
This project is licensed under MIT license.