File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -22,36 +22,37 @@ This repository contains a starter template for setting up a web application usi
2222 ``` bash
2323 git clone https://github.com/giauphan/laravel-vue-tailwind
2424 ```
25- # Navigate into the project directory
25+ ## Navigate into the project directory
2626 ```
2727 cd laravel-vue-tailwind
2828 ```
29- # Install PHP dependencies
29+ ## Install PHP dependencies
3030```
3131composer install
3232```
33- # Install JavaScript dependencies
33+ ## Install JavaScript dependencies
3434```
3535npm install
3636```
37- # Compile assets
37+ ## Compile assets
3838```
3939npm run dev
4040```
41- # Set up environment variables
41+ ## Set up environment variables
4242
43- # Duplicate the `` .env.example file and rename it to .env. ``
44- # Generate an application key
43+ ## Duplicate the `` .env.example file and rename it to .env. ``
44+
45+ ## Generate an application key
4546```
4647php artisan key:generate
4748```
48- # Configure your database connection in the .env file.
49+ ## Configure your database connection in the .env file.
4950
50- # Run migrations (if using a database)
51+ ## Run migrations (if using a database)
5152```
5253php artisan migrate
5354```
54- # Start the development server
55+ ## Start the development server
5556```
5657php artisan serve
5758```
You can’t perform that action at this time.
0 commit comments