2017 © Pedro Peláez
 

library laravel-backend

User interface to manage a website's content

image

helori/laravel-backend

User interface to manage a website's content

  • Friday, July 13, 2018
  • by Helori
  • Repository
  • 1 Watchers
  • 0 Stars
  • 161 Installations
  • Vue
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 83 % Grown

The README.md

laravel-admin

This package gives you an admin panel to manage your website's content. It uses helori/laravel-admin for authentication. You need to follow the installation steps of this package before using your backend., (*1)

Installation and setup

On a fresh Laravel (>= v5.4) installation, install the package by running:, (*2)

composer require helori/laravel-backend

Follow helori/laravel-admin installation steps, (*3)

Publish the laravel-backend default assets:, (*4)

php artisan vendor:publish --tag=laravel-backend-assets

Install the package's dependencies:, (*5)

npm install jquery@3.* bootstrap@4.* vue-crud@2.* --save-dev

Edit your laravel mix config file :, (*6)

// webpack.mix.js
mix.sass(
    "./resources/assets/sass/backend.scss",
    "./public/css/backend.css"
).js(
    "./resources/assets/js/backend.js",
    "./public/js/backend.js", "."
);

Compile your assets :, (*7)

npm run dev

Your backend should be available at:, (*8)

http://your-domain.test/admin

The Versions

13/07 2018

dev-master

9999999-dev

User interface to manage a website's content

  Sources   Download

MIT

The Requires

 

laravel cms backend

13/06 2018

v1.2.1

1.2.1.0

User interface to manage a website's content

  Sources   Download

MIT

The Requires

 

laravel cms backend

12/06 2018

v1.2.0

1.2.0.0

User interface to manage a website's content

  Sources   Download

MIT

The Requires

 

laravel cms backend

06/03 2018

v1.1.0

1.1.0.0

User interface to manage a website's content

  Sources   Download

MIT

The Requires

 

laravel cms backend

06/03 2018

v1.0.0

1.0.0.0

User interface to manage a website's content

  Sources   Download

MIT

The Requires

 

laravel cms backend