Skip to content

phpGrid Laravel 10 Integration?

Yes, there is an update for Laravel 10, see https://phpgrid.com/example/inventory-management-dashboard-user-management-laravel-10-bootstrap-5/

However, mind you it is not a true tutorial by any means but more of a show case.

To integration with Laravel 10 is actually very easy. Here are the steps
  1. Extract phpGrid to Laravel 10 public folder



  2. Use "files" for composer.json autoload, see "Use “files” autoloading method" section in https://phpgrid.com/blog/php-composer-to-autoload-a-third-party-library/ 

    file name: composer.json


  3. Whenever changing composer.json manually, don’t forget to run composer dump-autoload afterwards

    composer dump-autoload

Remember using files autoload is recommended method to add phpGrid in Composer.

Still having issues? Feel free to submit a support ticket please!

Feedback and Knowledge Base