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

Filter for all destroy methods

Hey, is it possible to filter all destroy methods before deleting any data? I want to use Entrust wi...

0 Likes
4 Replies

Only emailing people with certain Entrust role

I have an application system setup for a local organization that involves a user filling out an appl...

0 Likes
0 Replies
posted 9 years ago

Job Opening - Full Stack Developer with Leanings towards Frontend

Sociable Group is looking for a full stack developer that likes to spend most of the time closer to...

0 Likes
0 Replies

Can't 'return Response::view' in 'App::error' closure on Linux but can in Windows

The code below works on a Windows machine but not on a Linux machine. The version of PHP is the sam...

0 Likes
1 Replies
posted 9 years ago

Cannot save Role (Entrust)

$role = new Role; $role->name = 'Owner'; $role->save(); Error: Array to string conversion Mod...

0 Likes
1 Replies
Solved

Laravel's Artisan Error

Hi there, I'm facing some issues with composer and the php artisan command. Please note that I do no...

0 Likes
4 Replies

Turn off http output during the test

Hi, Here is an example of my test: public function testCitizenService() { $respo...

0 Likes
1 Replies

link_to_route error

Hi guys. I have a link to route like this in my application view {{ link_to_route('categories.creat...

0 Likes
2 Replies
Solved
posted 10 years ago

How to rapidly scaffold your application

Tired of the same process of downloading bootstrap and javascript files? Tired of scaffolding your a...

0 Likes
5 Replies

laravel localhost error linux ubuntu 14.04

i have installed laravel in my directory /var/www/laravelstudy and when i try to put url into tabbar...

0 Likes
4 Replies
posted 9 years ago

Cannot redeclare class Swift_Transport_EsmtpTransport

I have issue about load class from /vendor, I have no idea why its not work. in my local and my frie...

0 Likes
0 Replies
posted 9 years ago

edit using bootstrap modal

hello. i am completely new to laravel. Basically, I have several records and i would like to click...

0 Likes
0 Replies

Accessor not caled

Hi folks, i try to use an accessor in my models. The column in the database is called 'status'. My a...

0 Likes
7 Replies
Solved

Auth over ssl fails

Hi I have a very strange issue. I have recently been trying to add an ssl cert to my site, and when...

0 Likes
1 Replies

no results in controller but view says otherwise

i've been trying to figure this out all weekend long and i can't seem to find the answer. my client...

0 Likes
1 Replies
Solved
posted 9 years ago

[Http_Exception] http error: 0 | SSL certificate problem: self signed certificate in certificate chain

Hi I try to set this queue bash-3.2# php artisan queue:subscribe atless admin.atless.com.au/queue An...

0 Likes
7 Replies
Solved

Could not save in DB

Hi, I am having trouble to insert record in DB, here is my code $member = new User; $member->user...

0 Likes
2 Replies

Add additional filter class to composer package

I use this package in my project https://github.com/tappleby/laravel-auth-token I want to add an add...

0 Likes
5 Replies
Solved
posted 9 years ago

Blank page

Hey, i ran this script: $names = DB::table('Accounts')->get(); foreach($names as $name) { $name-&...

0 Likes
1 Replies
posted 9 years ago

Call to undefined method LocationsTipo::all()

Hi, can someone explain me why I have this error if my model is: <?php class LocationsTipo exten...

0 Likes
7 Replies
Solved

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.