Install Laravel.

This commit is contained in:
2023-03-05 20:14:04 +06:00
parent 5545a3e1c5
commit 15225e860c
85 changed files with 11048 additions and 23 deletions

View File

@@ -0,0 +1,8 @@
date.timezone = Asia/Almaty
display_errors = 1
error_reporting = E_ALL
post_max_size = 1024m
upload_max_filesize = 1024m
memory_limit = 512M

View File

@@ -0,0 +1,4 @@
xdebug.remote_enable = 1
xdebug.remote_autostart = 1
xdebug.remote_connect_back = 1
xdebug.remote_idekey = PHPSTORM