Relative Content

Tag Archive for laravel

Laravel Custom Package Problem Call to undefined method

I am trying to create my custom package for laravel. There is my code, https://github.com/onurzdgn/cloudflare-image-api I have an problem when I using my project this package. The error is: Call to undefined method onurozdoganCloudflareImageApiFacadesCloudflareImageApi::upload() I thing I check everything, however I can’t find anything.

Mapbox GL Draw Polygon Not Displaying Correctly on Load in Laravel

I’m working on a Laravel project where I need to draw polygons on a Mapbox GL JS map, save the coordinates to the database, and then load and display those polygons correctly when editing the records. However, I’m encountering issues where the polygons do not display correctly on the map when the page loads.

Attempt to read property “week_id” on null

I am building a school management system I want once a teacher gets to the time table section they will be able to see the subjects they are teaching that day and they should also see the room and time but I am receiving this error ‘Attempt to read property “week_id” on null’
the following are the codes