BackpackForLaravel All about intercepting the BackpackForLaravel create command How to assign a custom Role to the saved user record with BackPackForLaravel? I was saving a user and when the user is saved, I…priyankmaniarNovember 24, 2020
BackpackForLaravel How to add conditions to the query/listing module in BackpackForLaravel How to query for a specific role in the admin panel using BackpackForLaravel $this->crud->addClause('role', 'Admin');priyankmaniarNovember 21, 2020
UncategorizedBackpackForLaravel 403 This action is unauthorized | BackpackForLaravel | Using Permission Manager of Spatie Resolving the 403 this action is unauthorized while updating the module.priyankmaniarNovember 21, 2020
Laravel The page has expired due to inactivity I faced this error when Twilio was trying to send a POST request to our server and the server said - The page has expired…priyankmaniarJune 15, 2020
Laravel Laravel 5.2 – Local query scope not working with cron job / scheduler I have observed local query scopes do not work with cron job. To make it work, I simply scaled down. I put the conditions itself…priyankmaniarJanuary 18, 2019
Laravel Issues with Laravel cron job not working (scheduler) I noticed some of the cron jobs were not running. You can use the following command to check and run the cron job execution. php…priyankmaniarJanuary 18, 2019
LaravelLaravel MixWebpack Laravel Mix: How to output separate files rather than a combined one? Update the path as per your setup. Following is tested on Laravel 5.6. var fs = require('fs'); var vueFiles = fs.readdirSync('resources/assets/frontend/js/vue'); for(var i = 0;…priyankmaniarApril 27, 2018