use Illuminate\Support\Facades\View;
...
public function boot()
{
View::composer(['telescope::layout'], function ($view) { $view->with('telescopeScriptVariables', [ 'path' => 'subdirectory/public/telescope', 'timezone' => config('app.timezone'), 'recording' => ! cache('telescope:pause-recording'), ]); });
$this->authorization();
}
...
cd /project/dir
#docker login
docker build -t registry.gitlab.com/<USERNAME>/<FOLDER>/<PROJECT>:latest .
docker push registry.gitlab.com/<USERNAME>/<FOLDER>/<PROJECT>:latest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl http://192.168.98.1:8090/login.xml --data "mode=191&username=guest&password=guest&producttype=2" |
# create "feature-branch" then commit code to it
# replace "feature-branch" with whatever you decide the branch name would be
# if you're ready to push/merge follow the following steps
git fetch
git checkout feature-branch
git rebase origin/dev
git checkout dev
git pull
- Laravel 5.7 and up
- Resources
- Laracasts
- Laravel News
- Lara Jobs
- Laravel Forge - Painless PHP Servers
- Envoyer - Zero Downtime PHP Deployment
- Laravel Spark - Quickly create product to sell with payment, subscription
NewerOlder