Change the default index view in localhost
-
Clone the repository:
git clone https://github.com/your-username/laravel-blog.git
-
Navigate to the localhost web directory:
cd htdocs(XAMPP) or www(Laragon)
-
Replace the default index file:
replace index.php
-
For style copy the style file:
copy css file
-
Start the apache server:
Access the application at http://localhost/.
This project is open-source and available under the MIT License.