Download the PHP package laravolt/epicentrum without Composer
On this page you can find all versions of the php package laravolt/epicentrum. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download laravolt/epicentrum
More information about laravolt/epicentrum
Files in laravolt/epicentrum
Download laravolt/epicentrum
More information about laravolt/epicentrum
Files in laravolt/epicentrum
Vendor laravolt
Package epicentrum
Short Description Epic central user management for Laravel
License MIT
Homepage https://github.com/laravolt/epicentrum
Package epicentrum
Short Description Epic central user management for Laravel
License MIT
Homepage https://github.com/laravolt/epicentrum
Please rate this library. Is it a good library?
Informations about the package epicentrum
laravolt/epicentrum
Installation
composer require laravolt/epicentrum
Configuration
Publish configuration file using command:
And there will be file config/laravolt/epicentrum.php
and preconfigured config inside it:
Custom View File
You can publish views file using:
And then, you can modify the view located in resources/views/vendor/epicentrum/*
.
The structure of epicentrum view file :
FAQ
- How to override the controller ? Override the controller is not best practice. If you want to pass data into view, you need to use Laravel Blade Service Injection. If you need to change the redirect, you must override the view and make custom route and controller by yourself. And then extends that controller to Epicentrum Controller.
All versions of epicentrum with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.3
illuminate/support Version ^6.0
laravolt/avatar Version ^3.0
laravolt/platform Version ~0.13
laravolt/suitable Version ^3.6
laravolt/semantic-form Version ^2.13
bensampo/laravel-enum Version ^1.19
laravolt/support Version ^2.0
illuminate/support Version ^6.0
laravolt/avatar Version ^3.0
laravolt/platform Version ~0.13
laravolt/suitable Version ^3.6
laravolt/semantic-form Version ^2.13
bensampo/laravel-enum Version ^1.19
laravolt/support Version ^2.0
The package laravolt/epicentrum contains the following files
Loading the files please wait ....