yeswedev / laravel-cms
YWD Laravel CMS
8.0
2020-10-28 19:52 UTC
Requires
- php: ^7.3
- astrotomic/laravel-translatable: ^11.0
- illuminate/database: ^8.0
- illuminate/support: ^8.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.12
- nikic/php-parser: ^4.0
- php-parallel-lint/php-parallel-lint: ^1.2
- phpro/grumphp: ^0.18
- sebastian/phpcpd: ^5.0
- sensiolabs/security-checker: ^6.0
- vimeo/psalm: ^2.0
- dev-master
- 8.0
- 7.0
- 6.x-dev
- 6.0
- 0.x-dev
- 0.50
- 0.40.1
- 0.40
- 0.34
- 0.33
- 0.32.3
- 0.32.2.1
- 0.32.2
- 0.32.1
- 0.32
- 0.31
- 0.30
- 0.29
- 0.28.2
- 0.28.1
- 0.28
- 0.27
- 0.26
- 0.25
- 0.24
- 0.23
- 0.22
- 0.21
- 0.20.1
- 0.20
- 0.19
- 0.18
- 0.17
- 0.16
- 0.15
- 0.14
- 0.13
- 0.12
- 0.11.1
- 0.11
- 0.10
- 0.9
- 0.8
- 0.7
- 0.6
- 0.5.1
- 0.5
- 0.4
- 0.3
- 0.2
- 0.1
- dev-update/laravel8
- dev-dev
- dev-feature/add-get-Attachmant-by-type
- dev-feature/add-get-by-slug-and-url
- dev-feature/add-documentation
- dev-feature/add-blocks-in-block
- dev-feature/add-hasBlocks-in-blocks
- dev-feature/add-global-scope-to-archive-and-post
- dev-VueJsToRefactor
This package is not auto-updated.
Last update: 2024-11-07 14:38:26 UTC
README
From now, Laravel CMS have severals branches to follow Laravel versions :
- 0.x historical version, using laravel 5.6, 5.7, 5.8
- 6.x pour laravel 6.x
- 7.x pour laravel 7.x
- 8.x pour laravel 8.x
Installation
Package installation
composer require yeswedev/laravel-cms
Registering services with Laravel
In config/app.php
, section "Package Service Providers":
/*
* Package Service Providers...
*/
YesWeDev\LaravelCMS\LaravelCMSServiceProvider::class,
Setting up database
php artisan migrate