Skip to content
Advertisement

why am i receiving a error when installing argon on a fresh laravel install?

I am trying to install the Argon template for laravel on a fresh install, apart from filling in the .env with the database information which works i haven’t done anything to this install of laravel, the guide im following when installing the theme is the official one in the argon docs at this link: https://argon-dashboard-laravel.creative-tim.com/docs/getting-started/quick-start.html

The instructions are

JavaScript

and when running composer require laravel-frontend-presets/argon

i recieve the error

JavaScript

why is this?

Thanks!

Advertisement

Answer

i think you are required to update you Laravel version

you could use this https://laravel.com/docs/7.x/upgrade to try upgrading it or a fresh install of your laravel framework

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement