nettoweb/laravel-cms

🌟 nettoweb: content management system for Laravel-based project

Maintainers

Package info

github.com/nettoweb-ru/laravel-cms

pkg:composer/nettoweb/laravel-cms

Statistics

Installs: 405

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 0

v2.7.0 2026-03-09 08:06 UTC

This package is not auto-updated.

Last update: 2026-03-09 08:07:34 UTC


README

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):

http://127.0.0.1/admin

Licensing

This project is licensed under MIT license.