Skip to content

LaraModulus/admin-sliders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaraMod Admin Sliders 0.* Alpha

LaraMod is a modular Laravel based CMS. https://github.com/LaraModulus

WARNING: Until v1 there will be no backward compatibility and some versions may require migrate:refresh

Installation

composer require laramod/admin-sliders

config/app.php

'providers' => [
    ...
    LaraMod\Admin\Sliders\AdminSlidersServiceProvider::class,
]

Publish migrations

php artisan vendor:publish --tag="migrations"

Run migrations

php artisan migrate

In config/admincore.php you can edit admin menu

DEMO: http://laramod.novaspace.eu/admin

user: [email protected]
pass: admin