Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ariful305/localhost-index-view
Change the default index view in localhost
https://github.com/ariful305/localhost-index-view
index laragon xampp
Last synced: about 1 month ago
JSON representation
Change the default index view in localhost
- Host: GitHub
- URL: https://github.com/ariful305/localhost-index-view
- Owner: ariful305
- Created: 2023-12-02T07:33:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-09T13:48:28.000Z (about 1 year ago)
- Last Synced: 2024-01-29T10:49:22.762Z (almost 1 year ago)
- Topics: index, laragon, xampp
- Language: PHP
- Homepage:
- Size: 202 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Localhost index file
Change the default index view in localhost
## Installation
1. Clone the repository:
```bash
git clone https://github.com/your-username/laravel-blog.git
```2. Navigate to the localhost web directory:
```bash
cd htdocs(XAMPP) or www(Laragon)
```3. Replace the default index file:
```bash
replace index.php
```
4. For style copy the style file:```bash
copy css file
```5. Start the apache server:
Access the application at [http://localhost/](http://localhost/).
## Demo
![App Screenshot](./image.png)
## License
This project is open-source and available under the [MIT License](LICENSE).