Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ismailza/intro-to-phpunit
- Owner: ismailza
- Created: 2024-06-03T07:37:40.000Z (7 months ago)
- Default Branch: develop
- Last Pushed: 2024-06-03T23:30:40.000Z (7 months ago)
- Last Synced: 2024-10-31T04:22:16.382Z (about 2 months ago)
- Topics: breeze, continuous-integration, laravel, phpunit, sqlite
- Language: PHP
- Homepage:
- Size: 159 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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