New mini-project from our Laravel Daily Team – let’s test your Laravel knowledge with LaraQuiz.com! Project was created to showcase our own QuickAdmin and mostly for a local Laravel Meetup, but hey – why not share with the world, right?

So, LaraQuiz.com is a small website where you get a quiz of 10 random questions about Laravel and then get the result. Now, the most important part is that with every answer you get an explanation and a link to read more – that’s the educational part of the project.

For now there are 70 questions in the database, every quiz is totally random so you might bump into the same questions. We might fill the database with more questions in the future depending on the free time we have.
So feel free to register and test your knowledge of Laravel!
Link once again: LaraQuiz.com
Notice: 90% of the code for the project was generated with our QuickAdmin adminpanel generator, so if you want to check it out – we’ve recently changed the plans structure and you can try it out absolutely free with 1 adminpanel and up to 5 CRUDs. Create your adminpanel here!
Any chance you’re going to put this one on github?
Hi Scott,
No, we didn’t plan to do that. You think there would be value from such a simple project?
Hi, how can I do the proper routing for this project? What I want to have is to have relationship between the test and the topic. My current orm relationship are the ff:
-Topics belongsToMany Groups
-Groups belongsToMany Topics
=There is a separate table for them and its working fine
-Topics hasMany Questions
-Questions belongsTo Topic
-Questions hasMany Options
-Options belongsTo Question
And here is now my problem since I’m adding some relationship for it
-Test belongsTo Topic
-Topic hasMany Tests
I have a problem with routes. If you can help me with this I’m willing to contribute pay for it.
Hi Mark,
Sorry, we’re not planning individual work with this project – we published the code on GitHub – https://github.com/LaravelDaily/Laraquiz-QuickAdmin – but if you want to extend or change it, you’re on your own. Or hire some other consultant to do it, possibly.
I get a whoops error when trying to register using facebook.
Could I get this code on Github I am looking something similar to it. the laraQuiz-QuickAdmin panel is quite different ?