Laravel 4.2 is the previous version of the open-source PHP web development MVC framework created by Taylor Otwell.
I was hoping to find a way to create an array with the registered routes paths within Laravel 4. Essentially, I …
arrays laravel laravel-4 laravel-routingCan anyone help me on how to save many to many relationship? I have tasks, user can have many tasks …
laravel laravel-4 eloquent relationshipI really tried to understand the difference between the with() method and the load() method, but couldn't really understand. As …
laravel laravel-4I want to set headers as array('Cache-Control'=>'no-cache, no-store, max-age=0, must-revalidate','Pragma'=>'no-cache','Expires'=>'Fri, 01 Jan 1990 00:00:00 …
laravel laravel-4I've created a table using migration like this: public function up() { Schema::create('despatch_discrepancies', function($table) { $table->increments(…
php laravel laravel-4 database-migrationi got a problem after i finish to set up LAMP and installed my laravel 4 application. Everything seem went well, …
apache laravel laravel-4 httpd.conf http-status-code-403I just started working with Laravel. I need to rewrite a whole system I made some years ago, using Laravel 4 …
php laravel laravel-4 global-state