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

[package] Laravel messaging system

Laravel messaging package --> https://github.com/tzookb/tbmsg please view, review and comment :)

0 Likes
3 Replies

Worpress and Laravel

How to integrate Wordpress in Laravel?

0 Likes
6 Replies

multiple paginate in single view page

I have a view page with 3 paginations. Next link of one effect the other two paginates. When next of...

0 Likes
3 Replies
Solved
posted 9 years ago

How to change input names in the form validation errors?

Here is my validation rules for example: $validator = Validator::make( array(...

0 Likes
3 Replies

yajra/laravel-oci8: Index limitations.

Hi, As you know, there is a limitation in constraints' name definition as it should not exceed 30 ch...

0 Likes
0 Replies
posted 9 years ago

[Package] Security Listener

Security Listener is a laravel Web Application Firewall(WAF) package. Git: https://github.com/IonutB...

0 Likes
0 Replies

puzzled in views using @extends and @section

i wrote this layout in that shape i named it in views/layout default.blade.php @section('head') <...

0 Likes
1 Replies
Solved

Apache or something is adding an extra / in the end of any laravel route

I put the project in a folder. Then when I type in browser dev.site/foo, it becomes dev.site/foo/ Ha...

0 Likes
5 Replies
posted 9 years ago

Call to a member function make() on a non-object

When I run phpunit: PHP Fatal error: Call to a member function make() on a non-object in vendor/lar...

0 Likes
0 Replies
posted 9 years ago

setter not working

Hi Guys, My setter is not working: public function setStartDateAttribute($date) { if ($date) { $this...

0 Likes
3 Replies

HTML::select

Hey guys, im running the following Query: $user = User::where('active', '=', '1')->get(); Then in...

0 Likes
2 Replies

Returning jQuery code via AJAX methods.

So I've just started playing with laravel a bit. I've been a heavy CodeIgniter user for years. Anywa...

0 Likes
1 Replies

I can get the records created in the current month, I use postgresql

I can get the records created in the current month, I use postgresql SELECT * FROM quakes WHERE extr...

0 Likes
0 Replies

Eloquent Creating API

Hello I am trying to return data with multiple table at the same time using repository function ulti...

0 Likes
0 Replies

Laravel 4 Session Last Activity

On picking up some older questions as how to notify the user that he has been logged out due to inac...

0 Likes
0 Replies

500 error w/ htaccess file and symbolic link

Hello, I'm working on a laravel installation that has the application and public folder outside of t...

0 Likes
0 Replies

Nginx + Laravel POST Request not found

Hello, I'm currently working with Laravel and Nginx, previously I've the Laravel Application over Ap...

0 Likes
3 Replies

Cache::get() with image data using Memcached

I'm creating dynamic PNG images from database data using Intervention/image. To decrease the process...

0 Likes
0 Replies

Accessing $_ENV values best practice.

I use Netbeans, and when I used the recommended method to protect sensitive config parameters, Netbe...

0 Likes
3 Replies
posted 9 years ago

"eval" method for blade?

I have a text string from our database that I'm injecting into a blade template. Is it possible to h...

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