Download the PHP
package ludovicm67/laravel-multidomain without Composer
On this page you can find all versions of the php package
ludovicm67/laravel-multidomain. 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.
Informations about the package laravel-multidomain
Add multi-domain support in Laravel
Let's get started
First of all, include this library into your Laravel projet dependencies, using the following command:
Create a file called config.yml at the root of your project, with something like:
If the current hostname is not in the supported_domains list, the app will redirect to the fallback_url.
One special case: if the asked domain is starting with api. and if in the configuration file there are only a version without the api., this last one will be used.
You can add all properties as you wish; here we will for example see how to have a different database for each domain.
To get started, update the bootstrap/app.php file to load the configuration, as follow:
If you want to have access to some properties, you can now add everywhere you want the following:
In our example, where we wanted to have a specific database configuration for each domain, you just have to update your config/database.php file, to make it similar to something like:
And to run migrations, just run the following command:
In our example, it will be:
And that's it! :wink:
All versions of laravel-multidomain with dependencies
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 ludovicm67/laravel-multidomain contains the following files
Loading the files please wait ....
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.