Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ismailza/intro-to-phpunit

A simple Laravel project implemented with Laravel Breeze for authentication. The project is configured to use PHPUnit for testing and GitHub Actions for continuous integration.
https://github.com/ismailza/intro-to-phpunit

breeze continuous-integration laravel phpunit sqlite

Last synced: 10 days ago
JSON representation

A simple Laravel project implemented with Laravel Breeze for authentication. The project is configured to use PHPUnit for testing and GitHub Actions for continuous integration.

Awesome Lists containing this project

README

        

# Intro to PHPUnit Testing in Laravel

This repository contains a simple Laravel CRUD project implemented with Laravel Breeze for authentication. The project is configured to use PHPUnit for testing and GitHub Actions for continuous integration.

## Features

- User registration and authentication with Laravel Breeze
- Basic CRUD operations
- Vite for asset compilation
- PHPUnit for unit and feature testing
- Continuous integration with GitHub Actions