$rules = array( 'first_name' => array('required'), 'last_name' => array('required'), '...
Hi, I have a master template working but its not quite a true master. There is one page on on my sit...
Hi. Up until now I've been using sublime text. I thought I'd give an IDE a try - I'm currently tryin...
I am in the process of rewriting an old Codeigniter app with Laravel 4. I have noticed that my L4 ap...
I run PHP on IIS7.5. After the upgrade to 4.2, I get this error randomly on my work and home machine...
Hey guys, Currently I have the following tables: Categories Listings (belongs to category) What I wa...
I have a master.blade.php, which establish the framework of the entire website. I divided the screen...
Hi guys, I'm trying to create an Event for sending emails, so I created a class I called observers.p...
routers.php: // login controller Route::post('login', 'LoginController@login'); LoginController.php:...
Hy i have a search that now its works only if write or the first name or the last name, both didnt w...
Hello, i am new to laravel and I'm trying to make an application for my upcomming web about programm...
Hi, where can i file feature request for future Laravel versions? Github? Thanks Sharping
Hi, i would like to create a bilingual website, let's say english and french: http://www.domain.com/...
Hi I'm trying to insall composer on a mac machine, I downloaded the composer.phar to my /Application...
would it be possible to change the Laravel schema manipulation for timestamps to set the DEFAULT val...
In my view I am displaying an array of items with their prices and etc. I want to check it that item...
I have 3 tables: vehicles, drivers and vehicle_driver_owners. drivers table includes all the registe...
I am working on app, which required a form in bootstrap modal and also load the form dynamically. i...
So as my application grows in complexity, there are many forms that have jQuery event driven conditi...
Hi, Is it possible to specify a variable as part of the name of lets say a submit button? Like this:...
Solutions given in the past year. Excluding solutions from thread authors.
Select a tag below to filter the results
The Laravel portal for problem solving, knowledge sharing and community building.
The community