Download the PHP package bambamboole/mycms without Composer
On this page you can find all versions of the php package bambamboole/mycms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bambamboole/mycms
More information about bambamboole/mycms
Files in bambamboole/mycms
Package mycms
Short Description This is my package mycms
License MIT
Homepage https://github.com/bambamboole/mycms
Informations about the package mycms
This is my package mycms
MyCms is my package for a simple CMS. It is based on Laravel and Filament.
Additionally it is a bit of a patch work of different packages.
My goal for MyCms is to be a simple CMS which can be used as a starting point for a new project.
MyCms is currently under heavy development and can change quickly.
Installation
You can install the package via composer:
You can install MyCMS via its own artisan command. It is interactive and will create the first user for you.
To enable the Plugin in Filament you have to add the plugin to your ServiceProvider
php //... $panel->plugin(MyCmsPlugin::make()); //... bash composer install composer prepare composer serve bash composer test
### Dusk setup
I had problems with the Laravel Dusk setup and migrations so I decided to drop them for now.
Looking for support getting a reliable Dusk setup running
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [bambamboole](https://github.com/bambamboole)
- [All Contributors](../../contributors)
- [datlechin/filament-menu-builder](https://github.com/datlechin/filament-menu-builder) I learned so much about Filament
by reimplementing this package.
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
All versions of mycms with dependencies
bezhansalleh/filament-shield Version ^3.3
blade-ui-kit/blade-icons Version ^1.7
echolabsdev/prism Version ^0.23.0
filament/filament Version ^3.2.100
filament/spatie-laravel-media-library-plugin Version ^3.2
filament/spatie-laravel-tags-plugin Version ^3.2
illuminate/cache Version ^11.0
illuminate/contracts Version ^11.0
league/commonmark Version ^2.6
league/flysystem-aws-s3-v3 Version ^3.29
mansoor/filament-versionable Version ^0.0.12
ralphjsmit/laravel-seo Version ^1.6
ryangjchandler/commonmark-blade-block Version ^1.0
spatie/laravel-feed Version ^4.4
spatie/laravel-health Version ^1.31
spatie/laravel-package-tools Version ^1.16
spatie/laravel-permission Version ^6.10
spatie/laravel-settings Version ^3.4
symfony/yaml Version ^7.2
torchlight/torchlight-laravel Version ^0.6.0