hoàn thiện upload và global search
This commit is contained in:
6
start-server.sh
Executable file
6
start-server.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
# Start PHP server with increased upload limits
|
||||
php -d upload_max_filesize=50M \
|
||||
-d post_max_size=55M \
|
||||
-d memory_limit=256M \
|
||||
artisan serve --host=0.0.0.0 --port=8000
|
||||
Reference in New Issue
Block a user