What's new

PHP [Complete] Barangay Management System in Laravel with Source Code (Free Download)

Pwede po paexplain yung step 5? Specifically this part po

After that, “Be” and rename it to “.env“, then go to connection and modify the default database connection name, only database connection, database username, and password.

"Be" refers to what po? Batch export? How to go to connection and modify the items enumerated above?

Sensya na po kung madaming tanong, newbie po sa bagay na ito. Thank you po sa assistance master.
 
ganito sana sa brgy namin kaso umay sa basket ball court namin ginawang zumba dancing at ganapan ng debu
 
Pwede po paexplain yung step 5? Specifically this part po

After that, “Be” and rename it to “.env“, then go to connection and modify the default database connection name, only database connection, database username, and password.

"Be" refers to what po? Batch export? How to go to connection and modify the items enumerated above?

Sensya na po kung madaming tanong, newbie po sa bagay na ito. Thank you po sa assistance master.
rename mo daw ng .env
then ung DB_DATABASE, DB_USERNAME AT DB_PASSWORD lagay mo jan ung database name, user at pass ng web server mo
kung xampp gamit mo...
punta ka sa localhost/phpmyadmin
create database
ex. ung ginawa mong database is "brgy"

so lagay mo jan
DB_DATABASE=brgy
DB_USERNAME=root
DB_PASSWORD=

db password <blank> ang default
pag nagawa mo na yan
punta ka sa terminal
tsaka ka mag "php artisan migrate"

good luck
 

Similar threads

Back
Top