Built with Laravel, Bootstrap, MDBootstrap, Tailwind CSS and VueJS
- Add your favorite relational database to the project or in the database directory create a file called database.sqlite.
- Add the database to the .env file.
- Then run
php artisan migrate
Google "sitemap-inventory-sincro.xml" to get urls to add to the scraper.
I saw a tutorial on using Dark Sky API to build a weather app. When I went to Dark Sky they had been purchased by Apple and were no longer allowing new sign-ups.
I found Openweather and decided to give it a try.
Edit: /config/services.php
Add:
'openweather' => [
'endpoint' => env('OPENWEATHER_ENDPOINT'),
'key' => env('OPENWEATHER_KEY')
],
https://github.com/spatie/laravel-collection-macros
Pull in the package via composer:
composer require spatie/laravel-collection-macros
The Laravel framework is open-source software licensed under the MIT license.
If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [email protected]. All security vulnerabilities will be promptly addressed.