nettoweb / laravel-cms
🌟 nettoweb: content management system for Laravel-based project
v2.0.2
2025-05-24 05:19 UTC
Requires
- php: ^8.2
- ext-intl: *
- ext-simplexml: *
- ext-zip: *
- intervention/image-laravel: *
- laravel/framework: ^12.0
- laravel/sanctum: ^v4.0.8
- laravel/tinker: ^2.10.1
This package is not auto-updated.
Last update: 2025-05-24 05:20:42 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):
Licensing
This project is licensed under MIT license.