Laravel 5 is the previous major version of the open-source PHP web development MVC framework created by Taylor Otwell.
I have two controllers SubmitPerformanceController and PrintReportController. In PrintReportController I have a method called getPrintReport. How to access this method …
laravel laravel-5I have a string returned to one of my views, like this: $text = '<p><strong>…
laravel laravel-5 bladeI would like to create helper functions to avoid repeating code between views in Laravel 5: view.blade.php <p&…
php laravel laravel-5 laravel-helperI am Using Laravel 5.0 , the Form and Html Helper are removed from this version , i dont know how to include …
php laravel-5I am trying to get the client's IP address in Laravel. It is easy to get a client's IP in …
php laravel laravel-5 laravel-5.7I have built some migration classes in my application to create the tables I need, but I keep getting errors. …
php laravel laravel-5I have an array that returns the following date time: $item['created_at'] => "2015-10-28 19:18:44" How do I change …
php laravel laravel-5 php-carbon