Install Selia with Laravel

Learn how to install and set up Selia in your Laravel project using the Laravel Installer or Composer, integrating seamlessly with your backend for enhanced UI.

Features included

  • Authentication
  • Roles and permissions
  • User list management
  • Role list management
  • Permission list management
  • Password reset
  • Email verification
  • Update profile
  • Delete profile
  • Dark mode support
  • Multiple language support (mcamara/laravel-localization and i18next)
  • SQLite by default, configurable to MySQL or PostgreSQL

Laravel installer

Run the following command to create a new Laravel project template:

terminal

Composer

Alternatively, you can create a new Laravel project using Composer:

terminal

Once installed, you can start adding components to your project by running:

Source Code

You can also clone the repository to get started right away. Clone the latest version from the Github repository: