Libraries tagged by laravel tests
hantu/contactform
4 Downloads
Test package for Laravel
flower/contact
22 Downloads
A test package for Laravel.
dresong/dre-junit
2 Downloads
a simple test unit for laravel
bastuijnman/flagpost
0 Downloads
Provides basic A/B test results for Laravel Pennant
zengine/zurl
671 Downloads
Perform various self diagnosis tests on your Laravel application.
smkbd/contact-9
5 Downloads
Test contact package for laravel
recca/reccaval-framework
19 Downloads
a test project for mimicking laravel/framework
jayboss/contact
15 Downloads
This is a simple test contact form with laravel
valorin/vest
555 Downloads
Valorin's Test Suite Artisan Command for Laravel 4.
raffaelnunes/blog
11 Downloads
Module test of the blog in Laravel
rafapaulino/blog
12 Downloads
Teste com o curso de Laravel Modular
uptowndev/helloworld
9 Downloads
This is a test package created to learn about laravel package development. It will be deleted. testing the package create cycle aka development workflow
rubrasum/velocity-forms
10 Downloads
Basic form management package for front-facing forms on the Inertia/Vue stack for Laravel. Install to add the vue components for admin and the forms themselves, migrations models controllers factories seeders unittests and dusk tests for the forms and all subtables, and routes for user submission and admin pages. The goal for development is to be able to seemlessly add form management to your Laravel site's admin quickly while remaining an open-ended solution with predictable early stage design choices (i.e. hold on tight). Development is here -> "Can install on any project" ->- "Can seed and display an example on any project" -- "Can integrate Unit and Dusk tests on any project" --
opqclick/currency-converter
4 Downloads
The task is to create a Laravel package, this packagewill expose an API GET endpoint that will receive thefollowing params:● amount● currency to exchangeYou can assume the default currency is Euro.This endpoint should return the exchange rate for thegiven amount in the same standard format as theother API endpoints.The package must fetch the exchange rate of the dayfrom the European Central Bank daily reference.The package must have unit tests documentationand a readme.md file.The package must be installed with composer as alocal dependency.
marufsharia/helloworld
7 Downloads
This is a test package for learning how to create laravel package and publish it