Skip to content

Commit d4e649a

Browse files
Modify README.md file
1 parent 8059065 commit d4e649a

File tree

6 files changed

+21780
-143
lines changed

6 files changed

+21780
-143
lines changed

README.md

Lines changed: 29 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -18,47 +18,51 @@ The application is designed to provide a smooth and interactive user experience.
1818
To get started with the installation, follow these steps:
1919

2020
1. Clone the repository
21-
``git clone https://github.com/perisicnikola37/laravel-inertia-vue-spa.git``
21+
`git clone https://github.com/perisicnikola37/laravel-inertia-vue-spa.git`
2222

2323
2. Enter project directory
24-
``cd laravel-inertia-vue-project``
24+
`cd laravel-inertia-vue-project`
2525

2626
3. Install/update composer
27-
``composer install | composer update | composer install --ignore-platform-req=ext-iconv``
27+
`composer install | composer update | composer install --ignore-platform-req=ext-iconv`
2828

2929
4. Install npm
30-
``npm install``
30+
`npm install`
3131

32-
3. Set up the environment variables
33-
``cp .env.example .env``
32+
5. Set up the environment variables
33+
`cp .env.example .env`
3434

35-
4. Generate an application key
36-
``php artisan key:generate``
35+
6. Generate an application key
36+
`php artisan key:generate`
3737

38-
5. Configure the database
39-
``php artisan migrate``
38+
7. Configure the database
39+
`php artisan migrate`
4040

41-
6. Start the development server
42-
``npm run dev``
41+
8. Generate storage link
42+
`php artisan storage:link`
4343

44-
7. Visit the application at [http://localhost:8000](http://localhost:8000)
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)
4548

4649
## Features
4750

4851
This application includes the following features:
4952

50-
- User authentication and authorization
51-
- CRUD operations for users and roles
52-
- Real-time updates using Inertia.js and Vue.js
53-
- Two factor authentication
54-
- Browser sessions
55-
- Full text searching
56-
- Pagination
57-
- Multi delete users
58-
- Inertia.ks progress indicator
59-
- Font Awesome icons
60-
- Application analytics
61-
- User default profile avatar
53+
- User authentication and authorization
54+
- CRUD operations for users and roles
55+
- Real-time updates using Inertia.js and Vue.js
56+
- Two factor authentication
57+
- Browser sessions
58+
- Full text searching
59+
- Pagination
60+
- Multi delete users
61+
- Inertia.ks progress indicator
62+
- Font Awesome icons
63+
- Application analytics
64+
- User default profile avatar
65+
6266
## Contributing
6367

6468
If you would like to contribute to this project, please follow these steps:

0 commit comments

Comments
 (0)