Download the PHP package robinthijsen/laravel-cms without Composer
On this page you can find all versions of the php package robinthijsen/laravel-cms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download robinthijsen/laravel-cms
More information about robinthijsen/laravel-cms
Files in robinthijsen/laravel-cms
Package laravel-cms
Short Description A Simple Laravel CMS package using livewire
License MIT
Homepage https://github.com/RobinThijsen/laravel-cms
Informations about the package laravel-cms
Laravel Package CMS
Laravel Package CMS is a package that allows you to create a CMS for your Laravel application.
Installation
First install the package via composer:
Then install the package
This will publish the config file to config/cms.php
.
Publish the migrations and ask to run them.
And add the service provider to your app.
Usage
After that a new route is available at /admin
. First you will need to login with the default credentials:
These are defined in the config file.
You can change it in the admin panel, as well as in the config file and in your .env
file.
Hope this package is useful for you!
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-cms with dependencies
spatie/laravel-package-tools Version ^1.16
livewire/livewire Version v3.5.18
illuminate/contracts Version ^10.0||^11.0