jspress/jspress

Admin Panel which is developed by JSON Yazilim for Laravel Framework

Maintainers

Package info

gitlab.com/JsonYazilim/jspress

Issues

pkg:composer/jspress/jspress

Statistics

Installs: 473

Dependents: 0

Suggesters: 0

Stars: 0

1.0.3.8 2026-01-24 17:33 UTC

This package is auto-updated.

Last update: 2026-03-24 14:48:45 UTC


README

Admin Panel which is developed by JSON Yazilim for Laravel Framework

Installition

composer require jspress/jspress

For Laravel 5.4 and below: For older versions of the framework, follow the steps below:

Register the service provider in config/app.php

'providers' => [
// [...]
        \JsPress\JsPress\JsPressServiceProvider::class,
],

Assets Files

In order to publish template assets:

php artisan vendor:publish 

Press 0 to load all tags:

Migrations and Seeders

In order create tables and records:

php artisan migrate
php artisan db:seed

Creting Admin User

Create default admin for logged in to panel

php artisan create:admin