phpGrid Laravel 10 Integration?
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
- Extract phpGrid to Laravel 10 public folder
- 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 - 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!