Fork dan Star ⭐ if this helps
ENG: Web for portfolio needs created with the aim of making it easier for freelancers to build websites and write blogs on their personal websites.
ID: Merupakan Web untuk kebutuhan portfolio yang dibuat dengan tujuan memudahkan para pekerja lepas untuk membangun website dan menulis blog pada website pribadinya
To Install Locally Make sure your PHP is above > 8.0
- Clone this Repository in your favorite terminal
git clone https://github.com/zifaucode/lara-portfolio
- Type
composer install
- Rename .env-lokal to .env and edit according to your database configuration
- Create a database on your dbms (ex: phpmyadmin) with the name according to the DB_DATABASE configuration on the .env
- Migrate database :
php artisan migrate
- Running Seeder database :
php artisan db:seed
then Run Terminal
php artisan optimize:clear
andphp artisan serve
option if you do not want to run the database migrate and seeder:
- The SQL file is located in the MY-DATABASE folder, import it into the mysql db that you have created in your dbms.
- U: admin
- P: 123456789
Treat me to coffee to keep me fresh while coding :
The Laravel framework is open-sourced software licensed under the MIT license.