/adminlte-laravel-vue

AdminLte 3 integrated in a Laravel + Vue Project

Primary LanguageLess

Starter Laravel + Vue + Adminlte Application (Laravel UI integrated as well)

Support me on Buy Me A Coffee

To run this project make sure you ran these commands

Clone this repository

composer install

copy .env.example .env

php artisan key:generate

php artisan migrate

php artisan serve --port=3000

now you can visit localhost:3000 and see the project

💡 Integrations

✔️ AdminLte Bootstrap Dashboard
✔️ Laravel UI
✔️ Vue

Breadcrumbs

To show the title and breadcrumbs, you have to create a $title and a $breadcrumbs variables on each page (you can leave them empty)

// Define the page's title
$title = "Home";

// Define the breadcrumbs
$breadcrumbs = [
    'First' => ['url' => '/first'],
    'Second' => ['url' => '/second'],
    'Third' => ['url' => '/third']
];

Results

📷 Screenshots

Login

Register

Password reset

Password update

I hope you enjoy it!