smart-cms / core
This is my package core
Fund package maintenance!
smart_cms
Requires
- php: ^8.2
- bezhansalleh/filament-language-switch: ^3.1
- filament/filament: ^3.2
- guava/filament-icon-picker: ^2.0
- illuminate/contracts: ^10.0||^11.0
- intervention/image: ^2.7
- joshembling/image-optimizer: ^1.4
- laravel/framework: ^11.9
- livewire/livewire: ^3.4
- lorisleiva/laravel-actions: ^2.8
- outerweb/filament-settings: *
- outerweb/settings: ^1.0
- ralphjsmit/laravel-glide: ^1.2
- saade/filament-adjacency-list: ^3.2
- schmeits/filament-character-counter: ^1.3
- spatie/laravel-package-tools: ^1.16
- symfony/yaml: ^7.1
- ysfkaya/filament-phone-input: *
Requires (Dev)
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.1.1||^7.10.0
README
Smart CMS description.
Installation
You can install the package via composer:
composer require smart-cms/core
You can publish and run the migrations with:
php artisan vendor:publish --tag="core-migrations"
php artisan migrate
Usage
$core = new SmartCms\Core(); echo $core->echoPhrase('Hello, Smart_cms!');
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.
Credits
License
The MIT License (MIT). Please see License File for more information.