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 :)
- 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
-
Clone the Repository
git clone https://github.com/chrislorando/example-app.git
-
Install Dependencies
composer install npm install
-
Migration
php artisan migrate:fresh --seed
-
Run the Application
php artisan serve npm run dev
-
Screenshot
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.
This project is licensed under the MIT License. See the LICENSE file for details.
If you have any questions or feedback, please feel free to contact me.
Happy coding!