[Solved] Laravel 6 Call to undefined function str_slug() In laravel 6 all the helper functions are removed so all the functions like str_limit, str_uuid, array_sort, array_only are not working in this version. If you still want to use the helper functions then you can install the pack...
is there a better way to store my images. I get this error "Call to undefined function photon_image_process()" using the controller as below. public function store(Request $request) { $validation = $request->validate([