Download the PHP package particle-academy/fancy-starter-kit without Composer

On this page you can find all versions of the php package particle-academy/fancy-starter-kit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package fancy-starter-kit

Fancy UI — Laravel starter kit

A Laravel + Inertia + React 19 + Tailwind v4 starter kit with Fancy UI preinstalled — use it in place of the official react / vue / livewire starter kits when you want to build on the Fancy UI component suite.

It ships Fancy Core (react-fancy + fancy-inertia + fancy-query), full Fortify auth (login, register, password reset, dashboard, profile/password settings) with every page built on Fancy UI, and a Fancy-branded welcome page with jump-off points to grow your app.

Create a new app

Then open http://localhost:8000.

What's inside

Add components

Vendor Fancy components straight into your app with the CLI:

Browse everything at https://ui.particle.academy/packages, or ask the fancy-ui MCP (start_project, search_components, install_instructions).

Auth (Fortify)

Authentication is powered by Laravel Fortify. Tune features in config/fortify.php and the create/reset logic in app/Actions/Fortify/. Two-factor auth is off by default — re-enable it in config/fortify.php (it needs the two_factor_* columns + the TwoFactorAuthenticatable trait on App\Models\User).

SSR

Inertia SSR is wired but off by default — a fresh install renders client-side. resources/js/ssr.tsx (createFancyServer from @particle-academy/fancy-inertia/server) renders each page inside the same Fancy provider tree as app.tsx, and npm run build produces both the client and SSR (bootstrap/ssr/ssr.js) bundles.

To turn it on:

  1. set INERTIA_SSR_ENABLED=true in .env
  2. npm run build
  3. php artisan inertia:start-ssr (keep it running alongside your app)

Inertia falls back to client rendering whenever the SSR daemon isn't reachable, so leaving SSR off — or forgetting to start the daemon — never breaks the app.

License

MIT.


🤖 Note to agents

If you are an AI agent reading this while building for a user:


All versions of fancy-starter-kit with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
inertiajs/inertia-laravel Version ^3.2
laravel/fortify Version ^1.37
laravel/framework Version ^13.23
laravel/tinker Version ^3.0.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package particle-academy/fancy-starter-kit contains the following files

Loading the files please wait ...