Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Laravel Installation Process


Hey Guys I have not had ONE successful install with metronic. I sincerely have a headache from trying to install this theme so many times.

Anyone know a step by step guide to install Laravel Metronic? From 0? I’ve tried so many times and I am drained!

Thank you so much for the help! I have reviewed all documentation’s and tutorial with a 0 success rate


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (7)


Hi Kenneth,

What is the error message you are getting?



For starters my laravel composer and apps are working. It’s implementing metronic and installing gulp and we packs and all that. There are no clear steps for laravel. I have none.

I don’t know if I should get my themes and that’s it or if I have to drop all the files in the server then put gulp there’s no documentation except for saying installing gulp or we packs and even those fail.

So as far as errors I don’t even know what steps to take to even get an error



Hi Kenneth,

The laravel documentation can be found on this page. Gulp build is for HTML version only. The laravel app has separate documentation for setup.

https://preview.keenthemes.com/metronic8/laravel/documentation/getting-started/build


Thanks



Great only problem is i am not getting an env file. What should I do?



Copy .env.example file and create a duplicate. Use cpcommand for Linux or Mac users.

cp .env.example .env

If you are using Windows, use copy instead of cp.

copy .env.example .env

Thanks



Do you suggest a development service? I am about to loose it. Im trying to deploy my app and no success. I have everything else down. just cant find an enviroment to deploy to. Digital ocean has way too many proiblems with server config. Not matching the metronic theme. always a problem either by composer or database or versions of php are wrong.



Hi Kenneth,

.env file is required even for deployment. This is the config file where you can set your database access, etc.

The latest Laravel requires PHP version 8. Please use PHP 8 if you have not used it.

Please try to use this command to install composer.
composer install --ignore-platform-reqs

Thanks


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(