1
- <p align =" center " ><a href =" https://laravel.com " target =" _blank " ><img src =" https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg " width =" 400 " alt = " Laravel Logo " ></a ></p >
1
+ <p align =" center " ><a href =" https://laravel.com " target =" _blank " ><img src =" https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg " width =" 400 " ></a ></p >
2
2
3
- # Laravel Docker Starter
4
- Laravel Docker Starter Kit
3
+ <p align =" center " >
4
+ <a href =" https://github.com/laravel/framework/actions " ><img src =" https://github.com/laravel/framework/workflows/tests/badge.svg " alt =" Build Status " ></a >
5
+ <a href =" https://packagist.org/packages/laravel/framework " ><img src =" https://img.shields.io/packagist/dt/laravel/framework " alt =" Total Downloads " ></a >
6
+ <a href =" https://packagist.org/packages/laravel/framework " ><img src =" https://img.shields.io/packagist/v/laravel/framework " alt =" Latest Stable Version " ></a >
7
+ <a href =" https://packagist.org/packages/laravel/framework " ><img src =" https://img.shields.io/packagist/l/laravel/framework " alt =" License " ></a >
8
+ </p >
5
9
10
+ # Laravel Docker Starter Kit
6
11
- Laravel v10.7.1
7
12
- PHP v8.2.5
8
13
- MariaDB v10.11
@@ -13,10 +18,8 @@ Laravel Docker Starter Kit
13
18
14
19
# How To Deploy
15
20
16
- ### For first time only
17
-
21
+ ### For first time only !
18
22
- ` docker-compose up -d `
19
- - (For Windows Only) ` exec winpty bash `
20
23
- ` docker-compose exec php bash `
21
24
- ` composer setup `
22
25
@@ -39,13 +42,6 @@ Laravel Docker Starter Kit
39
42
40
43
---
41
44
42
- <p align =" center " >
43
- <a href =" https://github.com/laravel/framework/actions " ><img src =" https://github.com/laravel/framework/workflows/tests/badge.svg " alt =" Build Status " ></a >
44
- <a href =" https://packagist.org/packages/laravel/framework " ><img src =" https://img.shields.io/packagist/dt/laravel/framework " alt =" Total Downloads " ></a >
45
- <a href =" https://packagist.org/packages/laravel/framework " ><img src =" https://img.shields.io/packagist/v/laravel/framework " alt =" Latest Stable Version " ></a >
46
- <a href =" https://packagist.org/packages/laravel/framework " ><img src =" https://img.shields.io/packagist/l/laravel/framework " alt =" License " ></a >
47
- </p >
48
-
49
45
## About Laravel
50
46
51
47
Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as:
0 commit comments