boilerplate Laravel + AdminLte Templates
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.
To install the Laravel AdminLTE theme, follow these steps:
Clone the repository using the following command:
git clone https://github.com/adinata-id/laravel-adminlte.git
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.
Grant write permission to the storage folder by executing the following command:
chmod -R o+w laravel-adminlte/storage
Navigate to the directory folder and install the required dependencies using composer:
composer install
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.
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.