laravel_custom_installer 1.0.0 copy "laravel_custom_installer: ^1.0.0" to clipboard
laravel_custom_installer: ^1.0.0 copied to clipboard

CLI tools for creating custom laravel app"

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate laravel_custom_installer

Use it

The package has the following executables:

$ laravel_custom_installer

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add laravel_custom_installer

With Flutter:

 $ flutter pub add laravel_custom_installer

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  laravel_custom_installer: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:laravel_custom_installer/laravel_custom_installer.dart';
0
likes
120
points
16
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

CLI tools for creating custom laravel app"

Repository (GitHub)

License

MIT (license)

More

Packages that depend on laravel_custom_installer