Support the ongoing development of Laravel.io →

Pass database data to multiples views

Hy. First at all, sorry for my english, is not the best, but i try to do the best. I have a database...

0 Likes
0 Replies

User Roles/Permission based on subdomain using Sentry

Hi there, I'm writing an app where users get their own subdomain. A user can have different roles (a...

0 Likes
0 Replies
posted 9 years ago

Using XHP for views

Hi everyone! I just wrote a blog post on getting started with using XHP for views in Laravel. XHP is...

0 Likes
0 Replies
posted 9 years ago

Open source Laravel project with good tests

I am still learning what and how to test in Laravel. However, no matter how many tutorials you read...

0 Likes
1 Replies

Laravel database errors - need help fixing

So, with laravel 4.27, alot of the FluxBB functions got messed up. current function isn't working, a...

0 Likes
0 Replies

Protecting sensitive info

Hello In the manual I am getting confused as to how to distribute the content in the files .env.loca...

0 Likes
0 Replies

Can't use own route on view

Hi, I've just created this function on my users controller: public function signin() { if (Auth::at...

0 Likes
2 Replies
Solved

how to use this function in class User extends Eloquent

public function destroy($id) { User::find($id)->delete(); return Redirect::route('user') ->wit...

0 Likes
4 Replies

Using Laravel Auth with Models from pacakge

I'm currently working on a CMS, and the goal is to have absolute minimal setup for a developer. Sinc...

0 Likes
0 Replies

Ardent 2 Models in Controller Method Validation Errors

Hi Guys, Stuck with a validation problem in Laravel. I don't think it's specific to Ardent, but that...

0 Likes
0 Replies

Laravel Auth - Problem with logging in.

Hello, I've problem with logging into my application, i've tried to use another hashing, but it didn...

0 Likes
0 Replies

how to add column in table migration table Already exists

how to add column in table migration updated_at ,created_at,delteded_at

0 Likes
3 Replies
Solved

Forge Installation

Is it me ? Or is Forge just a huge headache rather than useful ? After three attempts, can't even g...

0 Likes
1 Replies

After dump-autoload still getting class not found exception

Hi guys, I am having a bit of trouble with the app migrating to the production server. I have a clas...

0 Likes
1 Replies

Sentry unique field

Hi guys, I'm using Sentry for my app. I've added a property to the user model : "Account"...

0 Likes
1 Replies

Can't set development enviorment.

Hi all, I can't set my project environment to the development. This is my code in start.php $env = $...

0 Likes
1 Replies

Use config in package for non-Laravel applications

As we all know, using stuff like Config in custom packages works great if you're using Laravel. But...

0 Likes
2 Replies
Solved

how to delete row from table using Eloquent

this code in routes.php dont work Route::delete('user', function($id){ $newStudent =User::find($id)...

0 Likes
5 Replies

how to create a link with data

Hello, I'm trying to create a list of links, generated as a response to some input. The links need t...

0 Likes
3 Replies
Solved

Aliasing and building derived database column names How to make this easy ?

This one has been bugging be for months and I so far I have not found an comprehensive solution to s...

0 Likes
3 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.