Hit enter to search or ESC to close
A Weblog of Priyank ManiarA Weblog of Priyank ManiarA Weblog of Priyank Maniar
  • Blog
Category

Laravel

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…
priyankmaniar
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');
priyankmaniar
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.
priyankmaniar
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…
priyankmaniar
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…
priyankmaniar
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…
priyankmaniar
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;…
priyankmaniar
priyankmaniarApril 27, 2018

© 2021 A Weblog of Priyank Maniar.

  • Blog