PHPackages                             dot/platform - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. dot/platform

ActivePackage[Framework](/categories/framework)

dot/platform
============

Just a laravel plugins platform

0.5.6(7mo ago)11.2k17MITJavaScriptPHP &gt;=7.1.0

Since May 29Pushed 7mo agoCompare

[ Source](https://github.com/basemkhirat/dot-platform)[ Packagist](https://packagist.org/packages/dot/platform)[ RSS](/packages/dot-platform/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (10)Versions (159)Used By (17)

DotPlatform
===========

[](#dotplatform)

> A modular multilingual CMS built with Laravel 5 introduce a full-featured modular multilingual CMS built on top of the Laravel framework.

### Minimum System Requirements:

[](#minimum-system-requirements)

To be able to run Dotcms you have to meet the following requirements:

- PHP 5.5.9 or higher and work perfectly with php7
- PDO PHP Extension
- Mcrypt PHP Extension
- GD PHP Library
- MySql 5.5

### Installing DotCms:

[](#installing-dotcms)

It's very easy, you can choose one of three installation methods:

First, you must have a laravel 5 project you can install dot/platform package

```
composer require dot/platform

```

Then add service provider in app config

```
Dot\Platform\ServiceProvider::class

```

Then Run this artisan command to install

```
php artisan dot:install

```

Enjoy :)

---

You can now login /backend with your username and password asked during the install command. After you've logged in you'll be able to access the administration panel on the /backend URI.

Also you can change admin url prefix from admin config:

```

```

###### Custom plugin model validation:

[](#custom-plugin-model-validation)

```

```

\###Routes file:

```
