Skip to content

Instantly share code, notes, and snippets.

@ikashifullah
Last active August 29, 2017 13:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ikashifullah/b84780ce2afe2f5c17d0a4a8f3702893 to your computer and use it in GitHub Desktop.
Save ikashifullah/b84780ce2afe2f5c17d0a4a8f3702893 to your computer and use it in GitHub Desktop.
Steps to install AsgardCMS:
1. Clone repo from your AsgardCMS repo.
2. Composer Install.
3. Create an .env file and update with Database Credentials.
4. Generate App Key by: php artisan key:generate
5. php artisan module:publish (Backend)
6. php artisan asgard:publish:theme (Front End)
7. Update your APP_URL to your 'CMS URL' e.g. APP_URL=http://yourcms.dev/
That's it :) enjoy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment