Livewire
Livewire is a full-stack framework for Laravel that simplifies building dynamic interfaces without leaving the comfort of Laravel. It allows developers to create modern, reactive web applications using Laravel's Blade templating engine, eliminating the need for a separate frontend framework. Livewire components can communicate with each other through a global event system, enabling seamless interaction between components on the same page. The framework supports features like data binding, validation, and lifecycle hooks, facilitating the development of complex, dynamic interfaces. By handling frontend interactions on the server side, Livewire reduces the complexity of building dynamic UIs, allowing developers to focus on application logic without extensive JavaScript. Livewire renders the initial component output with the page. This way, it's SEO-friendly. When an interaction occurs, Livewire makes an AJAX request to the server with the updated data.
Learn more
Larafast
Larafast is a Laravel Starter Kit that speeds up development by including pre-built features like payment integration (Stripe, LemonSqueezy, Paddle), SEO tools, an Admin dashboard, a Blog, User Auth, Landing Page components powered by TailwindCSS and DaisyUI, and more, offering a complete package to quickly start Laravel projects.
Learn more
Nana
Nana is a Laravel starter kit designed to expedite the development of SaaS applications by providing a comprehensive suite of pre-built features and integrations. It includes subscription payment processing through Stripe Billing, enabling the immediate implementation of recurring payments with SCA compliance. Users can access and download their invoices via a built-in interface. The authentication system leverages Laravel's robust mechanisms to ensure secure user access. A responsive dashboard layout, crafted with TailwindCSS, offers a sidebar and example pages for seamless navigation. Nana incorporates extensive unit and end-to-end test coverage for critical functionalities, ensuring reliability. The development environment is streamlined with Docker and Docker Compose configurations, facilitating consistent setups across platforms. For deployment, Nana provides a complete Kubernetes setup with Helm integration, allowing rapid application deployment across various environments.
Learn more
Laravel Jetstream
Laravel Jetstream is a beautifully designed application starter kit for Laravel, providing the perfect starting point for your next Laravel application. It implements your application's login, registration, email verification, two-factor authentication, session management, API via Laravel Sanctum, and optional team management features. Jetstream is designed using Tailwind CSS and offers your choice of Livewire or Inertia scaffolding. Laravel Jetstream offers your choice of two frontend stacks, Livewire and Inertia.js. Each stack provides a productive, powerful starting point for building your application; however, the stack you choose will depend on your preferred templating language. Laravel Livewire is a library that makes it simple to build modern, reactive, dynamic interfaces using Laravel Blade as your templating language. This is a great stack to choose if you want to build an application that is dynamic and reactive and is a great alternative to a full JavaScript framework.
Learn more