-
Notifications
You must be signed in to change notification settings - Fork 20
Installation
Nikola Perišić edited this page Dec 9, 2024
·
1 revision
To get started with the installation, follow these steps:
-
Clone the repository
git clone https://github.com/perisicnikola37/laravel-inertia-vue-spa.git
-
Enter project directory
cd laravel-inertia-vue-project
-
Install/update composer
composer install | composer update | composer install --ignore-platform-req=ext-iconv
-
Install npm
npm install
-
Set up the environment variables
cp .env.example .env
-
Generate an application key
php artisan key:generate
-
Configure the database
php artisan migrate
-
Generate storage link
php artisan storage:link
-
Start the development servers
npm run dev
&php artisan serve
-
Visit the application at http://localhost:8000
Pages: