Download the PHP package mortenebak/tallstarter without Composer

On this page you can find all versions of the php package mortenebak/tallstarter. 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 tallstarter

Tallstarter - A Laravel Livewire Starter Kit

Latest Version on Packagist Project Status: Active – The project has reached a stable, usable state and is being actively developed. GitHub last commit GitHub Sponsors

This Starter kit contains my starting point when developing a new Laravel project. Its based on the official Livewire Starter kit, and includes the following features:

Admin dashboard view:

Supporting multiple languages:

TALL stack

It uses the TALL stack, which stands for:

Further it includes:

Among other things, it also includes:

Upcoming features

I'm considering adding the following features, depending on my clients' most common requirements:

Installation

You could also just use this repository as a starting point for your own project by clicking use template. If installing manually, these are the steps to install:

1. Install dependencies

2. Configure environment

Setup your .env file and run the migrations.

3. Migration

4. Seeding

5. Creating the first Super Admin user

6. Set default timezone if different from UTC

Features

Two-Factor Authentication

This starter kit includes built-in support for Two-Factor Authentication (2FA) using TOTP (Time-based One-Time Passwords), compatible with apps like Google Authenticator, Authy, and 1Password.

Key features:

For detailed information, see Two-Factor Authentication Documentation.

Teams

This starter kit includes comprehensive teams functionality that allows users to create, manage, and collaborate within teams. Teams can be enabled or disabled via configuration, making it suitable for both single-user and multi-team applications.

Key features:

For detailed information, see Teams Documentation.

Social Login

This starter kit includes support for social authentication using Laravel Socialite. Users can sign in or register using their Google, Facebook, or Twitter/X accounts.

Key features:

For detailed setup instructions, see Social Login Documentation.

Developing

Check for code style issues

This command will run, in order:

Ensuring that your code is up to standard and tested.

Contributing

Feel free to contribute to this project by submitting a pull request. Here's a great resource on how to contribute to open source projects.

Credits

I'd like to thank all the people who have contributed to the packages used in this project. Especially Spatie for their great packages, Livewire and Alpinejs for their awesome framework and the Laravel community for their great work. And of course Laravel for their awesome framework, and their Livewire Starter Kit, which this kit is based on.

Contributors

Take a look at the contributors who have helped make this project better. Many thanks!

Donate

If you like this project, please consider donating to support it.

Thanks to:


All versions of tallstarter with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2|^8.3
jantinnerezo/livewire-alert Version ^3.0
laravel/framework Version ^12.0
laravel/pint Version ^1.21
laravel/tinker Version ^2.10.1
livewire/flux Version ^2.0
livewire/volt Version ^1.6.7
spatie/laravel-permission Version ^6.15
wire-elements/modal Version ^2.0
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 mortenebak/tallstarter contains the following files

Loading the files please wait ...