Skip to content

Commit 3af0759

Browse files
Update README.md
1 parent d45223f commit 3af0759

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

README.md

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -13,39 +13,6 @@ The application is designed to provide a smooth and interactive user experience.
1313

1414
[Demo video](https://github.com/perisicnikola37/laravel-inertia-vue-spa/assets/79047182/38ffbb70-0543-495b-8211-ed5e17257ff2)
1515

16-
## Installation
17-
18-
To get started with the installation, follow these steps:
19-
20-
1. Clone the repository
21-
`git clone https://github.com/perisicnikola37/laravel-inertia-vue-spa.git`
22-
23-
2. Enter project directory
24-
`cd laravel-inertia-vue-project`
25-
26-
3. Install/update composer
27-
`composer install | composer update | composer install --ignore-platform-req=ext-iconv`
28-
29-
4. Install npm
30-
`npm install`
31-
32-
5. Set up the environment variables
33-
`cp .env.example .env`
34-
35-
6. Generate an application key
36-
`php artisan key:generate`
37-
38-
7. Configure the database
39-
`php artisan migrate`
40-
41-
8. Generate storage link
42-
`php artisan storage:link`
43-
44-
9. Start the development servers
45-
`npm run dev` & `php artisan serve`
46-
47-
10. Visit the application at [http://localhost:8000](http://localhost:8000)
48-
4916
## Tests
5017

5118
To get started with the tests, make sure you have enabled these extensions in your "php.ini" file if you are running the application on your local machine:

0 commit comments

Comments
 (0)