Support the ongoing development of Laravel.io →

b82

Joined 12 May 2015

Statistics

Threads 14
Replies 14
Solutions 4
Articles 0

Laravel 5.1 - Ajax navigation, problem on refresh

Hi, My app needs to load my views from navigation by ajax call using jQuery's load() method. But whe...

0 Likes
1 Replies

Laravel 5.1 - Mail Error on project online

Hi, I have these configurations in my .env: APP_ENV=local APP_DEBUG=true APP_KEY=****** DB_HOST=127...

0 Likes
1 Replies

Manage multiple database in one app

I don't know if this is possibile, but is there a way to manage more than one database if i have one...

0 Likes
1 Replies

Routes are correct and on localhost works perfectly, online gives me 404

Hi, I've just configured my routes correctly as i do usually: Route::get('/news/', 'PagesController@...

0 Likes
2 Replies

Login / Register User - NOT WORKING in Laravel 5.1

I'm creating an user control panel to manage site's contents. As documentation reports i've my route...

0 Likes
5 Replies
replied 8 years ago

Routes are correct and on localhost works perfectly, online gives me 404

I think i've found the possible bug: public function update(Request $request, $id) { //...

0 Likes
replied 8 years ago

Can't retrieve all values from specific column

Solved. $post = News::select('cont')->get(); And render it in blade within a foreach ($counter s...

0 Likes
Solved
replied 8 years ago

Laravel 5.1 - Form: Method number does not exist

Ok, the answer is here: http://laravelcollective.com/docs/5.1/html Solved.

0 Likes
Solved
replied 8 years ago

How to make a variable Database call?

give a try here: http://forumsarchive.laravel.io/viewtopic.php?pid=66385#p66385

0 Likes
replied 8 years ago

probleme whit mydatabase

Try $pet = new Pet();

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.

© 2024 Laravel.io - All rights reserved.