Laravel starter template with inertiajs and vue vite
The Laravel Inertia Vite Template is a simple yet powerful template designed for Laravel Vue applications. It offers a range of features and is ready to use, making it easy to create your own awesome projects. Some of the key features include a full single-page application with a simplified UI, routing and navigation, flexible user and role organization with built-in permission settings, a built-in draggable menu for easy menu creation, and authentication with seeder. It also supports multi-language web applications and offers both dark and light themes.
To install the Laravel Inertia Vite Template, follow these steps:
git clone https://github.com/Geriano/laravel-inertia-vite-template.git
Install dependencies.
Copy the .env.example file and rename it to .env.
cp .env.example .env
php artisan key:generate
Configure your database settings in the .env file.
Run migrations and seeders to set up the initial database.
php artisan migrate:fresh --seed
php artisan serve
npm run dev
localhost to access the Laravel Inertia Vite Template.The Laravel Inertia Vite Template is a feature-rich template for Laravel Vue applications. It offers a range of functionalities, such as simplified UI, routing, and navigation, flexible permission management, draggable menu building, authentication support, multi-language capabilities, and customizable themes. The installation process is straightforward and involves cloning the repository, installing dependencies, generating the application key, configuring the database, running migrations and seeders, and starting the web and Vite servers. With this template, developers can quickly create robust and visually appealing applications.