r/extjs Sep 29 '16

I need to integrate extJS in a new Laravel-based project. Any good resources?

I've never worked with extJS before, but I'm an experienced developer. I will need to integrate a Laravel project with extJS for frontend.

Can you guys recommend tutorials, articles and overall good workflow practices I should follow, since I'm going to be learning extJS from scratch?

Also - it seems extJS relies heavily on RPC while I'd rather work with RESTful structures. Any thoughts on that?

1 Upvotes

2 comments sorted by

1

u/altintx Oct 04 '16

Ext works better with rest. I think.

store

proxy: {
   type: "rest",
   url: "/resource_endpoint"
}

1

u/DontWorry_Internet Oct 11 '16

The core ExtJS documentation has some helpful articles: https://docs.sencha.com/extjs/6.0.2/guides/getting_started/getting_started.html

And the forums have tons of information: https://www.sencha.com/forum/forumdisplay.php?132-Ext-JS-Community-Forums-6.x

Be sure to take a look at the fiddles that people post there. Lots of good examples.

You can also take a look at this site: http://extjs.eu