Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.37 KB

readme.md

File metadata and controls

42 lines (24 loc) · 1.37 KB

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/