laravel-crud icon indicating copy to clipboard operation
laravel-crud copied to clipboard

Laravel CRUD generator: Generate CRUD for any db table with the make:crud command.

Results 7 laravel-crud issues
Sort by recently updated
recently updated
newest added

Hello, I am getting this error after creating crud, I created a new professor and this error occurred, I couldn't find how to solve it from google. https://flareapp.io/share/87nKwR05

thank you for your very good package. especially for tailwind support I created a command with sub for migrations. If you wish, I can send it.

![Capture----](https://user-images.githubusercontent.com/21261716/228167716-2be0a830-c779-414f-86ee-389bc4b74992.PNG) my php version 8.1.12 how i solve this problem ?

Hi San-kumar thanks for creating a Very nice and customizable and very useful crud generator. I have been gone through many crud-generator but not found as good as this. I...

php artisan crud:generate workhours ``` Schema::create('workhours', function (Blueprint $table) { $table->id(); $table->time('start'); $table->time('end'); }); ``` php artisan crud:generate workhours error: Cannot access offset of type string on string But if...

Hello. Congratulations on the work done. But even though it says in the documentation that I can use --merge-forms to generate a single form to create/edit an entity, the option...

As explained in this video https://www.youtube.com/watch?v=W0jyphqYkdk Docs https://laravel.com/docs/9.x/validation#form-request-validation