Skip to content

vickymaulana/laravel11-stisla

Repository files navigation

Laravel 11 with Stisla Template

Welcome to the repository for Laravel 11 integrated with Stisla Bootstrap 5 template!

Overview

This repository contains a Laravel 11 template that comes pre-configured with authentication from Breeze and utilizes the Stisla Bootstrap 5 template for the UI. It includes various features to help you quickly set up a robust web application.

Features

  • Laravel 11
  • Stisla Bootstrap 5 Template
  • Authentication with Laravel Breeze
  • User Profile Management
  • Responsive Design
  • Pre-configured Dashboard
  • Example Pages (Register, Login, Dashboard, Blank Page, Edit User Profile)

Installation Guide

Prerequisites

  • PHP >= 8.2
  • Composer
  • Node.js
  • npm

Installation Steps

  1. Clone the repository:

    git clone https://github.com/vickymaulana/laravel11-stisla.git
  2. Navigate into the project directory:

    cd laravel11-stisla
  3. Install PHP dependencies:

    composer install
  4. Install JavaScript dependencies:

    npm install && npm run dev
  5. Copy the .env.example file and rename it to .env:

    cp .env.example .env
  6. Generate application key:

    php artisan key:generate
  7. Run database migrations:

    php artisan migrate
  8. Start the development server:

    php artisan serve

Register a New User

To register a new user, follow these steps:

  1. Visit the registration page at http://localhost:8000/register.
  2. Fill in the required fields: Name, Email, Password, and Confirm Password.
  3. Click the "Register" button to create a new account.

After registration, you will be redirected to the dashboard.

If you encounter any issues during registration, please check the browser console for errors or refer to the Laravel logs for more details.

Contributors

Special Thanks

I extend my gratitude to all the interns at LLDIKTI 2 Division of Information System Development for their contributions and support.

Feel free to explore their repositories as well.


If you encounter any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request. Thank you for your interest and support!

Screenshots

Register Page

Register Page

Login Page

Login Page

Dashboard Page

Dashboard Page

Blank Page

Blank Page

Edit User Profile Page

Edit User Profile Page