Skip to content

Commit

Permalink
Document quick install
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Nov 30, 2024
1 parent bfe65ee commit 74304f9
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,23 @@ Static demo of the default install: https://caendesilva.github.io/laravel-blogki
Live blog (my own (customized) blog built with this kit): https://blog.desilva.se/

## Get Started

### Quick Install

```bash
git clone https://github.com/caendesilva/laravel-blogkit.git
cd laravel-blogkit
composer install
npm install && npm run prod
cp .env.example .env
php artisan migrate
php artisan key:generate
php artisan storage:link
php artisan admin:create

php artisan serve
```

Once you have installed the Laravel app you can use the helper command to create an admin account using `php artisan admin:create` in your terminal.

### How to set up the blog using the demo settings
Expand Down

0 comments on commit 74304f9

Please sign in to comment.