Laravel 4.2 is the previous version of the open-source PHP web development MVC framework created by Taylor Otwell.
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-migrationIm 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-replaceLooking 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 slugI'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-5I want to insert a date into the clients table my db schema is below, I want to insert them …
php laravel-4 date-formattingI want to make sure that certain fields are posted as part of the form but I don;t mind …
validation laravel laravel-4 issetIn laravel, after using attach() or detach() to add or remove something from a relation, the collection has not changed. …
php collections laravel laravel-4 relationshipWhen 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-routingI 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