Hi We use ftp to upload our changes online and we have load balancer to manage traffic. In laravel h...
How can i remove ',' from last array? <h1>You are entered @foreach($splits as $split)...
I have a table with all an item's information, such it's image, name,etc. I have a users table with...
Hi all, I have the following code on pastebin: http://laravel.io/bin/bjLzX As you see, i have some {...
hello i have sql how can i write in Laravel this sql ? please help. (SELECT goods_id, name, img, ano...
Hello there, I setup laravel 4 app on digitalocean , /public page work great but when I click on any...
Hey guys, In my pastebin is my small piece of code and question. Please take a look there: http://la...
I'm trying to figure out what is the best idea for me for validating a simple create user form. This...
Hi this might be a stupid question, but how does one install laravel without the laravel folder. For...
$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...
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