jspress/jspress

Admin Panel which is developed by JSON Yazilim for Laravel Framework

1.0.2.14 2024-04-23 02:07 UTC

This package is auto-updated.

Last update: 2024-04-22 23:07:52 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