This is an example Laravel package.
- Open terminal, run
composer require entwurfhaus/owlet
. - In your laravel application, open & edit
config/app.php
Optional: Import the service provider like below and save.
'providers' => [ ... Entwurfhaus\Owlet\ExampleServiceProvider::class, ... ],
- Then, run
php artisan serve --port 8010
. - Type in url http://localhost:8010/owlet.
- That's it! 👍
This project is under the MIT LICENSE.
Buy me a ☕ if it helps you out. Could use the caffeine and kindness of fellow developers.