Anvil
Anvil - The mobile companion for Laravel Forge. Available now. Download for iOS

Introducing Laravel Quizzes

I've been working on a small side project the last couple of weeks turning the Laravel Documentation into a suite of quizzlets for everyone to use without any accounts.

AR
Anthony Rappa
1 min read - 8,880 views -

I've been working on a small side project the last couple of weeks turning the Laravel Documentation into a suite of quizzlets for everyone to use without any accounts.

The application itself is built on the TALL stack, and I think it came out pretty well so far.

Some features:

  • Granular categories
  • Permalinks
  • Explanations/Notes on the correct responses
  • Links to the documentation from each question as well as the version I used for that question
  • Ability to take quizzes with random questions from all categories
  • Ability to submit questions
  • Ability to let me know if questions are inaccurate

I think it's pretty cool so far. I'm only about 40% done with making the questions as it's taking much longer than anticipated.

I built it to support multiple topics, so after Laravel is complete I plan on doing Livewire, Alpine, and Tailwind next in my spare time.

I hope you all enjoy.

Here are a couple screenshots if you do not feel like using the tool:

Read next

Authentication Log v6.0.0

We're excited to announce the release of Laravel Authentication Log v6.0.0! This major release brings significant improvements to security, user experience, and developer productivity. With support for Laravel 11.x and 12.x, enhanced suspicious activity detection, comprehensive session management, and numerous bug fixes, this release represents a substantial step forward for the package.

7 min read - 3,492 views -