Skip to content

ferdinandfrank/phoenix_music

Repository files navigation

Phoenix Music

Requirements

Before you proceed make sure your server meets the following requirements:

Installation

1. Clone the git repository
git clone https://github.com/EpicArrow/spoferan_blog.git
2. Run the following command from the command line in the project root to install the composer packages:
composer install
3. Run the following command from the command line in the project root to install the npm packages:
yarn

or

npm
4. Run the following command from the command line in the project root to link the storage/app/public folder to public/storage:
php artisan storage:link
5. Create a database.
6. Copy the contents of .env.example and create a new file called .env in the project root. Set your application variables in the new file. Be sure to keep the value of APP_ENV set to local for the duration of the install.
7. Run the following command from the command line in the project root and follow the on-screen prompts:
php artisan blog:install
8. Run the following command from the command line in the project root to change the permissions of the storage/ directory.
chmod -R 777 storage/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published