π nettoweb: content management system for Laravel-based project
nettoweb/laravel-cms is a Laravel package for π nettoweb: content management system for laravel-based project.
It currently has 0 GitHub stars and 446 downloads on Packagist (latest version v2.8.4).
Install it with composer require nettoweb/laravel-cms.
Discover more Laravel packages by nettoweb
or browse all Laravel packages to compare alternatives.
Last updated
This software provides administrative section with basic functionality for a Laravel-based project.
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 [email protected] 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
This project is licensed under MIT license.