Laravel-AdminLTE icon indicating copy to clipboard operation
Laravel-AdminLTE copied to clipboard

Laravel 8 with AdminLTE

AdminLTE template Laravel 8 package

Start a new Laravel 8 project with the AdminLTE template installed.

Installation

  1. Create database.
  2. Clone repository git clone https://github.com/mairorodrigues/Laravel-AdminLTE.git
  3. Copy .env.example to .env
  4. Set valid database credentials of env variables DB_DATABASE, DB_USERNAME, and DB_PASSWORD
  5. Run composer install
  6. Create symbolic link for AdminLTE (Run the commands as an administrator)
  • Windows example:
mklink /d "C:\xampp\htdocs\laravel-adminlte\public\assets\adminlte" "C:\xampp\htdocs\laravel-adminlte\vendor\almasaeed2010\adminlte"
  • Linux example:
ln -s public_html/laravel-adminlte/vendor/almasaeed2010/adminlte public_html/laravel-adminlte/public/assets/adminlte
  1. Run
php artisan migrate
php artisan db:seed
php artisan key:generate
php artisan serve
  1. Access the application. Example: http://127.0.0.1:8000
  2. Login: [email protected] Password: root