Creating Ideas
Let's make a Livewire component that handles the process of submitting new ideas. We'll also ensure that success and validation messages are displayed in response.
Let's make a Livewire component that handles the process of submitting new ideas. We'll also ensure that success and validation messages are displayed in response.
Next up, let's add statuses and a corresponding relationship for each idea. We'll also take a look at a few approaches for adding the corresponding classes with each status.
We'll now add categories and a corresponding relationship for each idea. We make sure it works in the browser, and then update our current tests.
In this episode, we add Gravatar images for our users with defaults - similar to what you'll find on the Laracasts forum. Of course, we'll also write a series of tests for this new functionality.
At the conclusion of the previous episode, we considered adding metadata to the top of each post file. As it turns out, this metadata format has a name: Yaml Front Matter. Let's see if we can find a…
Let's work on the ability to click the entire idea box and make it function like a link. Sure, it's a small feature, but you'll often find yourself working on little things like this.