devmingle
Home
Categories
Popular Codes
Articles
/
PHP
/
M
M
V
int a = 1000;
1
M
larvel project from github Clone your project Go to the folder application using cd command on your cmd or terminal Run composer install on your cmd or terminal Copy .env.example file to .env on the root folder. You can type copy .env.example .env if using command prompt Windows or cp .env.example .env if using terminal, Ubuntu Open your .env file and change the database name (DB_DATABASE) to whatever you have, username (DB_USERNAME) and password (DB_PASSWORD) field correspond to your configuration. By default, the username is root and you can leave the password field empty. (This is for Xampp) By default, the username is root and password is also root. (This is for Lamp) Run php artisan key:generate Run php artisan migrate Run php artisan serve Go to localhost:8000
0
Share
Similar codes
10 votes
88 views
2 answers
How to convert array into json php
PHP
1 vote
100 views
1 answer
Laravel http request plain text
PHP
0 vote
98 views
1 answer
Laravel Http client throw exception if request is not successful
PHP
0 vote
87 views
1 answer
How to extract code from controller to helpers or other method in laravel
PHP
1 vote
94 views
3 answers
Php error stack overflow
PHP
0 vote
86 views
1 answer
Laravel blade image
PHP
0 vote
131 views
1 answer
Cakephp 2.x join
PHP
0 vote
98 views
1 answer
Eager load relationships on an existing model in route laravel
PHP
0 vote
110 views
1 answer
How do I display logged-in username IF logged-in? site:wordpress.stackexchange.com
PHP
8 votes
105 views
1 answer
Php 0 padding left
PHP
Share