@nico75
- Member Since
- Sep 26, 2024
- Lessons Completed
- 5
- Comments Contributed
- 2
- Hours Watched
- 0.84
Recent Activity
Here's what @nico75 has been up to this past year
-
Completed lesson Many-To-Many Model Factory Relationships
-
Replied to Hey Nico! Thanks for watching! When you're passing props into...
Thanks a lot. It work now.
I'm going to continue to watch the videos, very helpfull to learn Adonis and Edge !
-
Upvoted comment Hey Nico! Thanks for watching! When you're passing props into...
-
Completed lesson Defining Many-To-Many Relationships and Pivot Columns
-
Completed lesson Using Eager and Lazy Loading to Load A Movie's Writer and Director
-
Completed lesson Listing and Counting a Writer's Movies
-
Completed lesson Listing A Director's Movies with Relationship Existence Queries
-
Commented on post Listing A Director's Movies with Relationship Existence Queries
Hey, first, thanks for this full tutorial.
I try to use route with a custom button component
Copied!@shared.button({href: "{{route('movie.show', {id: movie.slug})}}", class: ""}) View Details @end
this not work
@shared.button({href: "movies/" + movie.slug, class: ""}) View Details
this work
Is there a way to achieve this ?
-
Account created Welcome to Adocasts, @nico75!