motivo / liberiser-cms
v0.1.1
2020-07-14 06:22 UTC
Requires
- php: ^7.1
- ext-json: *
- backpack/crud: ^3.6
- sentry/sentry-laravel: ^1.1
- spatie/laravel-translatable: ^4.1
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.15
- larapack/dd: ^1.0
- orchestra/testbench: ^3.8
- phpunit/phpunit: ^7.5
This package is auto-updated.
Last update: 2024-10-23 20:16:12 UTC
README
Installation
You can install the package via composer:
composer require motivo/liberiser-cms
Usage
Run the following scripts:
php artisan backpack:base:install
php artisan backpack:crud:install
php artisan liberiser:install
- You will be asked to insert your sentry key for the testing or production environment.
- It is possible that you are being asked to override your
App\User
andconfig/backpack/base
php artisan liberiser:create-user
- You will be asked to insert your first name.
- You will be asked to insert your last name.
- You will be asked to insert your email which you can login with.
- You will be asked to insert your password that should be used.
- You will be asked to select which role should be assigned.
- You should be able to login into backpack now.
If you want to edit the views that are being used you can run the following command
php artisan vendor:publish --tag liberiser:views
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email dev@motivo.nl instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.