steps: ================ 1) Clone/Download a repo. git clone https://meghdeveloper@bitbucket.org/meghinteractive/laravel-boilerplate.git 2)opy .env.example file to .env & Setup your environment variables 3)Composer Run And Update composer install Update 4) Generate application key by running php artisan key:generate 5) Run Migration php artisan migrate --seed 6) Run Serve php artisan serve Documentation and Links ================== 1) boilerplate Documentation: https://laravel-boilerplate.com/7.0/documentation.html 2) Installing Laravel DataTables(yajrabox.com) https://yajrabox.com/docs/laravel-datatables/9.0/installation 3) Example DataTables Quick Starter: https://yajrabox.com/docs/laravel-datatables/9.0/quick-starter 4) Laravel Query Builder Query Syntax https://kirschbaumdevelopment.com/insights/power-joins Syntexs For Query using Project Perticular Function in datatables ======================= For STDIN error define('STDIN',fopen("php://stdin","r")); 1) change Datatable header title name Example function Name: getColumns(); for eg.: namespace App\DataTables\Admin; (CategoryDataTable) page. solution: ['data' => 'isactive', 'title' => 'Is Active'], 2) Laravel Query Builder query using Modal in Datatable function Name : query(); solution: $model = Category::query();