Top "Laravel-4" questions

Laravel 4.2 is the previous version of the open-source PHP web development MVC framework created by Taylor Otwell.

Laravel Fatal Error Class Not Found when migrating

I've run artisan migrate:reset. I've deleted some of my migration files because I didn't need these tables anymore. I …

php laravel-4 database-migration
Laravel 4: Adding where clause to a join condition

It says in the laravel docs that it is possible to add where clause on a join, but whenever I …

php database laravel laravel-4 fluent
Laravel preg_match(): No ending delimiter '/' found

Im working on Laravel 4.2. Im trying to use Validator to validate a name field with regex, here is my rule …

php regex laravel laravel-4 regexp-replace
Laravel Slugs with Str::slug

Looking at Str::slug for my frontend URL generation but just wondering how you guys go about implementing it with …

string url laravel-4 friendly-url slug
What is the difference between queue:work --daemon and queue:listen

I'm settin up my offline job server. I've read the documentation but I still don't really see the differences between …

laravel laravel-4 laravel-5
laravel-4 how to change date format

I want to insert a date into the clients table my db schema is below, I want to insert them …

php laravel-4 date-formatting
Check if field exists in Input during validation using Laravel

I want to make sure that certain fields are posted as part of the form but I don;t mind …

validation laravel laravel-4 isset
How do I reload a relation collection in laravel?

In laravel, after using attach() or detach() to add or remove something from a relation, the collection has not changed. …

php collections laravel laravel-4 relationship
Make session expiration redirect back to login?

When user logs in and is authenticated, I use Auth::user()->username; to show username of user on …

laravel laravel-4 laravel-5 laravel-5.1 laravel-routing
laravel route filter to check user roles

I am building a restful api in laravel 4 where there are users with different types of permission. I want to …

php laravel laravel-4 laravel-routing