Download the PHP package mark1502/daisy-vue-starter-kit without Composer

On this page you can find all versions of the php package mark1502/daisy-vue-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 daisy-vue-starter-kit

daisy-vue-starter-kit

A Laravel 13 starter kit with Inertia.js v3, Vue 3, Tailwind 4, daisyUI 5, Ziggy, and Fortify-based authentication. Breeze-inspired posture (plain Vue, minimal abstraction) with daisyUI components instead of hand-rolled Tailwind markup. It's a lightweight kit using Ziggy rather than Wayfinder and daisyUI for the ui, including theme support.

What's included

Two-factor authentication is wired into the User model and migrations but disabled by default — flip the feature on in config/fortify.php to enable it.

Installation

composer dev runs the PHP server, queue listener, and Vite dev server concurrently.

Or use composer directly:

Project layout

Themes

Theme choice persists to localStorage under the key theme (authenticated areas) and authTheme (guest/auth pages, light/dark only). The initial paint is set inline in app.blade.php to avoid FOUC.

Navigation

The main nav bar is driven by a single config file — resources/js/navigation.js. Add a link there and it appears in both the desktop bar and the mobile hamburger dropdown (one array, no duplicated markup).

Adding a link

Add one row to navItems:

Active-link highlighting is pattern-based by default, with an optional server-driven activeNav page-prop override for cases where one route serves multiple nav sections.

Full options and details

For all the details about adding links to the navbar and every available option — refer to the Navbar and Links documentation: docs/md_files/7. Navbar and Links.md (also available as a collapsible HTML page at docs/html_files/navbar_and_links.html).

Logo

The Flower icon (left of the bar) is a placeholder brand/home link. Swap it for your own logo in AuthenticatedLayout.vue — it's marked with a comment.

Documentation

Documentation about the auth system (fortify) and the starter kit is located in the docs folder. The documentation is supplemental to the official Fortify documentation and is available in markdown format and also html with collapsable sections.

Customization

This is a starter kit, not a framework. Edit the Vue pages directly.

License

MIT


All versions of daisy-vue-starter-kit with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
inertiajs/inertia-laravel Version ^3.1
laravel/fortify Version ^1.37
laravel/framework Version ^13.8
laravel/tinker Version ^3.0
tightenco/ziggy Version ^2.6
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 mark1502/daisy-vue-starter-kit contains the following files

Loading the files please wait ...