Install the package through Composer.
Run the Composer require command from the Terminal:
composer require exist404/datatable-cruds
After completing the step above, use the following command to publish config file:
php artisan datatablecruds:install
Now you're ready to start using datatable cruds in your application.