Breeze Next Ts

screenshot of Breeze Next Ts
laravel
nextjs
react
tailwind
headless-ui

An application / authentication starter kit frontend in Next.js with typescript for Laravel Breeze.

Overview

Laravel Breeze - Next.js Edition with TypeScript is a refactor of the breeze-next repository, which changes the programming language from JavaScript to TypeScript. This repository is an implementation of the Laravel Breeze application/authentication starter kit frontend in Next.js. It provides all the authentication boilerplate already written for you, powered by Laravel Sanctum, allowing you to quickly pair your Next.js frontend with a strong Laravel backend.

Features

  • Little extras: The Next.js Edition with TypeScript includes some additional features such as dark mode support and profile modification support, which are modifications of Laravel Breeze for profile editing.
  • Official Documentation: The repository provides official documentation to guide you through the installation and usage of Laravel Breeze - Next.js Edition with TypeScript.
  • Authentication Hook: This Next.js application contains a custom useAuth React hook that abstracts all authentication logic away from your pages. It can also be used to access the currently authenticated user.
  • Named Routes: For convenience, Ziggy can be used to reference your Laravel application's named route URLs from your React application.
  • Contributing: If you are interested in contributing to Laravel Breeze Next, there is a contribution guide available in the Laravel documentation.
  • Code of Conduct: The Laravel community has a Code of Conduct in place to ensure a welcoming environment for all members.
  • Security Vulnerabilities: The repository provides a security policy on how to report security vulnerabilities.
  • License: Laravel Breeze - Next.js Edition with TypeScript is open-source software licensed under the MIT license.

Summary

Laravel Breeze - Next.js Edition with TypeScript is an implementation of the Laravel Breeze application/authentication starter kit frontend in Next.js, with additional features such as dark mode support and profile modification support. It comes with an authentication hook and support for named routes. The installation process is straightforward, and the repository provides official documentation, as well as guidelines for contribution and security vulnerabilities. Overall, Laravel Breeze - Next.js Edition with TypeScript offers a convenient and powerful solution for integrating a Laravel backend with a Next.js frontend.

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.

nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

tailwind
Tailwind

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

headless-ui
Headless UI

Headless UI is a set of completely unstyled, fully accessible UI components for React, Vue, and Alpine.js that empower developers to build their own fully accessible custom UI components. Headless UI allows developers to focus on building accessible and highly functional user interfaces, without the need to worry about styling or layout.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

postcss
Postcss

PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.