Laravel 4.2 is the previous version of the open-source PHP web development MVC framework created by Taylor Otwell.
I'm trying to create an array of blackout dates for a reservation system in Laravel 4. There is one test row …
php laravel-4 php-carbonI installed Laravel 4 using Composer and also set up a virtual host. Currently, only the root route is working: <?…
laravel laravel-4 routing http-status-code-404 laravel-routingI'm using a pivot table on the project I'm working with to get works of users. E.g: User::find(1)…
laravel laravel-4 filtering eloquent pivot-tableTable 'users': |id|name|address|post_code|deleted_at|created_at| and I want add column 'phone_nr' somewhere between …
laravel laravel-4 database-migrationI added new controller in /app/controllers/admin/ folder and added the route in /app/routes.php file as well. …
laravel-4 controller autoloadI have users, and users belong to a dealership. Upon user registration, I'm trying to save a new user, and …
laravel laravel-4 one-to-many eloquentDoes anybody know how can I set in my select box the first option to empty value? I'm getting the …
php laravel drop-down-menu laravel-4 options