I am trying to display custom views on errors. I have already modified the code in global.php as bel...
As far as you can understand from the topic, my aim is getting the contents of a view file using an...
I have a page showing 245 countries meaning 245 rows from mysql. Even if the results are cached, req...
Is it possible to add default values for visitors? For example: Auth::user()->first_name is disp...
Hi, I have the following error: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an...
Isn't there anyone who can help on this issue?
If I didn't understand wrong, you want the user redirect to a page which is only for regşstered user...
You can achieve this with ajax request. First you can get the zones of the first country using the $...
preg_replace("/\s+|\n+|\r/", ' ', View::make('ajax-login')); The code above has solved my...
Actually I will not be able to change my javascript code, because I have a modular system in my scri...
The Laravel portal for problem solving, knowledge sharing and community building.
The community