Laravel Nova Mastery
The latest first-party offering from the creators of Laravel is finally here. Laravel Nova is a gorgeous backend tool for configuring and administering your various database tables.
In this series, Marcel Pociot will demonstrate how to get up and running with Nova as quickly as possible. From the basic installation steps, all the way up to generating metrics and custom themes, this is your one-stop shop for Nova mastery. Ready to get started?
Updated Series Available
You are viewing an archived course. We instead recommend that you watch Laravel Nova Mastery.
Progress
Series Info
- Episodes
- 15
- Run Time
- 2h 22m
- Difficulty
- Intermediate
- Last Updated
- Nov 7, 2018
- Version
- Latest
Series Episodes
- Episodes (15)
Introduction
Before we dive into the features of Nova, let's review a quick outline of this course, and which features Nova provides out of the box.Installing Nova
In this lesson, we'll review how to install and setup Nova within a new Laravel application.Defining Resources
Now that you've installed Nova, let's learn how you can define and register your own custom resources so that you can manage them in your Nova application.Resource Fields
In this next episode, we'll take a look at the various resource fields that Nova provides. We can add WYSIWYG editors,Datetimefields,Booleanfields and much more to our resources.Resource Relationships
In this next screencast, we'll take a look at how you can use Laravel Nova to manage your resource relationships. It doesn't matter whether you have aBelongsTo,HasManyorBelongsToManyrelationship; Laravel Nova makes configuring and using your model relations a cinch!Resource Validation
Your resources now contain various fields, but they lack one important feature: validation. In this next screencast, we'll add the necessary validation rules to our resources to prevent invalid input.Resource Authorization
In practically every admin panel, you'll eventually need to specify different forms of authorization. For example, an administrator can perform tasks that a regular user is not allowed to do. In this episode, we will find out how to specify who can access which parts of your resources.Searching
With built-in search capabilities in Nova, let's dig into how you can enable or disable searching for your resources, how you can use Laravel Scout to enable fuzzy-search, and how to modify the output of the search results.Filters and Lenses
In this next episode, we'll learn how to customize the listing of your resources by using custom filters and "lenses" in Laravel Nova.Defining Actions
Laravel Nova ships with countless customization options for you to take advantage of. One of these options is called "Actions". Let's see how we can attach an action to our resources in order to perform custom tasks with.Defining Metrics
One thing that comes to mind, when you think of adminstration panels is metrics: being able to quickly calculate and review key statistics in your application. Laravel Nova makes the process of adding and configuring metrics as easy as possible. Let's review how it works.Create a Custom Tool
Sometimes, your application may require a custom page inside of Nova. Doing so will provide a place for you to have complete control over what is displayed and what you can do. Let's dig into the creation of a custom tool to achieve this.Create a Custom Card
With the addition of metrics in Laravel Nova, we've already reviewed what a "card" in Nova looks like. In this next episode, we'll create our own custom card that contains a digital clock. Once created, we can attach it to the dashboard and our resource page.Create a Custom Field
In this next screencast, we'll review how to create custom fields to use in your resources. For example, perhaps you want to create a custom color-picker, a tag input field, or something completely different. Laravel Nova provides you the tools you need to prepare any of these sorts of fields.Custom Themes
With our Nova application ready to go, let's learn how you can modify the look and feel of Nova by modifying the package views and creating your own custom Nova theme.
