Support the ongoing development of Laravel.io →

[Package] Laravel Modularizer

#Laravel 4 Modularizer https://github.com/sendyHalim/laravel-modularizer Note: sorry if my english i...

0 Likes
0 Replies

On securing sensitive info file: .env.php

Hello In the manual of Laravel there is a paragraph with, (to me) incomplete information and I cant...

0 Likes
2 Replies
Solved

Force logout for a specific user

My app allows users to log in and manage their data. But if a user is logged in and an admin removes...

0 Likes
3 Replies

What is the difference between these methods of returning a json response

Hi I've just solved an issue in my app concerning ajax reposnses and session persistance. return $re...

0 Likes
1 Replies

An error occurred after the installation is complete laravel

An error occurred after the installation is complete laravel Class 'Illuminate\Foundation\Providers\...

0 Likes
1 Replies
posted 9 years ago

Changing mysql tables

Hey, i am making a website that i want to sell, and it's a website for a game, and the buyers might...

0 Likes
3 Replies

Out of date model in controller.

I have a problem with models that get out of sync with the DB. In routes.php I have: Route::model('p...

0 Likes
0 Replies
posted 9 years ago

Empty db table gives error - trying to get property of non-object

When my database table is empty, and i get the error trying to get property of non-object. Now i get...

0 Likes
9 Replies
Solved

Access user object in a function called from a route with filter

Hi laravel.io :-) I'd just like to know if it's possible to automagically get the Auth::user() objec...

0 Likes
0 Replies

Global variable/singleton available to all models/repositorys?

Hi, I need to be able to access the $site_id in most parts of my application as content will differ...

0 Likes
1 Replies
posted 9 years ago

Amsterdam Hackatron

Anyone going? http://www.amsterdamhackathon.com

0 Likes
0 Replies

What would be the best approach for custom authorization?

The main problem is that i have and old databse with username and password in base64. Second thing a...

0 Likes
2 Replies

Custom Model Methods

Hi, I'm new to Eloquent & Laravel. I'm following the line of thinking of using Eloquent models f...

0 Likes
2 Replies

Table relationships and writing data problem

Hello, I'm studying programming, and asking for help to make sure I understand these concepts. There...

0 Likes
1 Replies
Solved

Laravel Voting system: Forms with the same class

My form: {{ Form::open(array('url' => 'publicationvote', 'class' => 'vote_ajax')) }} <input...

0 Likes
3 Replies
Solved

How to remove .php extension with .htaccess after installing Laravel 4 on godaddy?

I have my Laravel 4 core files uploaded in a folder call "laravel" and uploaded the conten...

0 Likes
1 Replies
posted 9 years ago

Best practice for Eloquent's save() method

Which is better? Using the save() method along with an if statement or without one? Is there any dif...

0 Likes
1 Replies

laravel test fail in route redirection

i am testing a form. Upon success it must redirect to a route and upon failure it must return to th...

0 Likes
1 Replies

Failed to open stream: Permission denied

I am new to laravel. I was trying to open http://localhost/test/public/ and I got Error in exception...

beitomartinez liked this thread

1 Likes
4 Replies
Solved

Creating a Model without Table

Hi, I would like to implement a Model without a table in Laravel. But, I could not find a help/ refe...

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.