You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup table generation script that could be like : php artisan make:table UsersTable --model=User.
This script would generate a Table class in the app/Tables directory, in which we could configure the table generation and behaviour instead of doing it in a controller or in a service.
Once it would be done, we could call our table like this in our controller :
Setup table generation script that could be like :
php artisan make:table UsersTable --model=User
.This script would generate a
Table
class in theapp/Tables
directory, in which we could configure the table generation and behaviour instead of doing it in a controller or in a service.Once it would be done, we could call our table like this in our controller :
The text was updated successfully, but these errors were encountered: