LaravelPackages.net
Acme Inc.
Toggle sidebar
nettoweb/laravel-cms

🌟 nettoweb: content management system for Laravel-based project

446
0
v2.8.4
About nettoweb/laravel-cms

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

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 [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

Licensing

This project is licensed under MIT license.

Comments