Laravel Starter Kit Bootstrap screenshot

Laravel Starter Kit Bootstrap

Author Avatar Theme by Bakle
Updated: 26 Aug 2023
7 Stars

Laravel starter kit with bootsrap 5, vue3 and authentication

Categories

Overview:

The Laravel Starter Kit is a convenient package for Laravel developers who want to quickly set up authentication features such as login, register, and forgot password. It is based on the Fortify authentication package and includes integration with Vue.js 3, Bootstrap 5, and RBAC (Role-Based Access Control) functionality.

Features:

  • Auth Features: Login, register, and forgot password functionality powered by Fortify.
  • Vue.js 3 Integration: Seamless integration with the latest version of Vue.js for dynamic frontend development.
  • Bootstrap 5: Utilizes the popular Bootstrap 5 framework for responsive and modern styling.
  • RBAC Functionality: Role-based access control allows for the creation of roles, assignment of permissions, and editing of roles with their respective permissions.
  • Permission Management: Includes a permissions enum file and a permission seeder for easy management of application permissions.
  • User Policy and Authorization: Provides a UserPolicy as an example and allows for custom authorization settings.

Installation:

To install the Laravel Starter Kit, follow these steps:

  1. Clone the repository to your local machine:

    git clone [repository-url]
    
  2. Run the following command to install the required dependencies:

    composer install
    
  3. Customize the authentication logic by modifying the FortifyServiceProvider class. The CreateNewUser Fortify action is responsible for the registration process.

  4. If you need more information, refer to the Laravel documentation.

Summary:

The Laravel Starter Kit is a convenient solution for Laravel developers who want to quickly set up authentication features in their projects. With pre-built functionality for login, register, and forgot password, developers can save time and effort in implementing these common features. The package also includes integration with Vue.js 3, Bootstrap 5, and RBAC functionality for enhanced customization and control. The installation process is straightforward, and developers can easily customize the authentication logic to fit their specific requirements.