nettoweb/laravel-cms

Nettoweb content management system for Laravel-based project

v1.1.2 2024-05-03 07:27 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 cms:install

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.