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

{{trans('messages.title')}} use vars something like $title

Hi, Is it possible when I translate a title like {{trans('page.title')}},receive the value 'title'...

0 Likes
3 Replies
Solved

How to calculate in java a Bcrypt password compatible with Laravel

I have a system built in laravel and I have created an API. The problem is in Authentication. I have...

0 Likes
4 Replies
posted 10 years ago

Dribbble, Forrst, and Behance API Packages

Hey Everyone, I needed to use the Dribbble, Forrst, and Behance API's in a project so I thought I wo...

0 Likes
0 Replies

Laravel installer + project in github workflow?

Hi, I'm just starting with Laravel. I created a project using the installer: laravel new my-project...

0 Likes
3 Replies
Solved
posted 10 years ago

Error when running migrations

I'm trying a simple migration(give below), but I get the "SQL Syntax Error or Access Violation&...

0 Likes
2 Replies
Solved

How to override the Model that morphTo will create?

Hi guys! I have a posts table having these fields id content post_type media_id postable_type The...

0 Likes
0 Replies

Error Messages for custom Validation

Hey guys, I am having some trouble getting my error messages to show for my custom Validation class....

0 Likes
2 Replies
Solved
posted 10 years ago

Is this an ERP application?

Hey peeps got a question, that has nothing to do with laravel hope it dont bothers anyone. So im dev...

0 Likes
1 Replies

MMORPG Game

Hello , I would like to make game like Ogame with Laravel...can soomeone recommend site structure..w...

0 Likes
1 Replies

Migrate How to Change Column by One Setp

I want change password column length 32 to 60 Why this is not work, if (Schema::hasColumn('users', '...

0 Likes
0 Replies

manual pagination

in controller : $push_arr = [ ...] $paginator = Paginator::make($push_arr, Category::count(),10); r...

0 Likes
2 Replies
posted 10 years ago

deleting with associations

Hi all, I have a User model that hasMany Assessments so: class User...{ public function assessment()...

0 Likes
2 Replies

Password reset token not found in User table ?

I'm creating a password reset functions as descibed in the Laravel docs. I've generated the password...

0 Likes
3 Replies
Solved

Multi Step Forms & Best Practice

When I've made multistep forms in the past I would generally place the form data into the session so...

0 Likes
0 Replies

Models properties

How do i make eloquent: NOT assume that my primary key is only named 'id' set the $timestamps prope...

0 Likes
8 Replies
Solved

Confused about relationship between routing/controllers

So it seems I don't really understand how to push actions and routes around. I have a form on the si...

0 Likes
2 Replies
Solved

Anyone willing to help on this, JSON, Laravel issue

Save me posted everything again thought i'd share the stackoverflow post i made earlier today http:/...

0 Likes
1 Replies
posted 10 years ago

Getting started with unit testing

I haven't really written any unit tests as it goes in the way with deadlines . Please don't get me w...

0 Likes
2 Replies
posted 10 years ago

NGINX: L4 not working properly - regular PHP/HTML still works

I've got Fedora 20 on my dev machine and for smaller projects, tests and for learning purposes I'd l...

0 Likes
2 Replies
Solved
posted 10 years ago

How to mock App::make() on UnitTesting

Hello guys, i got a question when i was unit testing my application. I Have a method that require a...

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.