mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
* Add mercuryseries/inertia-bundle recipe * fix version issue * fix indentation issue * Remove ::class typo * Switch to 0.2 * Fix wrong bundle extension * Fix wrong AbstractController namespace * Switch to 0.4 * Switch to 0.1 * Trigger ci * Fix typo * Update config/routes.yaml to add csrf config * Keep only MercurySeries\Bundle\InertiaBundle\MercurySeriesInertiaBundle registration * fix typo * Move files to package * Update post-install.txt * fix invalid json file * Update post-install.txt * trigger deployment * trigger deployment * trigger deployment * trigger deployment * Update post-install.txt * Update post-install.txt * Support Symfony 5 * Remove requires * Remove warn_if_missing * Add warn_if_missing false * Add config/routes/inertia.yaml * explicit null * better text * better text * better text * comment out domain * move route config logic to bundle * update post-install.txt * renaming to bundler
11 lines
1009 B
Plaintext
11 lines
1009 B
Plaintext
<bg=blue;fg=white> </>
|
|
<bg=blue;fg=white> Getting started using </><bg=blue;fg=white;options=bold>mercuryseries/inertia-bundle</><bg=blue;fg=white> </>
|
|
<bg=blue;fg=white> </>
|
|
|
|
<fg=blue;options=bold>Configure</> <fg=blue>your transformations:</>
|
|
1. React stack: <comment>symfony console inertia:install react --ssr --bundler=webpack</> for Webpack or <comment>symfony console inertia:install react --ssr --bundler=vite</> for Vite.
|
|
2. Vue stack: <comment>symfony console inertia:install vue --ssr --bundler=webpack</> for Webpack or <comment>symfony console inertia:install vue --ssr --bundler=vite</> for Vite.
|
|
3. Adjust the configuration in <comment>%CONFIG_DIR%/packages/mercuryseries_inertia.yaml</> according to your needs.
|
|
4. Start the development server: <comment>npm run dev-server</>.
|
|
5. Start coding into <comment>assets/js/pages/</>
|