craftable
craftable copied to clipboard
Admin panel builder / CRUD generator for Laravel.
Hello, I get an error when trying to save the translation. Error message: The GET method is not supported for route admin/translations/1. Supported methods: POST. Why is a GET request...
After upgrading Laravel from version 9 to 10, my production app encountered an error. ``` Declaration of Brackets\AdvancedLogger\Formatters\LineWithHashFormatter::format(array $record): string must be compatible with Monolog\Formatter\LineFormatter::format(Monolog\LogRecord $record) ``` I fixed the...
I hope this message finds you well. I am reaching out to report an issue I encountered while using Laravel Craftable. I used the following command to generate a CRUD...
after use craftable install, .env file always set DB_PASSWORD=password...thats make error in database
Purpose of this issue is to allow multiple paginated instances of AdminListing class on one page. Currently AdminListing uses default page name for pagination as seen in [Laravel Docs](https://laravel.com/docs/9.x/pagination#multiple-paginator-instances-per-page). Link...
In our Media repository we extend [spatie/laravel-medialibrary](https://github.com/spatie/laravel-medialibrary) but our custom MediaCollection model is not taking into account value from config `medialibrary.max_file_size`. The only way to use it is for now...
It would be great if we could have pagination and sorting in url, so we can refresh and preserve page number / sorting.
Hi, excellent work!!. I have a question, how can I create a many to many relationship in Craftable?, for instance: articles, tags and article_tag?. I couldn't find any doc about...
If editing the row it redirect back to the first page not to the page i came from.
Hello ! Thx for your amazing work on Craftable. I like the way it works and how it is customizable. But, I'm french and I need to use Craftable in...