Laravel 5 is the previous major version of the open-source PHP web development MVC framework created by Taylor Otwell.
I am currently trying to clone an existing project of mine from github. After clone I run composer install during …
php laravel centos7 laravel-5.2I'm using Ubuntu 14.04 on my machine. I installed composer and then laravel in the document root i.e. /var/www …
php laravel ubuntu-14.04 file-get-contents laravel-5.2I want to test specific testClass in my project since there are a lot of test class that's failure and …
php laravel phpunit laravel-5.2I'm working with Laravel 5 and I would like to know how to generate a RESTful Resource Controller with all predefined …
php laravel-5.2 ioc-containerI want to using Redis in laravel 5.2 however, I'm getting error such a Class 'Predis\Client' not found, How I …
laravel laravel-5 redis composer-php laravel-5.2I am using Redis to cache queries/routes in Laravel 5.2. I have 3 environments running on the same web server i.…
laravel caching laravel-5 laravel-5.2 laravel-artisanI have controller like this public function store(Request $request) { Artisan::call("php artisan infyom:scaffold {$request['name']} --fieldsFile=public/…
php laravel laravel-5 laravel-5.2 laravel-artisanI have some trouble with validation in Laravel 5.2 When i try validate request in controller like this $this->validate($…
laravel laravel-validation laravel-5.2First, I retrieve all the records, //get inventory items $inv = inventory::all(); and then I loop on the retrieved records …
php laravel date laravel-5.2 php-carbonHow to get the last part of the current URL without the / sign, dynamically? For example: In www.news.com/…
laravel laravel-5 laravel-5.2 laravel-5.1 laravel-blade