This Project is for developers who want to kickstart project in Laravel and InertiaJS with Vue.
Laravel InertiaJS Admin is a project that aims to provide a basic admin panel with essential features like user management with roles. It is built using the Laravel framework and utilizes InertiaJS for a seamless single-page application experience.
To install the Laravel InertiaJS Admin, follow these steps:
git clone [repository-url]
composer install
npm install
npm run dev
.env.example file to .env:cp .env.example .env
php artisan key:generate
Create a MySQL database (or any other supported database) for the admin panel and update the necessary configurations in the .env file.
Run the database migrations to create the required tables:
php artisan migrate
php artisan serve
You’re all set! Please note that there are no users available by default, so you will need to register first to use the admin panel.
Laravel InertiaJS Admin is a project that provides a basic admin panel with user management and role management functionalities. By following the installation guide, users can quickly set up the admin panel on their local machine. It is a Laravel-based application that utilizes InertiaJS for a smooth single-page application experience.