Published - 7 years ago ( Updated - 7 years ago )
Laravel 5.5 supports a new directive called json. In the Blade template, json can be printed without calling json_encode.
The problem I encountered is probably this. The container environment runs Laravel, and there is no HTTPS in the container, which causes Laravel to transmit the form without https. Add the following syntax to the boot of AppServiceProvider\URL::forceScheme('https');
What kind of packages are you sure to install on your Laravel application? There are four-star kits here, almost everyone will install them, Click here to see, how do I say, my actual use experience sharing...
No Comment
Post your comment