Below you will get more information about the technologies, Frameworks and packages used by the Forumium platform.
Forumium is based mainly on Laravel Framework architecture and the Filament TALLkit.
But it uses also other Frameworks and packages to make the user interface and user experience much better.
Laravel is a web application framework with expressive, elegant syntax. A web framework provides a structure and starting point for creating your application, allowing you to focus on creating something amazing while we sweat the details.
Laravel strives to provide an amazing developer experience while providing powerful features such as thorough dependency injection, an expressive database abstraction layer, queues and scheduled jobs, unit and integration testing, and more.
Whether you are new to PHP web frameworks or have years of experience, Laravel is a framework that can grow with you. We'll help you take your first steps as a web developer or give you a boost as you take your expertise to the next level. We can't wait to see what you build.
- To get more details on this awesome Framework: Visit Laravel website
Livewire is a full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of Laravel.
Source: https://laravel-livewire.com/
- To get more details on how to use Laravel Livewire: Livewire documentation
Filament is a collection of tools for rapidly building beautiful TALL stack apps, designed for humans.
Source: https://filamentphp.com/
- To get more details on how to use this TALLkit: Filament documentation
A utility-first CSS framework packed with classes like flex, pt-4, text-center and rotate-90 that can be composed to build any design, directly in your markup.
Source: https://tailwindcss.com/
- Here is the docs: Tailwind CSS documentation
Vite is a modern frontend build tool that provides an extremely fast development environment and bundles your code for production. When building applications with Laravel, you will typically use Vite to bundle your application's CSS and JavaScript files into production ready assets.
Source: https://laravel.com/docs/vite
- To get more details on this tool: Laravel Vite docs