laravel

Movie search application using Vue JS and Laravel framework using OMDb API – The Open Movie Database

A laravel movie search application using Vue JS, Vue Composition API and OMDBAI API. OMDBAI is used to fetch the movies data from https://www.omdbapi.com/ Requirements Installation You will need to gety API key from the OMDb API and update in /resources/js/components/movieapi/movie-api.js file Once you are done with the above steps, now its time to start building the movie […]

Movie search application using Vue JS and Laravel framework using OMDb API – The Open Movie Database Read More »

file_put_contents(): write of 1847 bytes failed with errno=13 Permission denied – Laravel

file_put_contents(): write of 1847 bytes failed with errno=13 Permission denied in Laravel   If you get above error, follow below steps to resolve this: 1) Change permissions of the storage directory chmod -R 777 storage 2)Run below command composer dump-autoload  

file_put_contents(): write of 1847 bytes failed with errno=13 Permission denied – Laravel Read More »

Scroll to Top