Laravel Adminlte screenshot

Laravel Adminlte

Author Avatar Theme by Adinata ID
Updated: 9 Jun 2020
8 Stars

boilerplate Laravel + AdminLte Templates

Categories

Overview

The Laravel AdminLTE Demo APPS is an application that showcases the features of Laravel-AdminLTE, a popular Laravel theme. This demo application provides a ready-to-use setup for installing and exploring the theme.

Features

  • Integrasi Dengan Jquery Datatables: The application showcases the integration of Laravel-AdminLTE with Jquery Datatables, allowing users to create interactive and responsive data tables.

Installation

To install the Laravel AdminLTE theme, follow these steps:

  1. Clone the repository using the following command:

    git clone https://github.com/adinata-id/laravel-adminlte.git
    
  2. Set the necessary folder permissions on the server by running the following command:

    sudo chmod -R 755 laravel-adminlte
    

    Note: Replace laravel-adminlte with the actual folder name on your webserver.

  3. Grant write permission to the storage folder by executing the following command:

    chmod -R o+w laravel-adminlte/storage
    
  4. Navigate to the directory folder and install the required dependencies using composer:

    composer install
    
  5. Copy the .env file from your laptop to the server. If deploying to a server, ensure that you adjust the file accordingly. If working locally, it is sufficient to create the .env file on your laptop or PC.

Summary

The Laravel AdminLTE Demo APPS is an application that demonstrates the features and capabilities of Laravel-AdminLTE, focusing on its integration with Jquery Datatables. The provided installation guide helps users set up the theme easily and explore its functionalities.