I have Posts, that are linked to many Tags in a many-to-many relationship. I also have an array of T...
Hey, take a look at the examples: echo public_path(); // C:\Users\JohnDoe\laravel\public vs echo ur...
Hi, I am sure that Laravel framework is well tested, but how can I find the test cases of Laravel it...
Hi, maybe i'm missing something, but i'm having a hard time figuring out how to save/update models w...
Did anyone manage to get it working ? to use laravels Validation to check i "username" con...
Hi All, I can figure out how to save multiple items with one-to-many :( $order = new Order; $order-...
I have an issue with autoloading appearing to work fine on my local machine but not on our server. I...
Is there a way to set the baseUrl for the system. I know we can set the url in the app config file b...
if i do $browsenode->products()->save($product); thanks in advance dudi
Hi Guys, i have a problem with my table structure and the query builder, as i am not able to build t...
Hello, Here is my NewSite.php command file: <?php use Illuminate\Console\Command; use Symfony\Co...
I've been setting custom attributes to collection objects. For example; Looping through $items check...
I watched the laracast on how to install and was totally lost. I don't even know what program he was...
Trying to use the textmate bundles, PhpStorm says "Some extension declared already in use by na...
Hi all, I am a newbie to laravel. Have been using PHP for quite a few years as a hobby. I have one...
That's my route: Route::get('/admin/dashboard/{username}', array( 'as' => 'get-admin-dashboar...
Hi, I want to have my id columns of all my tables with unique alphanumeric string instead of the usu...
is there anything like Bonfire [Codeigniter] made on Laravel 3 or 4 having Built-In Admin Area,User...
When we do a relationship (e.g. One to One): $phone = User::find(1)->phone; there are 2 queries:...
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