Writing
Laravel / PHP
8 write-ups in this topic.
← All writingLaravel / PHP1 min read
How to fix Laravel 5.8 artisan command Failed to clear cache. Make sure you have the appropriate permissions
I just deployed a new system on production, opened a browser and see the error about permissions for my Laravel logs and do on, I checked the default paths, vhosts, config...but nothing happens. Then I think that...
Laravel / PHP1 min read
How to fix CORS issues with Chrome localhost Laravel REST API
Hey, there are a couple issues if you're working on SPA or simple project where you need to get data from the backend in your JS code, but there is an issue when you try to test it. You can experience the issue with CORS