Support the ongoing development of Laravel.io →

3,383 Threads

Laravel update password using ajax

Hi i try to update new password when user forgot password So i have this url http://localhost:8000/t...

0 Likes
1 Replies

Code Folder not created in vagrant laravel/homestead

I am using windows 10. Vagrant -1.8.1. VirtalBox - 5.0.12. Been stuck into this for 2 days. Somebody...

0 Likes
8 Replies

Laravel update password errors

Hi i'm trying to update user password using ajax but i keep getting 500 error.What i've done wrong #...

0 Likes
1 Replies
Solved

Setting up audit logging to a database table

I have research half the day on creating a set of loggers to provide auditing in an inventory applic...

0 Likes
2 Replies

How can i pagina this ?

im using php-tmdb wrapper from https://github.com/php-tmdb/laravel wich is using this lib https://gi...

0 Likes
2 Replies

How to generate Audit Trail or User Action (Add, Edit, Delete Record)?

I would like to generate Audit Trail or User Action (add, edit and delete data). What the best way t...

0 Likes
4 Replies

Call to a member function connection() on null shows up occasionally

Hi, I'm using Laravel 5.2 fresh install and use postgresql as the database. And I use "web"...

0 Likes
1 Replies
Solved

How to show execution time in log or console?

I'm development a API service for a fronend app, there are only JSON APIs so I think debug bar is no...

0 Likes
2 Replies

Installing Laravel on an Ubuntu machine for dev work?

I have an old laptop and I want to use it as a dev machine to take with me when I go fishing (I don'...

0 Likes
2 Replies

Can't seem to install homestead

Hi guys, I followed the instructions at https://laravel.com/docs/5.2/homestead When I run vagrant up...

0 Likes
0 Replies

Validating pivot tables

I'm using the Form Request validation, but how do I validate my pivot tables? For example when I att...

0 Likes
0 Replies

Laravel Homestead installation

I've already made all of the steps in This is a link, but i have some problems. When I want to "...

0 Likes
3 Replies

Homestead + VirtualBox + Windows. Worked for several months but now stopped working

So I was trying to add a new site by modifying the homestead yaml file and running the provision fla...

0 Likes
2 Replies

Symfony/routing errors in installation

I have a procedure on how I install Laravel project and it worked fine until today (last project I s...

0 Likes
2 Replies

No filter working on testing server but working on local develpment

Hi everyone! I developed an app using L4.1 and it uses 2 filters. My local environment is based on V...

0 Likes
3 Replies
Solved

Working with Files

Hello, I playing around with differnt File methods, but i already got stuck in the very beginning, h...

0 Likes
1 Replies

How to convert this SQL command into laravel 5.2 ?

if($type == 'fetch') { $events = array(); $query = mysqli_query($con, "SELECT * FROM calendar&q...

0 Likes
1 Replies
posted 8 years ago

Ubuntu dnsmasq wildcard *.app to 192.168.10.10 and 127.0.0.1 to *.dev

It's easy in Ubuntu because dnsmasq-base is installed by default so create file: $ sudo editor /etc...

0 Likes
0 Replies

simple auth with role

Hi all, Don't know if this exists. I have a driver, a dispatcher, and an admin for the auth. I've be...

0 Likes
0 Replies

What is the different between Route::model() and Route::resource()

In Route model, I can use something like this: Route::model('tasks', 'App\Task'); and in Route resou...

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.