I am able to setup my LAMP inside droplet but not able to find the docs to setup Laravel Spark. Can anyone guide me???
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hi there,
I would usually stick to LEMP, there is a nice community tool that does all of the server setup and Laravel installation for you with a couple of commands:
https://www.digitalocean.com/community/tools/larasail
It is very well documented and it pulls up the latest Laravel version for you.
Once you have the Laravel application installed, you can follow the steps here on how to add the Laravel Spark Package and include the API Key:
https://spark.laravel.com/docs/1.x/installation.html
Alternatively, if you prefer LAMP, you could install Laravel by following the steps here:
https://devdojo.com/bobbyiliev/laravel-app-on-digital-ocean-ubuntu-1904-droplet-step-by-step-guide
Hope that this helps. Regards, Bobby