Ben

Results 30 comments of Ben

No point printing in a few years best practices will have changed. Just save the [markdown file](https://raw.githubusercontent.com/alexeymezenin/laravel-best-practices/master/README.md) or fork the repo

Until this gets merged [laravel-form-components](https://github.com/rawilk/laravel-form-components) has a complete selection of form components.

This project looks to be abandoned but there's this one instead that works with Larvavel 8/9 https://github.com/joelbutcher/laravel-facebook-graph

It returns a standard collection so you can easily change this behaviour in laravel `Cart::content()->reverse()` https://laravel.com/docs/9.x/collections#method-reverse

If this doesn't work and tries to read directory instead of file: @import "~bootstrap/scss/mixins"; Error: File to import not found or unreadable: /Users/John/Sites/website/node_modules/bootstrap/scss/mixins/index. on line 12 of templates/default/css/content.scss >> @import...

There's exactly what the 'Server Side Pagination' is for. ![image](https://user-images.githubusercontent.com/533658/180433766-f48bc274-855b-4cc1-960b-4a4ba68ca441.png)

Also could be fixed with https://github.com/the-control-group/voyager/pull/5575

Set that column as 'nullable' in your database. Or add required validation - https://voyager-docs.devdojo.com/bread/introduction#validation

I also get this issue with Voyager Settings replacing the admin loader with svg file. - Laravel: v6.4.0 - Voyager: v1.3.0 SVG doesn't need to be resized or supported by...

@MrCrayon I've added a check for the mime type before resizing the image and allows SVG to be uploaded. Could you please check I've committed it correctly. https://github.com/the-control-group/voyager/commit/ea9c21577d885a9afdbfb15416ac92be627779c9