You have a syntax error in the first line of your config code:
'home_slider' > [
should be:
'home_slider' => [
After that, you should issue a
composer dumpautoload
(but i'm not savvy enough to tell it should be necessary; I only know that if I didn't do that, nothing would change executing the dd() inside Tinker).
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community