Skip to content

dimasyudhaproject/PHP-Laravel

Repository files navigation

Welcome to PHP & Laravel Admin Panel Website Application 👋

Documentation Maintenance Twitter: dmsydha

This project dedicates to Dipo Star for technical testing purpose which aims to build an admin panel + basic CRUD website application using Laravel framework & PHP for back-end service.

Run

There are two steps to run this project:

1. Manual Method

Prerequisites

Make sure you already setup these three components first in your local PC.

Then, please import the dumped DB to your phpmyadmin. This is important and mandatory step that you need to follow!

After that, please open to project directory and modify something on config/config.php as below:

define('DB_HOST', "localhost");
define('DB_USER', "root"); // INSERT YOUR OWN USER
define('DB_PASSWORD', ""); // INSER YOUR OWN PASSWORD
define('DB_NAME', "dimasyudha");

Next, you can run the project locally by typing the address below on your desire web browser.

http://localhost/login.php

Finally, please insert the username & password as follows:

username: admin
password: admin

2. Live Previewing

Demo

Author

👤 Dimas Yudha Pratama

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2021 Dimas Yudha Pratama.