Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelsieminski authored Aug 30, 2022
1 parent 4c4f213 commit 67e4225
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ It features the following built-in stack :
2. Install the required php packages using `composer install`
3. Run `npm install` to install all npm packages
4. Use `npm run dev` to start vite watch your files
5. Last but not least use `php artisan serve` to start your laravel application
5. Copy the .env.example file by using `cp .env.example .env`
6. Generate the laravel application key with `php artisan key:generate`
7. Last but not least use `php artisan serve` to start your laravel application

## Usage

Expand Down

0 comments on commit 67e4225

Please sign in to comment.