Skip to content

Commit a933e11

Browse files
committed
remove install instructions
1 parent 1ad62fe commit a933e11

File tree

1 file changed

+0
-47
lines changed

1 file changed

+0
-47
lines changed

README.md

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -3,53 +3,6 @@ A basic starter kit using [Laravel](https://laravel.com/docs/master), [Intertia.
33

44
Need an admin panel? [There's a branch for that.](https://github.com/connorabbas/laravel-inertia-primevue/tree/feature/admin-panel)
55

6-
## Installation
7-
1. Clone the repo (or download the zip)
8-
```
9-
git clone https://github.com/connorabbas/laravel-inertia-primevue.git
10-
```
11-
12-
2. Step into the project directory
13-
```
14-
cd ./laravel-inertia-primevue
15-
```
16-
17-
3. Install the framework and other packages
18-
```
19-
composer install
20-
```
21-
22-
3. Setup `.env` file
23-
24-
Windows
25-
```
26-
copy .env.example .env
27-
```
28-
Unix/Linux/MacOS
29-
```
30-
cp .env.example .env
31-
```
32-
33-
4. Generate the app key
34-
```
35-
php artisan key:generate
36-
```
37-
38-
5. Migrate database tables (after `.env` and database related config setup)
39-
```
40-
php artisan migrate
41-
```
42-
43-
6. Install npm packages
44-
```
45-
npm install
46-
```
47-
48-
7. Start the Vite dev server
49-
```
50-
npm run dev
51-
```
52-
536
## Usage with Docker
547
This starter kit is configured to use Docker Compose for local development with a few extra configuration steps. With this setup, you do not need PHP, Composer, MySQL/MariaDB, or Node.js installed on your machine to get up and running with this project.
558

0 commit comments

Comments
 (0)