Support the ongoing development of Laravel.io →
posted 9 years ago

Syncing Polymorphic Many to Many Relationships is Too Implicit @camroncade

Details here: http://help.laravel.io/2902869eac5fe027c2f9e74142897b7f3606694f Discussion below.

0 Likes
0 Replies
posted 9 years ago

how to validate multiple records (multiple fields)

Form {{ Form::open(array('route' => 'performances.store')) }} @foreach($estaciones as $clave =>...

0 Likes
0 Replies

AWS Removed From Forge?

I noticed that Forge recently added the "Custom VPS" option but has now removed the AWS ta...

0 Likes
3 Replies
posted 9 years ago

Package not always booted?

The package boots fine from the CLI using tinker. Running from the web, however, shows that it isn't...

0 Likes
5 Replies

how to get data from DB and pass it to macro

hello , my question is how to get data from DB and pass it to macro ? in global.php thnx

0 Likes
0 Replies

Auth::check always returning false

folks, I have an issue with Authentication module. I'm able to login using Auth::attempt(), but when...

0 Likes
0 Replies
posted 9 years ago

Twilio class not found in app.php providers array

I am installing the twilio composer package https://github.com/dtisgodsson/laravel4-twilio When I us...

0 Likes
1 Replies
posted 9 years ago

Resource controller. Route a method excluding filter

Hi all, i have a resourceful controller that Route::group(array('before' => 'auth'), function() {...

0 Likes
2 Replies
Solved

How to change mysql settings in the config folder using html forms and laravel?

Hello. How to change mysql settings in the config folder using html forms and laravel? I want when u...

0 Likes
5 Replies
posted 9 years ago

call my own api with POST method

I'm trying to call my own laravel api with POST method.. these are the routes.. Route::get('/callapi...

0 Likes
0 Replies
posted 9 years ago

Add DB user on Forge

Hi. Does anyone know how I can add another database user on Laravel Forge? It seems that I can't get...

0 Likes
1 Replies

Wherehas, scope or how do i query this?

Hi, I've created 4 database tables: Tool ID | NAME | TOOLTYPE_ID Tooltype ID | NAME Toolcategory ID...

0 Likes
5 Replies
Solved

Get view's HTML from database and render as output in Laravel

Instead of having HTML files and using @include or View::make(path to file) to render them as output...

0 Likes
2 Replies
posted 9 years ago

TDD and Bug fixes

Hi All, Is it practical to use TDD when doing bug fixes to an existing project. If the project has g...

0 Likes
1 Replies
Solved

Artisan Help

I have looked at some different posts and have tried to understand how to run artisan commands. When...

0 Likes
3 Replies
Solved

Upgrading To 4.2 From 4.1 - Errors

Many errors when migrating to version 4.2. comand: composer update Generating autoload files Load...

0 Likes
3 Replies

How would i create an admin panel ?

I want to create a simple CMS site in laravel. Like any other framework or CMS, how can i separate a...

0 Likes
2 Replies

pagination search page

Hi everyone, I have a page with all users and I have a search box. When I search, shows me the resul...

0 Likes
3 Replies
Solved
posted 9 years ago

Vagrant up error ( vagrant + virtual box + laravel/homestead )

Hi .... if I run vagrant box list , that show laravel/homestead. vagrant box list laravel/homestead...

0 Likes
0 Replies

Setting up Laravel 4.1.X on NGINX with an alias

My main site is not running laravel but we have a subsuite running on a subdirectory using Laravel....

0 Likes
1 Replies

Thanks to our community

Solutions given in the past year. Excluding solutions from thread authors.

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.