Laravel Starter Kit screenshot

Laravel Starter Kit

Author Avatar Theme by Devryank
Updated: 29 Jun 2021
14 Stars

Categories

Overview:

This product is a Laravel 8 starter kit that includes Bootstrap 4 and additional packages to help developers build websites faster. It includes Laravel Livewire 2.0, Jetstrap 2.2, Laratrust 6.3, and Tabuna Breadcrumbs 2.3. The product claims to provide a convenient and efficient way for developers to set up a Laravel project with predefined features and functionality.

Features:

  • Laravel Livewire 2.0: This package allows for building interactive user interfaces on the server side with Laravel components.
  • Jetstrap 2.2: Jetstrap is a visual interface builder for Bootstrap, which enables developers to create responsive web pages more easily.
  • Laratrust 6.3: Laratrust is a package for managing roles and permissions in Laravel applications. It provides a simple and convenient way to define and assign roles and permissions to users.
  • Tabuna Breadcrumbs 2.3: Tabuna Breadcrumbs provides a way to generate HTML breadcrumbs for navigation in Laravel applications. It allows for easy management and customization of breadcrumb navigation.

Installation:

To install this Laravel 8 starter kit with Bootstrap 4 and the mentioned packages, follow these steps:

  1. Run the following commands in your terminal:
  2. Rename the file .env.example to .env.
  3. Configure your .env file according to your environment.
  4. Run the composer command to install dependencies.
  5. Run the artisan command to generate the application key.
  6. You can now set up the demo credentials in the application:
  7. To set up permissions, refer to the configuration file config/laratrust-seeder.php.
    • Superadmin:
      • Roles: Create, Read, Update, Delete
      • Permissions: Create, Read, Update, Delete
    • Admin:
      • Users: Read (all users), Update (own profile)
    • User:
      • Users: Read (own profile), Update (own profile)

Summary:

This Laravel 8 starter kit provides a convenient way for developers to start a new Laravel project with Bootstrap 4 and some additional packages. It includes Laravel Livewire for building interactive user interfaces, Jetstrap for visual interface building, Laratrust for managing roles and permissions, and Tabuna Breadcrumbs for generating breadcrumbs in navigation. The installation process is straightforward, and the kit comes with demo credentials and permission settings to help get started quickly.