Download the PHP package fahadyousafmahar/slash-login without Composer

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

SlashLogin: Streamline Your Laravel Development

Tired of repetitive logins during development? Let us Slash your Login!

GitHub contributors Packagist Downloads

GitHub top language GitHub License GitHub repo size

Simplify your development workflow today with SlashLogin!

SlashLogin is a Laravel package designed to simplify your development / testing workflow. It allows you to quickly log in as any user in your application by accessing a configured route. It's perfect for developers who want to save time and effort by eliminating repetitive logins during development.

Key Features:

How It Works:

  1. Installation: Install using Composer (composer require --dev fahadyousafmahar/slash-login).
  2. Configuration: Customize the settings in the configuration file (config/slash-login.php).
  3. Usage: Access the configured route with the desired user ID to log in.

Example:

If you configure the route as login then you can log in as user with ID 123 by visiting http://your-app.com/login/123.

Benefits:

Installation:

  1. Require the package:

  2. Publish the configuration:

  3. Configure as needed: Edit the config/slash-login.php file to customize the login behavior.

    • route: The route segment for login (default: login).
    • model: The User model class to fetch user data.
    • redirect_route: The route to redirect to after login.
    • guard: The authentication guard to use (default: web).
    • custom_session_data: Additional session data to set after login.

Keywords: Laravel, development, testing, login, authentication, efficiency, productivity, developer tool.

Author: Fahad Yousaf Mahar

Contributors:

Austin White


All versions of slash-login with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4|^8.0
illuminate/support Version ^8.83.4|^9.3.1|^10.0|^11.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 fahadyousafmahar/slash-login contains the following files

Loading the files please wait ....