Download the PHP package lauroguedes/mary-ui-starter-kit without Composer

On this page you can find all versions of the php package lauroguedes/mary-ui-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 mary-ui-starter-kit

Mary UI Starter Kit ๐Ÿš€

A **modern, production-ready Laravel starter kit** featuring **Livewire Volt** and **Mary UI**. Build beautiful web applications with a complete authentication system, user management, and developer-friendly tooling. [![Laravel](https://img.shields.io/badge/Laravel-12.x-red?style=flat&logo=laravel)](https://laravel.com) [![Livewire](https://img.shields.io/badge/Livewire-3.x-purple?style=flat)](https://livewire.laravel.com) [![Mary UI](https://img.shields.io/badge/Mary_UI-2.x-blue?style=flat)](https://mary-ui.com) [![License](https://img.shields.io/badge/License-MIT-green?style=flat)](LICENSE) -- [![Packagist Version](https://img.shields.io/packagist/v/lauroguedes/mary-ui-starter-kit?style=flat)](https://packagist.org/packages/lauroguedes/mary-ui-starter-kit) [![Packagist Downloads](https://img.shields.io/packagist/dt/lauroguedes/mary-ui-starter-kit?style=flat)](https://packagist.org/packages/lauroguedes/mary-ui-starter-kit)
![demo_screenshot](https://github.com/user-attachments/assets/6005b127-2d3f-4c7e-a4fc-2dfc257faafb)

โœจ Features

๐ŸŽจ Frontend Stack

๐Ÿ” Authentication & User Management

๐Ÿ”— OAuth Socialite Integration

๐Ÿ—๏ธ Architecture & Developer Experience

๐Ÿงช Testing Coverage

๐Ÿ“ File Management

๐Ÿš€ Quick Start

Prerequisites

Installation

Clone the repository manually:

Development Workflow

For an enhanced development experience with hot reloading:

Visit http://localhost:8000 to view your application.

This runs:

๐Ÿงช Testing

Run the comprehensive test suite:

๐Ÿ”ง Customization

Key environment variables for customization. Change the APP_LAYOUT to sidebar or header and LOGIN_LAYOUT to card, simple, or split:

๐Ÿค Contributing

We welcome contributions! Please see our Contributing Guide for details.

Development Setup

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/amazing-feature
  3. Make your changes and add tests
  4. Run the test suite: ./vendor/bin/pest
  5. Commit your changes: git commit -m 'Add amazing feature'
  6. Push to the branch: git push origin feature/amazing-feature
  7. Open a Pull Request

Code Quality

We maintain high code quality standards:

๐Ÿ“‹ Roadmap

๐Ÿ†˜ Support

๐Ÿ“ License

This project is open-sourced software licensed under the MIT license.


**Built with โค๏ธ by [Lauro Guedes](https://lauroguedes.dev)** **โญ Star this repository if it helped you!**

All versions of mary-ui-starter-kit with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
laravel/framework Version ^12.0
laravel/socialite Version ^5.21
laravel/tinker Version ^2.10.1
livewire/livewire Version ^3.6
livewire/volt Version ^1.7.0
nunomaduro/essentials Version ^0.1
owenvoke/blade-fontawesome Version ^2.9
robsontenorio/mary Version ^2.0
spatie/laravel-permission Version ^6.21
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 lauroguedes/mary-ui-starter-kit contains the following files

Loading the files please wait ....