Support the ongoing development of Laravel.io →
extjac

extjac

Joined 14 Feb 2014

Statistics

Threads 11
Replies 75
Solutions 5
Articles 0
posted 10 years ago

PHP7 infographic & Laravel

PHP7 infographic https://www.zend.com/en/resources/php7_infographic

0 Likes
0 Replies
posted 10 years ago

L5 Login page - TokenMismatchException

Hello, i noticed that if you leave the login page open for x minuets and then you try to log-in, you...

0 Likes
1 Replies
posted 10 years ago

L5 & Ajax validation response.

Hello.....i am trying to show the L5 validation errors using ajax + toastr notifications..... It is...

0 Likes
0 Replies
posted 11 years ago

Query with DateDiff()

hello, i am trying to run an eloquent query with the PHP DateDiff() function... This works $sql = &q...

0 Likes
0 Replies
posted 11 years ago

Testing Laravel5 - Create a user

i am trying to do something very simple. Just create a user via an ajax post request UserController....

0 Likes
2 Replies
Solved
replied 11 years ago

Pulling checkboxes from the database

how do you store the values on the database? this is a laravel example: http://laravel.com/docs/html...

0 Likes
Solved
replied 11 years ago

Laravel production deployment on 1and1

I use 1and1. Make sure you point your domain to the public folder. this is my htaccess file <IfMo...

0 Likes
replied 11 years ago

Confirmation on delete help

also.... <button href="#" type="button" onClick="return confirmChange(...

0 Likes
replied 11 years ago

Only allow specific user to edit/delete post

I am not familiar with the Zizaco's entrust package. My guess is that you might have a USERS table a...

0 Likes
replied 11 years ago

Only allow specific user to edit/delete post

Use roles. @if ( Auth::user()->role == "admin" || $post->created_by == Auth::user()-...

0 Likes

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.

© 2026 Laravel.io - All rights reserved.