![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
laravel-elixir-artisan-serve
Advanced tools
Elixer Wrapper to run artisan serve for use with browserSync
Current Version: 1.0.6
A simple Elixir Mix to run artisan serve.
var elixir = require('laravel-elixir');
require('laravel-elixir-artisan-serve');
elixir(function (mix) {
mix.artisanServe();
});
The mix will only run if gulp is run with watch. This was created to simplify local development utilizing browserSync.
npm install --save laravel-elixir-artisan-serve
Example with all (default) options and browserSync:
var elixir = require('laravel-elixir');
require('laravel-elixir-artisan-serve');
elixir(function (mix) {
mix
.artisanServe({
php_path: '/usr/bin/php', // Path to PHP
artisan_path: './artisan', // Relative path from gulpfile to the artisan file
host: '127.0.0.1', // Host to pass to artisan serve
port: 8000, // Port to pass to artisan serve
show_requests: true // Show requests in the output
})
.browserSync({
proxy: '127.0.0.1:8000',
files: [
"public/**/*.css",
"public/**/*.js"
]
});
});
Then run gulp watch
License: MIT
FAQs
Elixer Wrapper to run artisan serve for use with browserSync
We found that laravel-elixir-artisan-serve demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.