Download the PHP package mohammad_sulaiman/dashboard_setup without Composer
On this page you can find all versions of the php package mohammad_sulaiman/dashboard_setup. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mohammad_sulaiman/dashboard_setup
More information about mohammad_sulaiman/dashboard_setup
Files in mohammad_sulaiman/dashboard_setup
Package dashboard_setup
Short Description A library for setting up a Laravel dashboard, creating language switch middleware, routes, controllers, and language files.
License MIT
Informations about the package dashboard_setup
Dashboard Setup for Laravel
A PHP library for setting up an admin dashboard in Laravel with language settings. This package includes middleware and routes for switching languages (language switch
).
Features
- Easily set up an admin dashboard for Laravel projects.
- Create middleware for language switching.
- Generate routes for language switching.
- Automatically create language files.
Installation
Install the package using Composer:
During installation, you will be prompted to provide two inputs:
- Source Directory (Optional): If you want to include a custom dashboard provided by the user.
- Laravel Project Path (Required): The path to your Laravel project.
Ensure that the Laravel project path is correct, as it is mandatory for the setup process.
Visit on Packagist
You can find the package on Packagist at the following link:
Dashboard Setup for Laravel on Packagist
Usage
-
After installation, the package will automatically configure the following:
- Middleware: For handling language switching logic.
- Routes: Adds routes for managing language switches.
- Language Files: Initializes the language files in the
resources/lang
directory.
- To customize or update the settings, modify the configuration in the
src
directory.
License
This package is licensed under the MIT License.