Support the ongoing development of Laravel.io →

micanzhang

Joined 8 Feb 2015

Statistics

Threads 0
Replies 4
Solutions 0
Articles 0

micanzhang has not posted any threads yet

replied 9 years ago

chat functionality

basically, you must implement a chat server and chat client, which both connect by socket(websocket)...

0 Likes
replied 9 years ago

how to return json data to view ?

do you want login via ajax request? or you just want echo json format to html? i don't get it, or ?...

0 Likes
replied 9 years ago

Linux, PHP mcrypt enabled, yet 'mcrypt is missing'

i think you should add ext of mcrypt at php-fpm/php.ini, or you just: <?php echo phpinfo();...

0 Likes
replied 9 years ago

how to return json data to view ?

return Response::json($aResult);

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.