Skip to content

Installation

Nikola Perišić edited this page Dec 9, 2024 · 1 revision

Installation

To get started with the installation, follow these steps:

  1. Clone the repository git clone https://github.com/perisicnikola37/laravel-inertia-vue-spa.git

  2. Enter project directory cd laravel-inertia-vue-project

  3. Install/update composer composer install | composer update | composer install --ignore-platform-req=ext-iconv

  4. Install npm npm install

  5. Set up the environment variables cp .env.example .env

  6. Generate an application key php artisan key:generate

  7. Configure the database php artisan migrate

  8. Generate storage link php artisan storage:link

  9. Start the development servers npm run dev & php artisan serve

  10. Visit the application at http://localhost:8000

Clone this wiki locally