Skip to content

A starter monolith admin SPA, build with laravel and livewire 3

Notifications You must be signed in to change notification settings

chrislorando/example-app

Repository files navigation

Laravel Livewire Example App

Introduction

This repository contains a sample monolith web application build with laravel and livewire 3. My goal is to develop simple starter kit with some features like authentication, authorization and other helper features. It's designed to be easy to use and easy to develop.

This repo and code is still a bit messy, but no problem, it works :)

Features

  • SPA: Single Page Application with livewire 3 navigate
  • Authentication: Login and Register Page
  • Authorization: Manage Role, Permission, and Menu
  • Others: Translation, Light & Dark Theme with Bootstrap 5

Getting Started

  1. Clone the Repository

    git clone https://github.com/chrislorando/example-app.git
    
  2. Install Dependencies

    composer install
    npm install
    
  3. Migration

    php artisan migrate:fresh --seed
    
  4. Run the Application

    php artisan serve
    npm run dev
    
  5. Screenshot

image image image

Contributing

We welcome contributions from the community. If you'd like to contribute, please fork the repository and make your changes, then open a pull request against this repository.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

If you have any questions or feedback, please feel free to contact me.

Happy coding!

About

A starter monolith admin SPA, build with laravel and livewire 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages