Posts by Gavin • 1 point
6 posts
-
0
votes1
answer236
viewsQ: Problems with the vendor/bin folder of an Laravel application
I’m trying to deploy a standard application to both AWS(Amazon Web Services) and Heroku, and both have reported phpunit errors inside the vendor folder. After several searches (which already cost me…
-
0
votes1
answer78
views -
0
votes1
answer78
views -
0
votes1
answer31
viewsQ: Laravel - Controller Return view->width does not pass data to the view
My view does not have the data sent by the user Controller $posts = Models::post()->with('user') ->where('chatter_discussion_id', '=', $discussion->id) ->orderBy('created_at', 'ASC')…
-
-1
votes1
answer30
viewsA: (2/2) Errorexception Method bsText does not exist
App\Providers\FormServiceProvider::class, That line solved.
-
0
votes1
answer30
viewsQ: (2/2) Errorexception Method bsText does not exist
I’m using Laravel 5.4 Chatter Package Forum and Laravel Collective, and I noticed myself with this error ****(2/2) Errorexception Method bsText does not exist.**** I followed the following procedure…