Posts by Nícolas Huber • 101 points
3 posts
- 
		3 votes1 answer90 viewsQ: Sort products interchange according to flagI have a model called Product which has, in addition to product data, a flag featured that says whether the products are featured or not. When mounting the view the products should be displayed… 
- 
		0 votes0 answers8142 viewsQ: Laravel date in full in EnglishI’m using Laravel 5.2 and would like to bring the dates in full in Portuguese (pt_BR), but Carbon brings the dates text only in English. $post->created_at->formatLocalized('%B'); //"January"… 
- 
		7 votes1 answer218 viewsQ: Extender plugin jQueryI’m working on a project that uses the library X-Editable with Bootstrap 3. Throughout the page are several instances of the plugin, however, there was a need for some instances to have a different…