Get started with starter kit: Laravel 9 - Nuxt 3 - Element Plus

Lanuel is a Laravel 9 - Nuxt 3 - Element Plus starter kit. Most of the commonly needed features of an application like Authentication, User and Role management Application Backend, Backup, Logviewer are available here. It is modular, so you can use this project as a base and build your own modules. It's completely free and you can use it in your projects.
Installation
-
Clone this project
https://github.com/micrapi/lanuel cd lanuel
-
Install dependencies
composer install
And javascript dependencies
yarn install && yarn dev
-
Set up Laravel configurations
copy .env.example .env php artisan key:generate
-
Set your database in .env
-
Migrate database
php artisan migrate --seed
-
Serve the application
# Backend
php artisan serve
# Frontend
npm install -g pm2
pm2 start -
Login credentials
Screenshots
- Login Page
-
Home Page
-
Account Page