Moox

screenshot of Moox
laravel
tailwind
alpinejs

The Moox Project - Packages for Filament and Laravel

Overview

The Moox project is currently in early development and will soon publish its first components and packages for Laravel and the TALL-Stack. The Moox Monorepo contains all the packages and the Laravel development app. It offers various installable packages like Core, Page, Blog, Jobs, and more. The Monorepo also supports custom packages, allowing developers to contribute to the Moox project while developing their own private or public projects. The project follows semantic versioning and uses conventional commits for managing development and releases.

Features

  • Installable Packages: Moox Monorepo offers various installable packages like Core, Page, Blog, Jobs, and more.
  • Custom Packages: Developers can develop their own custom packages while contributing to the Moox project.
  • Development App: The Laravel dev app in the root-folder of the Moox Monorepo is designed for easy and instant development with Laravel Valet, Laravel Sail, or Laragon.
  • Branching and Pull Requests: The project follows a branching system for development with main as the stable version. Pull requests to main should use conventional commits for easy tracking and merging.
  • Semantic Versioning: The project follows semantic versioning for releases, with major, minor, and bugfix releases.
  • Automated Testing: Developers are required to run automated tests using npm run build before committing, and also reflect any changes to the test-database using php artisan migrate --database=sqlite.
  • Visual Studio Code Integration: Developers can use the Tallui Laravel Livewire Tailwind extension for Visual Studio Code.
  • Package Builder: The project provides a builder tool for creating custom packages.
  • Documentation: Commit messages are merged into Changelog.md and become part of the documentation. Commit messages should follow a specific format to indicate types like feat, fix, docs, etc.

Summary

The Moox Monorepo is a collection of packages and a Laravel development app aimed at providing a seamless development experience with Laravel and the TALL-Stack. It allows developers to use and contribute to the Moox project by offering installable packages and supporting custom packages. The project follows a branching system, follows semantic versioning, and uses conventional commits for better development management. Overall, Moox Monorepo simplifies the development process and provides a comprehensive toolset for Laravel developers.

laravel
Laravel

Laravel is a powerful and elegant PHP framework that provides developers with a comprehensive set of tools and features to build robust web applications. It follows the Model-View-Controller (MVC) architectural pattern, offering a clean and organized structure for writing efficient and maintainable code.

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

alpinejs
Alpine.js

Alpine.js is a lightweight JavaScript framework that simplifies the process of creating dynamic, reactive user interfaces on the web. It uses a declarative syntax that offers a higher level of abstraction compared to vanilla JavaScript, while being more performant and easier to use than jQuery.